我正在尝试使用boost::math::normal_distribution<>
,如下所示:
boost::math::normal_distribution<> nomalDistribution(0,1.0);
但我有以下错误:
error: wrong number of template arguments (0, should be 2) boost::math::normal_distribution<> nomalDistribution(0,1.0);
我试图在参数中加双倍但也失败了。
我认为在较旧的Boost版本中,此方法可行。
模板参数必须是: