num4anova
数値計算による分散分析をするライブラリ
decscription
詳細は、https://siranovel.github.io/mydocs/num4anova
Demo
VS.
Requirement
ruby rake-compilerライブラリ
Usage
sample/spec内の各ファイル参照
install
From rubygems:
[sudo] gem install num4anoa
Install via Gemfile:
source "https://rubygems.pkg.github.com/siranovel" do
gem "num4anova"
end
or from the git repository on github:
git clone https://github.com/siranovel/num4anova.git
cd num4anova
gem build *.gemspec
gem install *.gem