mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 03:53:41 +02:00
Merge branch 'develop' into documentation
This commit is contained in:
commit
5eda97cce8
2 changed files with 3 additions and 3 deletions
|
@ -58,7 +58,7 @@
|
|||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"From this we can construct `Obs`, which are the basic object of `pyerrors`. For each sample we give to the obs, we also have to specify an ensemble/replica name. In this example we assume that both datasets originate from the same gauge field ensemble labeled 'ensemble1'."
|
||||
"From this we can construct `Obs`, which are the basic object of `pyerrors`. For each sample we give to the obs, we also have to specify an ensemble/replica name. In this example we assume that both datasets originate from the same gauge field ensemble labeled 'ensemble1'. **For correct error propagation it is crucial that observations from the same Monte Carlo chain are initialized with the same name.**"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -233,7 +233,7 @@
|
|||
],
|
||||
"source": [
|
||||
"c_obs3 = np.sin(c_obs1 / c_obs2 - 1)\n",
|
||||
"c_obs3.gamma_method()\n",
|
||||
"c_obs3.gm() # gm is a short alias for gamma_method\n",
|
||||
"c_obs3.details()"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue