MCKL
Monte Carlo Kernel Library
Classes | Namespaces | Functions
fisher_f_distribution.hpp File Reference
#include <mckl/random/internal/common.hpp>
#include <mckl/random/chi_squared_distribution.hpp>

Go to the source code of this file.

Classes

class  mckl::FisherFDistribution< RealType >
 Fisher-F distribution. More...
 
class  mckl::FisherFDistribution< RealType >::param_type
 

Namespaces

 mckl
 
 mckl::internal
 

Functions

template<typename RealType , typename RNGType >
void mckl::fisher_f_distribution (RNGType &rng, std::size_t N, RealType *r, RealType m, RealType n)
 
template<typename RealType , typename RNGType >
void mckl::fisher_f_distribution (RNGType &rng, std::size_t N, RealType *r, const typename FisherFDistribution< RealType >::param_type &param)
 
template<typename RealType >
bool mckl::internal::fisher_f_distribution_check_param (RealType m, RealType n)
 
template<std::size_t K, typename RealType , typename RNGType >
void mckl::internal::fisher_f_distribution_impl (RNGType &rng, std::size_t n, RealType *r, RealType df1, RealType df2)
 
template<typename RealType , typename RNGType >
void mckl::rand (RNGType &rng, FisherFDistribution< RealType > &distribution, std::size_t N, RealType *r)