Skip to main content

Module types

Module types 

Source
Expand description

Strongly-typed wrappers that make illegal states unrepresentable and prevent conflating a raw residual with a scaled one.

Structs§

RawResidual
A residual y − ŷ that has NOT yet been divided by the scale.
Scale
A strictly positive, finite scale estimate s.
ScaledResidual
A residual that has been standardized as r / s.
TuningConstant
A tuning constant (e.g. Huber k, Tukey c), required strictly positive.