Lines Matching refs:probability
30 RealType probability); // alpha
34 RealType probability); // alpha
40 RealType probability); // Probability threshold alpha.
44 RealType probability); // Probability threshold alpha.
56 negative_binomial distribution gives the probability of observing
118 probability of success of a single trial.
140 RealType probability) // (0 <= alpha <= 1), 0.05 equivalent to 95% confidence.
147 [[alpha][The largest acceptable probability that the true value of
183 [[alpha][The largest acceptable probability that the true value of
212 RealType alpha); // probability threshold (0.05 equivalent to 95%).
215 probability that [*more than k failures will be observed].
219 [[p][The probability of ['success] for each trial.]]
234 the number of trials (success+failures) that will lead to an /alpha/ probability
242 RealType alpha); // probability threshold (0.05 equivalent to 95%).
245 a certain probability that [*k failures or fewer will be observed].
249 [[p][The probability of ['success] for each trial.]]
262 the number of trials (success+failures) that will lead to an /alpha/ probability
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
292 with success fraction p, at probability P. Note that the value returned
299 with success fraction p, at probability P. Note that the value returned
313 In the following table, /p/ is the probability that any one trial will
315 /k/ is the number of failures, /p/ is the probability and /q = 1-p/.