Modules | |
Random Number Utilities | |
A normal continuous distribution for random numbers.
The formula for the normal probability density function is
The type of the range of the distribution.
Parameter type.
Constructs a normal distribution with parameters and standard deviation.
Resets the distribution state.
Returns the mean of the distribution.
Returns the standard deviation of the distribution.
Returns the parameter set of the distribution.
Sets the parameter set of the distribution.
__param | The new parameter set of the distribution. |
Returns the greatest lower bound value of the distribution.
Returns the least upper bound value of the distribution.
Generating functions.
Return true if two normal distributions have the same parameters and the sequences that would be generated are equal.
Inserts a normal_distribution random number distribution __x
into the output stream __os
.
__os | An output stream. |
__x | A normal_distribution random number distribution. |
__x
inserted or in an error state.Extracts a normal_distribution random number distribution __x
from the input stream __is
.
__is | An input stream. |
__x | A normal_distribution random number generator engine. |
__x
extracted or in an error state.Return true if two normal distributions are different.
A lognormal_distribution random number distribution.
The formula for the normal probability mass function is
The type of the range of the distribution.
Parameter type.
Resets the distribution state.
Returns the parameter set of the distribution.
Sets the parameter set of the distribution.
__param | The new parameter set of the distribution. |
Returns the greatest lower bound value of the distribution.
Returns the least upper bound value of the distribution.
Generating functions.
Return true if two lognormal distributions have the same parameters and the sequences that would be generated are equal.
Inserts a lognormal_distribution random number distribution __x
into the output stream __os
.
__os | An output stream. |
__x | A lognormal_distribution random number distribution. |
__x
inserted or in an error state.Extracts a lognormal_distribution random number distribution __x
from the input stream __is
.
__is | An input stream. |
__x | A lognormal_distribution random number generator engine. |
__x
extracted or in an error state.Return true if two lognormal distributions are different.
A gamma continuous distribution for random numbers.
The formula for the gamma probability density function is:
The type of the range of the distribution.
Parameter type.
Constructs a gamma distribution with parameters and .
Resets the distribution state.
Returns the of the distribution.
Returns the of the distribution.
Returns the parameter set of the distribution.
Sets the parameter set of the distribution.
__param | The new parameter set of the distribution. |
Returns the greatest lower bound value of the distribution.
Returns the least upper bound value of the distribution.
Generating functions.
Return true if two gamma distributions have the same parameters and the sequences that would be generated are equal.
Inserts a gamma_distribution random number distribution __x
into the output stream __os
.
__os | An output stream. |
__x | A gamma_distribution random number distribution. |
__x
inserted or in an error state.Extracts a gamma_distribution random number distribution __x
from the input stream __is
.
__is | An input stream. |
__x | A gamma_distribution random number generator engine. |
__x
extracted or in an error state.Return true if two gamma distributions are different.
A chi_squared_distribution random number distribution.
The formula for the normal probability mass function is
The type of the range of the distribution.
Parameter type.
Resets the distribution state.
Returns the parameter set of the distribution.
Sets the parameter set of the distribution.
__param | The new parameter set of the distribution. |
Returns the greatest lower bound value of the distribution.
Returns the least upper bound value of the distribution.
Generating functions.
Return true if two Chi-squared distributions have the same parameters and the sequences that would be generated are equal.
Inserts a chi_squared_distribution random number distribution __x
into the output stream __os
.
__os | An output stream. |
__x | A chi_squared_distribution random number distribution. |
__x
inserted or in an error state.Extracts a chi_squared_distribution random number distribution __x
from the input stream __is
.
__is | An input stream. |
__x | A chi_squared_distribution random number generator engine. |
__x
extracted or in an error state.Return true if two Chi-squared distributions are different.
A cauchy_distribution random number distribution.
The formula for the normal probability mass function is
The type of the range of the distribution.
Parameter type.
Resets the distribution state.
Returns the parameter set of the distribution.
Sets the parameter set of the distribution.
__param | The new parameter set of the distribution. |
Returns the greatest lower bound value of the distribution.
Returns the least upper bound value of the distribution.
Generating functions.
Return true if two Cauchy distributions have the same parameters.
Return true if two Cauchy distributions have different parameters.
Inserts a cauchy_distribution random number distribution __x
into the output stream __os
.
__os | An output stream. |
__x | A cauchy_distribution random number distribution. |
__x
inserted or in an error state.Extracts a cauchy_distribution random number distribution __x
from the input stream __is
.
__is | An input stream. |
__x | A cauchy_distribution random number generator engine. |
__x
extracted or in an error state.A fisher_f_distribution random number distribution.
The formula for the normal probability mass function is
The type of the range of the distribution.
Parameter type.
Resets the distribution state.
Returns the parameter set of the distribution.
Sets the parameter set of the distribution.
__param | The new parameter set of the distribution. |
Returns the greatest lower bound value of the distribution.
Returns the least upper bound value of the distribution.
Generating functions.
Return true if two Fisher f distributions have the same parameters and the sequences that would be generated are equal.
Inserts a fisher_f_distribution random number distribution __x
into the output stream __os
.
__os | An output stream. |
__x | A fisher_f_distribution random number distribution. |
__x
inserted or in an error state.Extracts a fisher_f_distribution random number distribution __x
from the input stream __is
.
__is | An input stream. |
__x | A fisher_f_distribution random number generator engine. |
__x
extracted or in an error state.Return true if two Fisher f distributions are different.
A student_t_distribution random number distribution.
The formula for the normal probability mass function is:
The type of the range of the distribution.
Parameter type.
Resets the distribution state.
Returns the parameter set of the distribution.
Sets the parameter set of the distribution.
__param | The new parameter set of the distribution. |
Returns the greatest lower bound value of the distribution.
Returns the least upper bound value of the distribution.
Generating functions.
Return true if two Student t distributions have the same parameters and the sequences that would be generated are equal.
Inserts a student_t_distribution random number distribution __x
into the output stream __os
.
__os | An output stream. |
__x | A student_t_distribution random number distribution. |
__x
inserted or in an error state.Extracts a student_t_distribution random number distribution __x
from the input stream __is
.
__is | An input stream. |
__x | A student_t_distribution random number generator engine. |
__x
extracted or in an error state.Return true if two Student t distributions are different.