lr_uc_dist: Exact LR_uc distribution (closed‑form binomial)

View source: R/wrappers.R

lr_uc_distR Documentation

Exact LR_uc distribution (closed‑form binomial)

Description

Exact LR_uc distribution (closed‑form binomial)

Usage

lr_uc_dist(n, alpha = 0.05)

Arguments

n

Integer sample size (n \ge 1).

alpha

Exception probability \alpha \in (0,1).

Value

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.

Examples

lr_uc_dist(8, 0.01)

ExactVaRTest documentation built on Aug. 23, 2025, 1:11 a.m.