GaussianProcess1D

scalismo.statisticalmodel.GaussianProcess1D$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply[Value](mean: Field[_1D, Value], cov: MatrixValuedPDKernel[_1D])(implicit vectorizer: Vectorizer[Value]): GaussianProcess[_1D, Value]
def apply[Value](cov: MatrixValuedPDKernel[_1D])(implicit vectorizer: Vectorizer[Value]): GaussianProcess[_1D, Value]

Creates a new zero-mean Gaussian process with the given covariance function.

Creates a new zero-mean Gaussian process with the given covariance function.

Attributes