Lines Matching refs:distribution
405 * @brief A beta continuous distribution for random numbers.
420 /** The type of the range of the distribution. */
468 * @brief Constructs a beta distribution with parameters
483 * @brief Resets the distribution state.
490 * @brief Returns the @f$\alpha@f$ of the distribution.
497 * @brief Returns the @f$\beta@f$ of the distribution.
504 * @brief Returns the parameter set of the distribution.
511 * @brief Sets the parameter set of the distribution.
512 * @param __param The new parameter set of the distribution.
519 * @brief Returns the greatest lower bound value of the distribution.
526 * @brief Returns the least upper bound value of the distribution.
578 * @brief Inserts a %beta_distribution random number distribution
582 * @param __x A %beta_distribution random number distribution.
593 * @brief Extracts a %beta_distribution random number distribution
628 * @brief A multi-variate normal continuous distribution for random numbers.
650 /** The type of the range of the distribution. */
801 * @brief Resets the distribution state.
808 * @brief Returns the mean of the distribution.
816 * matrix of the distribution.
823 * @brief Returns the parameter set of the distribution.
830 * @brief Sets the parameter set of the distribution.
831 * @param __param The new parameter set of the distribution.
838 * @brief Returns the greatest lower bound value of the distribution.
847 * @brief Returns the least upper bound value of the distribution.
898 * @brief Inserts a %normal_mv_distribution random number distribution
902 * @param __x A %normal_mv_distribution random number distribution.
916 * @brief Extracts a %normal_mv_distribution random number distribution
958 * @brief A Rice continuous distribution for random numbers.
985 /** The type of the range of the distribution. */
1051 * @brief Resets the distribution state.
1061 * @brief Return the parameters of the distribution.
1072 * @brief Returns the parameter set of the distribution.
1079 * @brief Sets the parameter set of the distribution.
1080 * @param __param The new parameter set of the distribution.
1087 * @brief Returns the greatest lower bound value of the distribution.
1094 * @brief Returns the least upper bound value of the distribution.
1167 * @brief Inserts a %rice_distribution random number distribution
1171 * @param __x A %rice_distribution random number distribution.
1182 * @brief Extracts a %rice_distribution random number distribution
1221 * @brief A Nakagami continuous distribution for random numbers.
1239 /** The type of the range of the distribution. */
1303 * @brief Resets the distribution state.
1310 * @brief Return the parameters of the distribution.
1321 * @brief Returns the parameter set of the distribution.
1328 * @brief Sets the parameter set of the distribution.
1329 * @param __param The new parameter set of the distribution.
1336 * @brief Returns the greatest lower bound value of the distribution.
1343 * @brief Returns the least upper bound value of the distribution.
1401 * @brief Inserts a %nakagami_distribution random number distribution
1405 * @param __x A %nakagami_distribution random number distribution.
1416 * @brief Extracts a %nakagami_distribution random number distribution
1454 * @brief A Pareto continuous distribution for random numbers.
1484 /** The type of the range of the distribution. */
1548 * @brief Resets the distribution state.
1557 * @brief Return the parameters of the distribution.
1568 * @brief Returns the parameter set of the distribution.
1575 * @brief Sets the parameter set of the distribution.
1576 * @param __param The new parameter set of the distribution.
1583 * @brief Returns the greatest lower bound value of the distribution.
1590 * @brief Returns the least upper bound value of the distribution.
1650 * @brief Inserts a %pareto_distribution random number distribution
1654 * @param __x A %pareto_distribution random number distribution.
1665 * @brief Extracts a %pareto_distribution random number distribution
1703 * @brief A K continuous distribution for random numbers.
1731 /** The type of the range of the distribution. */
1809 * @brief Resets the distribution state.
1819 * @brief Return the parameters of the distribution.
1834 * @brief Returns the parameter set of the distribution.
1841 * @brief Sets the parameter set of the distribution.
1842 * @param __param The new parameter set of the distribution.
1849 * @brief Returns the greatest lower bound value of the distribution.
1856 * @brief Returns the least upper bound value of the distribution.
1908 * @brief Inserts a %k_distribution random number distribution
1912 * @param __x A %k_distribution random number distribution.
1923 * @brief Extracts a %k_distribution random number distribution
1962 * @brief An arcsine continuous distribution for random numbers.
1985 /** The type of the range of the distribution. */
2048 * @brief Resets the distribution state.
2055 * @brief Return the parameters of the distribution.
2066 * @brief Returns the parameter set of the distribution.
2073 * @brief Sets the parameter set of the distribution.
2074 * @param __param The new parameter set of the distribution.
2081 * @brief Returns the greatest lower bound value of the distribution.
2088 * @brief Returns the least upper bound value of the distribution.
2150 * @brief Inserts a %arcsine_distribution random number distribution
2154 * @param __x A %arcsine_distribution random number distribution.
2165 * @brief Extracts a %arcsine_distribution random number distribution
2203 * @brief A Hoyt continuous distribution for random numbers.
2232 /** The type of the range of the distribution. */
2298 * @brief Resets the distribution state.
2308 * @brief Return the parameters of the distribution.
2319 * @brief Returns the parameter set of the distribution.
2326 * @brief Sets the parameter set of the distribution.
2327 * @param __param The new parameter set of the distribution.
2334 * @brief Returns the greatest lower bound value of the distribution.
2341 * @brief Returns the least upper bound value of the distribution.
2394 * @brief Inserts a %hoyt_distribution random number distribution
2398 * @param __x A %hoyt_distribution random number distribution.
2409 * @brief Extracts a %hoyt_distribution random number distribution
2448 * @brief A triangular distribution for random numbers.
2473 /** The type of the range of the distribution. */
2534 * @brief Constructs a triangle distribution with parameters
2550 * @brief Resets the distribution state.
2557 * @brief Returns the @f$ a @f$ of the distribution.
2564 * @brief Returns the @f$ b @f$ of the distribution.
2571 * @brief Returns the @f$ c @f$ of the distribution.
2578 * @brief Returns the parameter set of the distribution.
2585 * @brief Sets the parameter set of the distribution.
2586 * @param __param The new parameter set of the distribution.
2593 * @brief Returns the greatest lower bound value of the distribution.
2600 * @brief Returns the least upper bound value of the distribution.
2662 * @brief Inserts a %triangular_distribution random number distribution
2666 * @param __x A %triangular_distribution random number distribution.
2677 * @brief Extracts a %triangular_distribution random number distribution
2712 * @brief A von Mises distribution for random numbers.
2740 /** The type of the range of the distribution. */
2790 * @brief Constructs a von Mises distribution with parameters
2805 * @brief Resets the distribution state.
2812 * @brief Returns the @f$ \mu @f$ of the distribution.
2819 * @brief Returns the @f$ \kappa @f$ of the distribution.
2826 * @brief Returns the parameter set of the distribution.
2833 * @brief Sets the parameter set of the distribution.
2834 * @param __param The new parameter set of the distribution.
2841 * @brief Returns the greatest lower bound value of the distribution.
2850 * @brief Returns the least upper bound value of the distribution.
2904 * @brief Inserts a %von_mises_distribution random number distribution
2908 * @param __x A %von_mises_distribution random number distribution.
2919 * @brief Extracts a %von_mises_distribution random number distribution
2954 * @brief A discrete hypergeometric random number distribution.
2956 * The hypergeometric distribution is a discrete probability distribution
2965 * where @f$N@f$ is the total population of the distribution,
2966 * @f$K@f$ is the total population of the distribution.
2983 /** The type of the range of the distribution. */
3052 * @brief Resets the distribution state.
3059 * @brief Returns the distribution parameter @p N,
3067 * @brief Returns the distribution parameter @p K,
3082 * @brief Returns the distribution parameter @p n,
3090 * @brief Returns the parameter set of the distribution.
3097 * @brief Sets the parameter set of the distribution.
3098 * @param __param The new parameter set of the distribution.
3105 * @brief Returns the greatest lower bound value of the distribution.
3117 * @brief Returns the least upper bound value of the distribution.
3170 * distribution @p __x into the output stream @p __os.
3174 * distribution.
3187 * distribution @p __x from the input stream @p __is.
3191 * distribution.
3223 * @brief A logistic continuous distribution for random numbers.
3252 /** The type of the range of the distribution. */
3311 * @brief Resets the distribution state.
3318 * @brief Return the parameters of the distribution.
3329 * @brief Returns the parameter set of the distribution.
3336 * @brief Sets the parameter set of the distribution.
3337 * @param __param The new parameter set of the distribution.
3344 * @brief Returns the greatest lower bound value of the distribution.
3351 * @brief Returns the least upper bound value of the distribution.
3404 * @brief Inserts a %logistic_distribution random number distribution
3408 * @param __x A %logistic_distribution random number distribution.
3419 * @brief Extracts a %logistic_distribution random number distribution
3455 * @brief A distribution for random coordinates on a unit sphere.
3468 /** The type of the range of the distribution. */
3486 * @brief Constructs a uniform on sphere distribution.
3498 * @brief Resets the distribution state.
3505 * @brief Returns the parameter set of the distribution.
3512 * @brief Sets the parameter set of the distribution.
3513 * @param __param The new parameter set of the distribution.
3520 * @brief Returns the greatest lower bound value of the distribution.
3521 * This function makes no sense for this distribution.
3532 * @brief Returns the least upper bound value of the distribution.
3533 * This function makes no sense for this distribution.
3590 * distribution @p __x into the output stream @p __os.
3594 * distribution.
3609 * distribution
3650 * @brief A distribution for random coordinates inside a unit sphere.
3660 /** The type of the range of the distribution. */
3717 * @brief Resets the distribution state.
3724 * @brief Returns the @f$radius@f$ of the distribution.
3731 * @brief Returns the parameter set of the distribution.
3738 * @brief Sets the parameter set of the distribution.
3739 * @param __param The new parameter set of the distribution.
3746 * @brief Returns the greatest lower bound value of the distribution.
3747 * This function makes no sense for this distribution.
3758 * @brief Returns the least upper bound value of the distribution.
3759 * This function makes no sense for this distribution.
3816 * distribution @p __x into the output stream @p __os.
3820 * distribution.
3835 * distribution