Lines Matching refs:failures
38 RealType k, // Number of failures.
42 RealType k, // Number of failures.
57 k failures and r successes with success on the last trial.
138 RealType failures,
145 [[failures][The total number of failures before the ['r]th success.]]
151 For example, if you observe /k/ failures and /r/ successes from /n/ = k + r trials
157 failures, successes, 0.05);
165 of /failures/ and /successes/. See:
201 of /failures/ and /successes/. See:
210 RealType k, // number of failures.
215 probability that [*more than k failures will be observed].
218 [[k][The target number of failures to be observed.]]
220 [[alpha][The maximum acceptable risk that only k failures or fewer will be observed.]]
228 of seeing 10 failures that occur with frequency one half.
234 the number of trials (success+failures) that will lead to an /alpha/ probability
235 of observing k failures or fewer.
240 RealType k, // number of failures.
245 a certain probability that [*k failures or fewer will be observed].
248 [[k][The maximum number of failures to be observed.]]
250 [[alpha][The maximum acceptable ['risk] that more than k failures will be observed.]]
258 of seeing no failures that occur with frequency one in one million.
262 the number of trials (success+failures) that will lead to an /alpha/ probability
263 of observing more than k failures.
276 [The probability of obtaining [*exactly k failures] from k+r trials
281 [The probability of obtaining [*k failures or fewer] from k+r trials
286 [The probability of obtaining [*more than k failures] from k+r trials
291 [The [*greatest] number of failures k expected to be observed from k+r trials
298 [The [*smallest] number of failures k expected to be observed from k+r trials
315 /k/ is the number of failures, /p/ is the probability and /q = 1-p/.
349 [[`find_lower_bound_on_p`][ibeta_inv(successes, failures + 1, alpha)]]
350 [[`find_upper_bound_on_p`][ibetac_inv(successes, failures, alpha) plus see comments in code.]]