num4normality
正規性検定をするライブラリ
decscription
詳細は、https://siranovel.github.io/mydocs/num4normality
Demo
VS.
Requirement
ruby rake-compilerライブラリ
Usage
sample/spec内の各ファイル参照
install
From rubygems:
[sudo] gem install num4normality
Install via Gemfile:
source "https://rubygems.pkg.github.com/siranovel" do
gem "num4normality"
end
or from the git repository on github:
git clone https://github.com/siranovel/num4normality.git
cd num4normality
gem build num4normality.gemspec
gem install num4normality