Defines a Chi-squared distribution.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer(kind=int32), | public | :: | dof |
The number of degrees of freedom. |
Computes the cumulative distribution function.
The CDF for a Chi-squared distribution is given as .
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(chi_squared_distribution), | intent(in) | :: | this |
The chi_squared_distribution object. |
||
real(kind=real64), | intent(in) | :: | x |
The value at which to evaluate the function. |
The value of the function.
Computes the mean of the distribution.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(chi_squared_distribution), | intent(in) | :: | this |
The chi_squared_distribution object. |
The mean.
Computes the median of the distribution.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(chi_squared_distribution), | intent(in) | :: | this |
The chi_squared_distribution object. |
The median.
Computes the mode of the distribution.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(chi_squared_distribution), | intent(in) | :: | this |
The chi_squared_distribution object. |
The mode.
Computes the probability density function.
The PDF for a Chi-squared distribution is given as .
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(chi_squared_distribution), | intent(in) | :: | this |
The chi_squared_distribution object. |
||
real(kind=real64), | intent(in) | :: | x |
The value at which to evaluate the function. |
The value of the function.
Computes the standardized variable for the distribution.
Computes the standardized variable for the distribution.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(distribution), | intent(in) | :: | this |
The distribution object. |
||
real(kind=real64), | intent(in) | :: | x |
The value of interest. |
The result.
Computes the variance of the distribution.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(chi_squared_distribution), | intent(in) | :: | this |
The chi_squared_distribution object. |
The variance.