std::chi_squared_distribution
From cppreference.com
Template:cpp/numeric/random/chi squared distribution/sidebar
Defined in header <random>
|
||
template< class RealType = double > class chi_squared_distribution; |
(since C++11) | |
This section is incomplete |
Contents |
Member types
Member type | Definition |
result_type
|
RealType |
param_type
|
the type of the parameter set, unspecified |
Member functions
Non-member functions
Example
This section is incomplete Reason: no example |
External links
Weisstein, Eric W. "Chi-Squared Distribution." From MathWorld--A Wolfram Web Resource.