Ariadne


Prior

Constructors

ConstructorDescription
new(...)
Signature: (lengthscalePrior:LogNormal * signalVariancePrior:LogNormal * noiseVariancePrior:LogNormal) -> Prior

Instance members

Instance memberDescription
DensityLn(se)
Signature: se:SquaredExp -> float

Compute log likelihood of specific values of lengthscale and under the prior distribution.

LengthscalePrior
Signature: LogNormal
NoiseVariancePrior
Signature: LogNormal
ParamsDensityLn(parameters)
Signature: (parameters:float []) -> float
Sample()
Signature: unit -> SquaredExp

Sample from the prior distribution for squared exponential kernel

SignalVariancePrior
Signature: LogNormal
Fork me on GitHub