pymc.gp.mean.Linear#
- class pymc.gp.mean.Linear(coeffs, intercept=0)[source]#
Linear mean function for Gaussian process.
- Parameters:
- coeffs: variables
Linear coefficients
- intercept: variable, array or integer
Intercept for linear function (Defaults to zero)
Methods
Linear.__init__
(coeffs[, intercept])