mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
docs: details about jackknife conversion added
This commit is contained in:
parent
1fabdb0751
commit
85f37a7abf
2 changed files with 5 additions and 1 deletions
|
@ -519,3 +519,6 @@ def test_jackknife():
|
|||
tmp_jacks[i + 1] = (n * mean - full_data[i]) / (n - 1)
|
||||
|
||||
assert np.allclose(tmp_jacks, my_obs.export_jackknife())
|
||||
my_new_obs = my_obs + pe.Obs([full_data], ['test2'])
|
||||
with pytest.raises(Exception):
|
||||
my_new_obs.export_jackknife()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue