Home | History | Annotate | Download | only in bits

Lines Matching full:distribution

91      * the input for a specific Distribution.
112 * distribution.
1600 * @brief Uniform discrete distribution for random numbers.
1601 * A discrete random distribution on the range @f$[min, max]@f$ with equal
1611 /** The type of the range of the distribution. */
1645 * @brief Constructs a uniform distribution object.
1659 * @brief Resets the distribution state.
1661 * Does nothing for the uniform integer distribution.
1675 * @brief Returns the parameter set of the distribution.
1682 * @brief Sets the parameter set of the distribution.
1683 * @param __param The new parameter set of the distribution.
1690 * @brief Returns the inclusive lower bound of the distribution range.
1697 * @brief Returns the inclusive upper bound of the distribution range.
1741 * distribution @p __x into the output stream @p os.
1744 * @param __x A %uniform_int_distribution random number distribution.
1755 * @brief Extracts a %uniform_int_distribution random number distribution
1770 * @brief Uniform continuous distribution for random numbers.
1772 * A continuous random distribution on the range [min, max) with equal
1783 /** The type of the range of the distribution. */
1819 * @param __min [IN] The lower bound of the distribution.
1820 * @param __max [IN] The upper bound of the distribution.
1834 * @brief Resets the distribution state.
1836 * Does nothing for the uniform real distribution.
1850 * @brief Returns the parameter set of the distribution.
1857 * @brief Sets the parameter set of the distribution.
1858 * @param __param The new parameter set of the distribution.
1865 * @brief Returns the inclusive lower bound of the distribution range.
1872 * @brief Returns the inclusive upper bound of the distribution range.
1922 * distribution @p __x into the output stream @p __os.
1925 * @param __x A %uniform_real_distribution random number distribution.
1936 * @brief Extracts a %uniform_real_distribution random number distribution
1958 * @brief A normal continuous distribution for random numbers.
1973 /** The type of the range of the distribution. */
2008 * Constructs a normal distribution with parameters @f$mean@f$ and
2023 * @brief Resets the distribution state.
2030 * @brief Returns the mean of the distribution.
2037 * @brief Returns the standard deviation of the distribution.
2044 * @brief Returns the parameter set of the distribution.
2051 * @brief Sets the parameter set of the distribution.
2052 * @param __param The new parameter set of the distribution.
2059 * @brief Returns the greatest lower bound value of the distribution.
2066 * @brief Returns the least upper bound value of the distribution.
2096 * @brief Inserts a %normal_distribution random number distribution
2100 * @param __x A %normal_distribution random number distribution.
2111 * @brief Extracts a %normal_distribution random number distribution
2142 * @brief A lognormal_distribution random number distribution.
2157 /** The type of the range of the distribution. */
2199 * Resets the distribution state.
2217 * @brief Returns the parameter set of the distribution.
2224 * @brief Sets the parameter set of the distribution.
2225 * @param __param The new parameter set of the distribution.
2232 * @brief Returns the greatest lower bound value of the distribution.
2239 * @brief Returns the least upper bound value of the distribution.
2272 * @brief Inserts a %lognormal_distribution random number distribution
2276 * @param __x A %lognormal_distribution random number distribution.
2287 * @brief Extracts a %lognormal_distribution random number distribution
2318 * @brief A gamma continuous distribution for random numbers.
2333 /** The type of the range of the distribution. */
2375 * @brief Constructs a gamma distribution with parameters
2390 * @brief Resets the distribution state.
2397 * @brief Returns the @f$\alpha@f$ of the distribution.
2404 * @brief Returns the @f$\beta@f$ of the distribution.
2411 * @brief Returns the parameter set of the distribution.
2418 * @brief Sets the parameter set of the distribution.
2419 * @param __param The new parameter set of the distribution.
2426 * @brief Returns the greatest lower bound value of the distribution.
2433 * @brief Returns the least upper bound value of the distribution.
2465 * @brief Inserts a %gamma_distribution random number distribution
2469 * @param __x A %gamma_distribution random number distribution.
2480 * @brief Extracts a %gamma_distribution random number distribution
2510 * @brief A chi_squared_distribution random number distribution.
2522 /** The type of the range of the distribution. */
2557 * @brief Resets the distribution state.
2571 * @brief Returns the parameter set of the distribution.
2578 * @brief Sets the parameter set of the distribution.
2579 * @param __param The new parameter set of the distribution.
2586 * @brief Returns the greatest lower bound value of the distribution.
2593 * @brief Returns the least upper bound value of the distribution.
2629 * @brief Inserts a %chi_squared_distribution random number distribution
2633 * @param __x A %chi_squared_distribution random number distribution.
2644 * @brief Extracts a %chi_squared_distribution random number distribution
2675 * @brief A cauchy_distribution random number distribution.
2687 /** The type of the range of the distribution. */
2729 * @brief Resets the distribution state.
2747 * @brief Returns the parameter set of the distribution.
2754 * @brief Sets the parameter set of the distribution.
2755 * @param __param The new parameter set of the distribution.
2762 * @brief Returns the greatest lower bound value of the distribution.
2769 * @brief Returns the least upper bound value of the distribution.
2813 * @brief Inserts a %cauchy_distribution random number distribution
2817 * @param __x A %cauchy_distribution random number distribution.
2828 * @brief Extracts a %cauchy_distribution random number distribution
2844 * @brief A fisher_f_distribution random number distribution.
2860 /** The type of the range of the distribution. */
2902 * @brief Resets the distribution state.
2923 * @brief Returns the parameter set of the distribution.
2930 * @brief Sets the parameter set of the distribution.
2931 * @param __param The new parameter set of the distribution.
2938 * @brief Returns the greatest lower bound value of the distribution.
2945 * @brief Returns the least upper bound value of the distribution.
2984 * @brief Inserts a %fisher_f_distribution random number distribution
2988 * @param __x A %fisher_f_distribution random number distribution.
2999 * @brief Extracts a %fisher_f_distribution random number distribution
3029 * @brief A student_t_distribution random number distribution.
3044 /** The type of the range of the distribution. */
3079 * @brief Resets the distribution state.
3096 * @brief Returns the parameter set of the distribution.
3103 * @brief Sets the parameter set of the distribution.
3104 * @param __param The new parameter set of the distribution.
3111 * @brief Returns the greatest lower bound value of the distribution.
3118 * @brief Returns the least upper bound value of the distribution.
3157 * @brief Inserts a %student_t_distribution random number distribution
3161 * @param __x A %student_t_distribution random number distribution.
3172 * @brief Extracts a %student_t_distribution random number distribution
3212 * @brief A Bernoulli random number distribution.
3220 /** The type of the range of the distribution. */
3248 * @brief Constructs a Bernoulli distribution with likelihood @p p.
3264 * @brief Resets the distribution state.
3266 * Does nothing for a Bernoulli distribution.
3272 * @brief Returns the @p p parameter of the distribution.
3279 * @brief Returns the parameter set of the distribution.
3286 * @brief Sets the parameter set of the distribution.
3287 * @param __param The new parameter set of the distribution.
3294 * @brief Returns the greatest lower bound value of the distribution.
3301 * @brief Returns the least upper bound value of the distribution.
3351 * @brief Inserts a %bernoulli_distribution random number distribution
3355 * @param __x A %bernoulli_distribution random number distribution.
3366 * @brief Extracts a %bernoulli_distribution random number distribution
3387 * @brief A discrete binomial random number distribution.
3391 * and @f$p@f$ are the parameters of the distribution.
3400 /** The type of the range of the distribution. */
3458 * @brief Resets the distribution state.
3465 * @brief Returns the distribution @p t parameter.
3472 * @brief Returns the distribution @p p parameter.
3479 * @brief Returns the parameter set of the distribution.
3486 * @brief Sets the parameter set of the distribution.
3487 * @param __param The new parameter set of the distribution.
3494 * @brief Returns the greatest lower bound value of the distribution.
3501 * @brief Returns the least upper bound value of the distribution.
3536 * @brief Inserts a %binomial_distribution random number distribution
3540 * @param __x A %binomial_distribution random number distribution.
3552 * @brief Extracts a %binomial_distribution random number distribution
3589 * @brief A discrete geometric random number distribution.
3593 * distribution.
3602 /** The type of the range of the distribution. */
3649 * @brief Resets the distribution state.
3651 * Does nothing for the geometric distribution.
3657 * @brief Returns the distribution parameter @p p.
3664 * @brief Returns the parameter set of the distribution.
3671 * @brief Sets the parameter set of the distribution.
3672 * @param __param The new parameter set of the distribution.
3679 * @brief Returns the greatest lower bound value of the distribution.
3686 * @brief Returns the least upper bound value of the distribution.
3730 * @brief Inserts a %geometric_distribution random number distribution
3734 * @param __x A %geometric_distribution random number distribution.
3746 * @brief Extracts a %geometric_distribution random number distribution
3762 * @brief A negative_binomial_distribution random number distribution.
3766 * and @f$p@f$ are the parameters of the distribution.
3775 /** The type of the range of the distribution. */
3817 * @brief Resets the distribution state.
3824 * @brief Return the @f$k@f$ parameter of the distribution.
3831 * @brief Return the @f$p@f$ parameter of the distribution.
3838 * @brief Returns the parameter set of the distribution.
3845 * @brief Sets the parameter set of the distribution.
3846 * @param __param The new parameter set of the distribution.
3853 * @brief Returns the greatest lower bound value of the distribution.
3860 * @brief Returns the least upper bound value of the distribution.
3891 * number distribution @p __x into the output stream @p __os.
3895 * distribution.
3907 * distribution @p __x from the input stream @p __is.
3945 * @brief A discrete Poisson random number distribution.
3949 * parameter of the distribution.
3958 /** The type of the range of the distribution. */
4007 * @brief Resets the distribution state.
4014 * @brief Returns the distribution parameter @p mean.
4021 * @brief Returns the parameter set of the distribution.
4028 * @brief Sets the parameter set of the distribution.
4029 * @param __param The new parameter set of the distribution.
4036 * @brief Returns the greatest lower bound value of the distribution.
4043 * @brief Returns the least upper bound value of the distribution.
4078 * @brief Inserts a %poisson_distribution random number distribution
4082 * @param __x A %poisson_distribution random number distribution.
4093 * @brief Extracts a %poisson_distribution random number distribution
4125 * @brief An exponential continuous distribution for random numbers.
4131 * <caption align=top>Distribution Statistics</caption>
4146 /** The type of the range of the distribution. */
4174 * @brief Constructs an exponential distribution with inverse scale
4188 * @brief Resets the distribution state.
4196 * @brief Returns the inverse scale parameter of the distribution.
4203 * @brief Returns the parameter set of the distribution.
4210 * @brief Sets the parameter set of the distribution.
4211 * @param __param The new parameter set of the distribution.
4218 * @brief Returns the greatest lower bound value of the distribution.
4225 * @brief Returns the least upper bound value of the distribution.
4274 * @brief Inserts a %exponential_distribution random number distribution
4278 * @param __x A %exponential_distribution random number distribution.
4289 * @brief Extracts a %exponential_distribution random number distribution
4305 * @brief A weibull_distribution random number distribution.
4320 /** The type of the range of the distribution. */
4362 * @brief Resets the distribution state.
4369 * @brief Return the @f$a@f$ parameter of the distribution.
4376 * @brief Return the @f$b@f$ parameter of the distribution.
4383 * @brief Returns the parameter set of the distribution.
4390 * @brief Sets the parameter set of the distribution.
4391 * @param __param The new parameter set of the distribution.
4398 * @brief Returns the greatest lower bound value of the distribution.
4405 * @brief Returns the least upper bound value of the distribution.
4449 * @brief Inserts a %weibull_distribution random number distribution
4453 * @param __x A %weibull_distribution random number distribution.
4464 * @brief Extracts a %weibull_distribution random number distribution
4480 * @brief A extreme_value_distribution random number distribution.
4495 /** The type of the range of the distribution. */
4537 * @brief Resets the distribution state.
4544 * @brief Return the @f$a@f$ parameter of the distribution.
4551 * @brief Return the @f$b@f$ parameter of the distribution.
4558 * @brief Returns the parameter set of the distribution.
4565 * @brief Sets the parameter set of the distribution.
4566 * @param __param The new parameter set of the distribution.
4573 * @brief Returns the greatest lower bound value of the distribution.
4580 * @brief Returns the least upper bound value of the distribution.
4624 * @brief Inserts a %extreme_value_distribution random number distribution
4628 * @param __x A %extreme_value_distribution random number distribution.
4640 * distribution @p __x from the input stream @p __is.
4655 * @brief A discrete_distribution random number distribution.
4667 /** The type of the range of the distribution. */
4739 * @brief Resets the distribution state.
4746 * @brief Returns the probabilities of the distribution.
4756 * @brief Returns the parameter set of the distribution.
4763 * @brief Sets the parameter set of the distribution.
4764 * @param __param The new parameter set of the distribution.
4771 * @brief Returns the greatest lower bound value of the distribution.
4778 * @brief Returns the least upper bound value of the distribution.
4801 * @brief Inserts a %discrete_distribution random number distribution
4805 * @param __x A %discrete_distribution random number distribution.
4816 * @brief Extracts a %discrete_distribution random number distribution
4857 * @brief A piecewise_constant_distribution random number distribution.
4869 /** The type of the range of the distribution. */
4958 * @brief Resets the distribution state.
4991 * @brief Returns the parameter set of the distribution.
4998 * @brief Sets the parameter set of the distribution.
4999 * @param __param The new parameter set of the distribution.
5006 * @brief Returns the greatest lower bound value of the distribution.
5016 * @brief Returns the least upper bound value of the distribution.
5040 * number distribution @p __x into the output stream @p __os.
5044 * distribution.
5056 * number distribution @p __x from the input stream @p __is.
5096 * @brief A piecewise_linear_distribution random number distribution.
5108 distribution. */
5199 * Resets the distribution state.
5206 * @brief Return the intervals of the distribution.
5223 * distribution.
5233 * @brief Returns the parameter set of the distribution.
5240 * @brief Sets the parameter set of the distribution.
5241 * @param __param The new parameter set of the distribution.
5248 * @brief Returns the greatest lower bound value of the distribution.
5258 * @brief Returns the least upper bound value of the distribution.
5282 * distribution @p __x into the output stream @p __os.
5286 * distribution.
5298 * distribution @p __x from the input stream @p __is.