Module compute::predict[][src]

Expand description

Various statistical models for data fitting and prediction.

Structs

GLM

Implements a generalized linear model.

PolynomialRegressor

Implements a polynomial regressor.

Enums

ExponentialFamily

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