Module compute::predict[][src]

Expand description

Various statistical models for data fitting and prediction.

Modules

Kernels (covariance functions) for Gaussian processes. See the Kernel Cookbook for more details about kernels.

Structs

Enums

An enum to represent the exponential family set of distributions. These are intended for use with GLM.

Traits

Type Definitions

Type alias for the rational quadratic kernel.

Type alias for the RBF kernel.