-
- Depends on #337
----
Port samples covariance notebook: https://github.com/opendp/smartnoise-samples/blob/master/analysis/covariance.ipynb
-
Although there is GSI covariance model in SABER for global analysis, there is no one for regional analysis. Therefore, we want to introduce GSI covariance model in SABER for regional analysis.
-
In principle, any continuous numeric quantity might have a covariance with another continuous numeric quantity. The most pressing example is that Gaia will give the covariances between the five astrom…
-
Dear all,
@bbolker recommended to post this point as an issue so it can be subject to wider discussion.
I would like to be able to set certain elements of the covariance matrix to zero. This fea…
-
### Motivation
For scientific python (and perhaps computer vision as well), a very common application is linear algebra. The simplest objects of interest there are vectors, which are easy to genera…
-
Many distributions will have some summary statistics regardless of their parameters so `Option` should not be required, e.g. it is not semantically accurate to require unwrapping the mean of a binomia…
-
### What is the problem this feature will solve?
Read/write covariance matrices to FITS files.
### Describe the desired outcome
I am able to write a covariance matrix out to a FITS file an…
kelle updated
1 month ago
-
As discussed with @andreasnoack on Slack, https://julialang.slack.com/archives/C6821M4KE/p1527711673000076 , making it possible to pass a matrix as weights would make it possible to do GLS with the GL…
-
## Description
```gtsam/python/gtsam/tests/test_Pose3SLAMExample.py```: Is it something wrong wit the the definition of covariance (line 33):
```
covariance = gtsam.noiseModel.Diagonal.…
-
### Describe the issue linked to the documentation
We have an example that illustrates how to use the BIC score to tune the number of components and the type of covariance matrix parametrization he…