Merge branch 'develop' into documentation

This commit is contained in:
fjosw 2021-12-13 17:11:53 +00:00
commit 9edaf07068

View file

@ -1331,8 +1331,7 @@ def covariance(obs1, obs2, correlation=False, **kwargs):
The gamma method has to be applied first to both observables.
If abs(covariance(obs1, obs2)) > obs1.dvalue * obs2.dvalue, the covariance
is constrained to the maximum value in order to make sure that covariance
matrices are positive semidefinite.
is constrained to the maximum value.
Keyword arguments
-----------------