pval_lr_cc | R Documentation |
Exact p-value for LR_cc
pval_lr_cc(lr_obs, n, alpha = 0.05, prune_threshold = 1e-15)
lr_obs |
Observed LR_cc statistic. |
n |
Sample size. |
alpha |
Exception probability. |
prune_threshold |
State-pruning threshold for DP engine. |
Numeric exact p
-value in [0,1]
; may be NA_real_
if the
finite-sample distribution is unavailable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.