arch.univariate.LS.compute_param_cov

LS.compute_param_cov(params: ndarray[Any, dtype[float64]], backcast: float | ndarray[Any, dtype[float64]] | None = None, robust: bool = True) ndarray[Any, dtype[float64]]

Computes parameter covariances using numerical derivatives.

Parameters:
params: ndarray[Any, dtype[float64]]

Model parameters

backcast: float | ndarray[Any, dtype[float64]] | None = None

Value to use for pre-sample observations

robust: bool = True

Flag indicating whether to use robust standard errors (True) or classic MLE (False)