smooth.ADAM.scale
- property ADAM.scale: float
Internal optimisation scale of the error distribution (R:
adam_obj$scale).This is the scale parameter the cost function uses inside the density (e.g. for
dgnormit’s theαinf(x; β, σ) = β/(2σ Γ(1/β)) exp(-(|x|/σ)^β)). It coincides with the empirical residual std (sigma) only for the Normal distribution; for non-normal distributions the two differ —sigmais then the variance-adjusted residual std-dev (matches R’ssigma()generic), whilescaleis the density-parameterising scalar used by the cost function.Use
sigmafor reporting “error standard deviation” / constructing intervals; usescalefor re-evaluating the likelihood or other quantities defined in terms of the density.