Module std_dev::regression::derived

source ·
Available on crate feature regression only.
Expand description

Estimators derived from others, usual LinearEstimator.

These do not (for now) implement PowerEstimator nor ExponentialEstimator because of the requirement of mutable slices instead of immutable ones.

See the docs on the items for more info about how they’re created.

Functions