invert_Un_tilde {avseqmc} | R Documentation |
Finds the number of successes S based on the upper limit of the confidence sequence vased on the construction by Robbins (1970) (e.g. via the function Un_tilde()).
Description
Finds the number of successes S based on the upper limit of the confidence sequence vased on the construction by Robbins (1970) (e.g. via the function Un_tilde()).
Usage
invert_Un_tilde(Un_tilde, n, epsilon)
Arguments
Un_tilde |
Upper confidence limit of the confidence sequence by Robbins (1970). |
n |
number of Monte-Carlo samples used. |
epsilon |
resampling risk of the p-value estimate ptilde. |
Value
Value of S (i.e. the number of successes giving rise to this upper confidence limit at this sample size and value of epsilon)
Note
For rounded values of ptilde, the ensuing value of S may be inaccurate.
[Package avseqmc version 1.0.1 Index]