lr_ind_dist | R Documentation |
Returns the finite‑sample distribution of Christoffersen’s independence
statistic LR_{\mathrm{ind}}
.
lr_ind_dist(n, alpha = 0.05, prune_threshold = 1e-15)
n |
Integer sample size ( |
alpha |
Exception probability |
prune_threshold |
Probability below which states are pruned by the dynamic‑programming recursion. |
A named list with elements LR
and prob
of equal length,
where LR
is the support of the LR statistic and prob
are the
corresponding probabilities in [0,1]
that sum to 1.
lr_ind_dist(8, 0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.