Stationary Kernel
abstract class StationaryKernel(signalVariance: Double, lengthScales: DoubleArray) : KernelIfc(source)
Base class for stationary kernels parameterized by an output scale (signalVariance) and a per-dimension length scale (lengthScales, i.e. automatic relevance determination, ARD).
Parameters
signal Variance
the output scale (prior variance). Must be > 0.
length Scales
the per-dimension length scales. Must be non-empty and all > 0.