Means
GaussianProcesses.MeanConst
— TypeMeanConst <: Mean
Constant mean function
\[m(x) = β\]
with constant $β$.
GaussianProcesses.MeanLin
— TypeMeanLin <: Mean
Linear mean function
\[m(x) = xᵀβ\]
with linear coefficients $β$.
GaussianProcesses.MeanPeriodic
— TypeMeanPeriodic <: Mean
Periodic mean function
\[m(x) = a'cos(2πx/p) + b'sin(2πx/p)\]
with polynomial coefficients $βᵢⱼ$ of shape $d × D$ where $d$ is the dimension of observations and $D$ is the degree of the polynomial.
GaussianProcesses.MeanPoly
— TypeMeanPoly <: Mean
Polynomial mean function
\[m(x) = ∑ᵢⱼ βᵢⱼxᵢʲ\]
with polynomial coefficients $βᵢⱼ$ of shape $d × D$ where $d$ is the dimension of observations and $D$ is the degree of the polynomial.
GaussianProcesses.MeanZero
— TypeMeanZero <: Mean
Zero mean function
\[m(x) = 0.\]