mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-15 20:13:41 +02:00
Merge branch 'develop' into documentation
This commit is contained in:
commit
ddb3aa9259
1 changed files with 3 additions and 0 deletions
|
@ -1430,6 +1430,9 @@ def correlate(obs_a, obs_b):
|
||||||
def covariance(obs, visualize=False, correlation=False, smooth=None, **kwargs):
|
def covariance(obs, visualize=False, correlation=False, smooth=None, **kwargs):
|
||||||
r'''Calculates the error covariance matrix of a set of observables.
|
r'''Calculates the error covariance matrix of a set of observables.
|
||||||
|
|
||||||
|
WARNING: This function should be used with care, especially for observables with support on multiple
|
||||||
|
ensembles with differing autocorrelations. See the notes below for details.
|
||||||
|
|
||||||
The gamma method has to be applied first to all observables.
|
The gamma method has to be applied first to all observables.
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue