The null hypothesis of the likelihood-ratio tests is that in every vector
(columns of the matrix X
), the probability of record at
time \(t\) is \(1 / t\) as in the classical record model (i.e.,
sequences of independent and identically distributed realizations), and
the alternative depends on the alternative
and probabilities
arguments. The probability at time \(t\) is any value, but equal in the
\(M\) series if probabilities = "equal"
or different in the
\(M\) series if probabilities = "different"
. The alternative
hypothesis is more specific in the first case than in the second one.
Furthermore, the "two.sided"
alternative
is tested with
the usual likelihood ratio statistic, while the one-sided
alternatives
use specific statistics based on likelihoods.
(See Cebri<U+00E1>n, Castillo-Mateo and As<U+00ED>n (2021) for details on these tests.)
If alternative = "two.sided" & probabilities = "equal"
, under the
null, the likelihood ratio statistic has an asymptotic \(\chi^2\)
distribution with \(T-1\) degrees of freedom. It has been seen that for
the approximation to be adequate \(M\) must be between 4 and 5 times
greater than \(T\). Otherwise, a simulate.p.value
is recommended.
If alternative = "two.sided" & probabilities = "different"
, the
asymptotic behavior is not fulfilled, but the Monte Carlo approach to
simulate the p-value is applied. This statistic is the same as \(\ell\)
below multiplied by a factor of 2, so the p-value is the same.
If alternative
is one-sided and probabilities = "equal"
,
the statistic of the test is
$$-2 \sum_{t=2}^T \left\{-S_t \log\left(\frac{tS_t}{M}\right)+(M-S_t)\left( \log\left(1-\frac{1}{t}\right) - \log\left(1-\frac{S_t}{M}\right) I_{\{S_t<M\}} \right) \right\} I_{\{S_t > M/t\}}.$$
The p-value of this test is estimated with Monte Carlo simulations,
because the computation of its exact distribution is very expensive.
If alternative
is one-sided and probabilities = "different"
,
the statistic of the test is
$$\ell = \sum_{t=2}^T S_{t} \log(t-1) - M \log\left(1-\frac{1}{t}\right).$$
The p-value of this test is estimated with Monte Carlo simulations.
However, it is equivalent to the statistic of the weighted number of
records N.test
with weights \(\omega_t = \log(t-1)\)
\((t=2,\ldots,T)\).