smooth.SMA.fisher_information_
- property SMA.fisher_information_: NDArray | None
Observed Fisher Information matrix at the estimated parameters.
Computed only when the model was constructed with
fi=True(mirrors R’sadam(..., FI=TRUE)$FI); otherwiseNone. The matrix is the negative Hessian of the log-likelihood evaluated at the estimated coefficient vectorcoef, with rows/columns in the same order.- Returns:
len(coef) × len(coef)symmetric matrix, orNoneiffi=False.- Return type:
NDArray or None