smooth.ES.scale

property ES.scale: float

$scale).

Alias for sigma property. The scale parameter represents the estimated standard deviation of the residuals for normal distribution, or the analogous dispersion parameter for other distributions.

Returns:

Estimated scale parameter.

Return type:

float

See also

sigma

Primary property for scale parameter

Examples

>>> model = ADAM(model="AAN")
>>> model.fit(y)
>>> print(f"Scale: {model.scale:.4f}")
Type:

Scale/dispersion parameter (R