lppl
v2.0.0
|
Every continuous distribution type is approximated by a normal distribution. More...
#include "policies.hpp"
Public Types | |
using | codom = output_domain< D >::value |
using | type = std::conditional< std::is_same_v< underlying_type, double >, Normal, D >::type |
using | underlying_type = codom::type |
Every continuous distribution type is approximated by a normal distribution.
D | Input distribution type. |