Lines Matching refs:distribution
403 * @brief A beta continuous distribution for random numbers.
418 /** The type of the range of the distribution. */
466 * @brief Constructs a beta distribution with parameters
481 * @brief Resets the distribution state.
488 * @brief Returns the @f$\alpha@f$ of the distribution.
495 * @brief Returns the @f$\beta@f$ of the distribution.
502 * @brief Returns the parameter set of the distribution.
509 * @brief Sets the parameter set of the distribution.
510 * @param __param The new parameter set of the distribution.
517 * @brief Returns the greatest lower bound value of the distribution.
524 * @brief Returns the least upper bound value of the distribution.
576 * @brief Inserts a %beta_distribution random number distribution
580 * @param __x A %beta_distribution random number distribution.
591 * @brief Extracts a %beta_distribution random number distribution
626 * @brief A multi-variate normal continuous distribution for random numbers.
648 /** The type of the range of the distribution. */
799 * @brief Resets the distribution state.
806 * @brief Returns the mean of the distribution.
814 * matrix of the distribution.
821 * @brief Returns the parameter set of the distribution.
828 * @brief Sets the parameter set of the distribution.
829 * @param __param The new parameter set of the distribution.
836 * @brief Returns the greatest lower bound value of the distribution.
845 * @brief Returns the least upper bound value of the distribution.
896 * @brief Inserts a %normal_mv_distribution random number distribution
900 * @param __x A %normal_mv_distribution random number distribution.
914 * @brief Extracts a %normal_mv_distribution random number distribution
956 * @brief A Rice continuous distribution for random numbers.
983 /** The type of the range of the distribution. */
1049 * @brief Resets the distribution state.
1059 * @brief Return the parameters of the distribution.
1070 * @brief Returns the parameter set of the distribution.
1077 * @brief Sets the parameter set of the distribution.
1078 * @param __param The new parameter set of the distribution.
1085 * @brief Returns the greatest lower bound value of the distribution.
1092 * @brief Returns the least upper bound value of the distribution.
1165 * @brief Inserts a %rice_distribution random number distribution
1169 * @param __x A %rice_distribution random number distribution.
1180 * @brief Extracts a %rice_distribution random number distribution
1219 * @brief A Nakagami continuous distribution for random numbers.
1237 /** The type of the range of the distribution. */
1301 * @brief Resets the distribution state.
1308 * @brief Return the parameters of the distribution.
1319 * @brief Returns the parameter set of the distribution.
1326 * @brief Sets the parameter set of the distribution.
1327 * @param __param The new parameter set of the distribution.
1334 * @brief Returns the greatest lower bound value of the distribution.
1341 * @brief Returns the least upper bound value of the distribution.
1399 * @brief Inserts a %nakagami_distribution random number distribution
1403 * @param __x A %nakagami_distribution random number distribution.
1414 * @brief Extracts a %nakagami_distribution random number distribution
1452 * @brief A Pareto continuous distribution for random numbers.
1482 /** The type of the range of the distribution. */
1546 * @brief Resets the distribution state.
1555 * @brief Return the parameters of the distribution.
1566 * @brief Returns the parameter set of the distribution.
1573 * @brief Sets the parameter set of the distribution.
1574 * @param __param The new parameter set of the distribution.
1581 * @brief Returns the greatest lower bound value of the distribution.
1588 * @brief Returns the least upper bound value of the distribution.
1648 * @brief Inserts a %pareto_distribution random number distribution
1652 * @param __x A %pareto_distribution random number distribution.
1663 * @brief Extracts a %pareto_distribution random number distribution
1701 * @brief A K continuous distribution for random numbers.
1729 /** The type of the range of the distribution. */
1807 * @brief Resets the distribution state.
1817 * @brief Return the parameters of the distribution.
1832 * @brief Returns the parameter set of the distribution.
1839 * @brief Sets the parameter set of the distribution.
1840 * @param __param The new parameter set of the distribution.
1847 * @brief Returns the greatest lower bound value of the distribution.
1854 * @brief Returns the least upper bound value of the distribution.
1906 * @brief Inserts a %k_distribution random number distribution
1910 * @param __x A %k_distribution random number distribution.
1921 * @brief Extracts a %k_distribution random number distribution
1960 * @brief An arcsine continuous distribution for random numbers.
1983 /** The type of the range of the distribution. */
2046 * @brief Resets the distribution state.
2053 * @brief Return the parameters of the distribution.
2064 * @brief Returns the parameter set of the distribution.
2071 * @brief Sets the parameter set of the distribution.
2072 * @param __param The new parameter set of the distribution.
2079 * @brief Returns the greatest lower bound value of the distribution.
2086 * @brief Returns the least upper bound value of the distribution.
2148 * @brief Inserts a %arcsine_distribution random number distribution
2152 * @param __x A %arcsine_distribution random number distribution.
2163 * @brief Extracts a %arcsine_distribution random number distribution
2201 * @brief A Hoyt continuous distribution for random numbers.
2230 /** The type of the range of the distribution. */
2296 * @brief Resets the distribution state.
2306 * @brief Return the parameters of the distribution.
2317 * @brief Returns the parameter set of the distribution.
2324 * @brief Sets the parameter set of the distribution.
2325 * @param __param The new parameter set of the distribution.
2332 * @brief Returns the greatest lower bound value of the distribution.
2339 * @brief Returns the least upper bound value of the distribution.
2392 * @brief Inserts a %hoyt_distribution random number distribution
2396 * @param __x A %hoyt_distribution random number distribution.
2407 * @brief Extracts a %hoyt_distribution random number distribution
2446 * @brief A triangular distribution for random numbers.
2471 /** The type of the range of the distribution. */
2532 * @brief Constructs a triangle distribution with parameters
2548 * @brief Resets the distribution state.
2555 * @brief Returns the @f$ a @f$ of the distribution.
2562 * @brief Returns the @f$ b @f$ of the distribution.
2569 * @brief Returns the @f$ c @f$ of the distribution.
2576 * @brief Returns the parameter set of the distribution.
2583 * @brief Sets the parameter set of the distribution.
2584 * @param __param The new parameter set of the distribution.
2591 * @brief Returns the greatest lower bound value of the distribution.
2598 * @brief Returns the least upper bound value of the distribution.
2660 * @brief Inserts a %triangular_distribution random number distribution
2664 * @param __x A %triangular_distribution random number distribution.
2675 * @brief Extracts a %triangular_distribution random number distribution
2710 * @brief A von Mises distribution for random numbers.
2738 /** The type of the range of the distribution. */
2788 * @brief Constructs a von Mises distribution with parameters
2803 * @brief Resets the distribution state.
2810 * @brief Returns the @f$ \mu @f$ of the distribution.
2817 * @brief Returns the @f$ \kappa @f$ of the distribution.
2824 * @brief Returns the parameter set of the distribution.
2831 * @brief Sets the parameter set of the distribution.
2832 * @param __param The new parameter set of the distribution.
2839 * @brief Returns the greatest lower bound value of the distribution.
2848 * @brief Returns the least upper bound value of the distribution.
2902 * @brief Inserts a %von_mises_distribution random number distribution
2906 * @param __x A %von_mises_distribution random number distribution.
2917 * @brief Extracts a %von_mises_distribution random number distribution
2952 * @brief A discrete hypergeometric random number distribution.
2954 * The hypergeometric distribution is a discrete probability distribution
2963 * where @f$N@f$ is the total population of the distribution,
2964 * @f$K@f$ is the total population of the distribution.
2981 /** The type of the range of the distribution. */
3050 * @brief Resets the distribution state.
3057 * @brief Returns the distribution parameter @p N,
3065 * @brief Returns the distribution parameter @p K,
3080 * @brief Returns the distribution parameter @p n,
3088 * @brief Returns the parameter set of the distribution.
3095 * @brief Sets the parameter set of the distribution.
3096 * @param __param The new parameter set of the distribution.
3103 * @brief Returns the greatest lower bound value of the distribution.
3115 * @brief Returns the least upper bound value of the distribution.
3168 * distribution @p __x into the output stream @p __os.
3172 * distribution.
3185 * distribution @p __x from the input stream @p __is.
3189 * distribution.
3221 * @brief A logistic continuous distribution for random numbers.
3250 /** The type of the range of the distribution. */
3309 * @brief Resets the distribution state.
3316 * @brief Return the parameters of the distribution.
3327 * @brief Returns the parameter set of the distribution.
3334 * @brief Sets the parameter set of the distribution.
3335 * @param __param The new parameter set of the distribution.
3342 * @brief Returns the greatest lower bound value of the distribution.
3349 * @brief Returns the least upper bound value of the distribution.
3402 * @brief Inserts a %logistic_distribution random number distribution
3406 * @param __x A %logistic_distribution random number distribution.
3417 * @brief Extracts a %logistic_distribution random number distribution
3453 * @brief A distribution for random coordinates on a unit sphere.
3466 /** The type of the range of the distribution. */
3484 * @brief Constructs a uniform on sphere distribution.
3496 * @brief Resets the distribution state.
3503 * @brief Returns the parameter set of the distribution.
3510 * @brief Sets the parameter set of the distribution.
3511 * @param __param The new parameter set of the distribution.
3518 * @brief Returns the greatest lower bound value of the distribution.
3519 * This function makes no sense for this distribution.
3530 * @brief Returns the least upper bound value of the distribution.
3531 * This function makes no sense for this distribution.
3588 * distribution @p __x into the output stream @p __os.
3592 * distribution.
3607 * distribution
3648 * @brief A distribution for random coordinates inside a unit sphere.
3658 /** The type of the range of the distribution. */
3715 * @brief Resets the distribution state.
3722 * @brief Returns the @f$radius@f$ of the distribution.
3729 * @brief Returns the parameter set of the distribution.
3736 * @brief Sets the parameter set of the distribution.
3737 * @param __param The new parameter set of the distribution.
3744 * @brief Returns the greatest lower bound value of the distribution.
3745 * This function makes no sense for this distribution.
3756 * @brief Returns the least upper bound value of the distribution.
3757 * This function makes no sense for this distribution.
3814 * distribution @p __x into the output stream @p __os.
3818 * distribution.
3833 * distribution