smooth.ES.scale
- property ES.scale: float
$scale).
Alias for
sigmaproperty. 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
sigmaPrimary property for scale parameter
Examples
>>> model = ADAM(model="AAN") >>> model.fit(y) >>> print(f"Scale: {model.scale:.4f}")
- Type:
Scale/dispersion parameter (R