Lines Matching refs:probability
38 // either alpha or beta, and x and probability.
43 RealType probability); // cdf
47 RealType x, // probability x.
48 RealType probability); // probability cdf.
55 [@http://en.wikipedia.org/wiki/Probability_distribution probability distribution function].
71 The [@http://en.wikipedia.org/wiki/Probability_density_function probability density function PDF]
168 RealType probability); // probability cdf
171 `cdf(beta_distribution<RealType>(alpha, beta), x) == probability`.
175 RealType x, // probability x.
176 RealType probability); // probability cdf.
179 `cdf(beta_distribution<RealType>(alpha, beta), x) == probability`.
211 The cumulative probability from 0 to x is thus
212 the probability that the j-th highest value is less than x.
213 Or it is the probability that at least i of the random variables are less than x,
214 a probability given by summing over the __binomial_distrib
227 /x/ is the random variable, /p/ is the probability and /q = 1-p/.
249 from cdf and probability x
255 [[`find_alpha`][`ibeta_inva(beta, x, probability)`]]
256 [[`find_beta`][`ibeta_invb(alpha, x, probability)`]]