empiricalBF {HPLB} | R Documentation |
Empirical Bounding Functions
Description
Empirical Bounding Functions
Usage
empiricalBF(tv.seq, nsim = 1000, m = 100, n = 100, alpha = 0.05)
Arguments
tv.seq |
a vector of total variation values between 0 and 1. |
nsim |
a numeric value giving the number of repetitions. |
m |
a numeric value, the number of observations left. |
n |
a numeric value, the number of observations right. |
alpha |
a numeric value giving the type-I error level. |
Value
a list of empirical bounding functions indexed by the tv.seq (in the respective order).
[Package HPLB version 1.0.0 Index]