arch.covariance.kernel.Andrews¶
-
class arch.covariance.kernel.Andrews(x: ndarray | DataFrame | Series, bandwidth: float | None =
None
, df_adjust: int =0
, center: bool =True
, weights: ndarray | DataFrame | Series | None =None
, force_int: bool =False
)[source]¶ Alternative name of the QuadraticSpectral covariance estimator.
See also
Methods
Properties
The bandwidth used by the covariance estimator.
The power used in optimal bandwidth calculation.
Flag indicating whether the data are centered (demeaned).
The estimated covariances.
Flag indicating whether the bandwidth is restricted to be an integer.
The constant used in optimal bandwidth calculation.
Weights used in covariance calculation.
The covariance estimator's name.
Estimate optimal bandwidth.
The optimal rate used in bandwidth selection.