September 15, 2020boost::math::distributions[Computer]
boost::math::distributions便利ですね。いろいろな確率分布があります。Rubyから使えるようにしたかったので、SWIGでラップしてみました。 Rubyからだと require "BoostDistributions.so"
BoostDistributions::Normal::new.quantile(0.5) # => 0 のように使えます。RubyGemにしたいと思っています。 ※(2023/6/24追記)3年越しでgemになりました。boost_distributionsというgemです。 コメント
コメントする
|
スポンサード リンク
|