Test targets and the autoregressive sieve
The moment conditions, autoregressive-sieve construction, and fixed-order nested bootstrap used by the package.
Four related checks
- Sample skewness
Tests the symmetry condition \(\beta_1=0\).
- Robust skewness
Reports an additional symmetry check based on the package's robust skewness measure.
- Mesokurtosis
Tests the condition \(\beta_2=3\).
- Normality
Combines the skewness and kurtosis moment conditions; satisfying these moments alone does not characterize every distribution as Gaussian.
Dependence is reproduced through an autoregression
The implementation selects an autoregressive lag order with AIC or BIC over candidate orders up to
It then fits the selected autoregressive model and generates bootstrap series recursively. Symmetry is imposed through a symmetrized residual distribution; Gaussian innovations impose the kurtosis and normality null conditions.
The lag order p is selected from the observed input series. In the studentized path, the corresponding outer and inner bootstrap calculations retain that order while re-estimating the autoregressive coefficients.
Studentized moment statistics
Let \(\widehat\beta_1\) and \(\widehat\beta_2\) denote sample skewness and kurtosis, with bootstrap standard errors \(\widehat\omega_1\) and \(\widehat\omega_2\).
Large absolute skewness or kurtosis statistics, and large values of the joint statistic, provide evidence against the relevant null.