You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**VecchiaMLE.jl** is a Julia package that approximates the inverse cholesky factor of a Gaussian process covariance matrix via a nonparametric optimization process.
13
-
The nonzero entries of the inverse cholesky, `L`, are determined via the Vecchia Approximation.
14
-
The values of `L` are recovered via optimizing the joint probability distribution function (mean zero) to best match the given samples.
12
+
**NonparametricVecchia.jl** is a Julia package that approximates the inverse
13
+
cholesky factor of a Gaussian process covariance matrix via a nonparametric
14
+
optimization process. The nonzero entries of the inverse cholesky, `L`, are
15
+
determined via the Vecchia Approximation. The values of `L` are recovered via
16
+
optimizing the joint probability distribution function (mean zero) to best match
17
+
the given samples.
15
18
16
19
## Installation
17
20
18
-
This package is not registered but can be installed and tested through the Julia package manager:
21
+
This package is not registered but can be installed and tested through the Julia
0 commit comments