皮尔逊
皮尔逊相关系数计算器
安装
您可以使用 rubygems 安装pearson gem:
gem install pearson
如果你使用 Bundler,你可以将它包含到 Gemfile 中:
gem 'pearson', '~> 1.0'
用法
scores = {
'Jack' => {
'The Godfather' => 2.5 ,
'Gattaca' => 3.5 ,
'Matrix' => 3.0 ,
'American History X' => 3.5 ,
'Back to the future' => 2.5
} ,
'Lisa' => {
'The Godfather' => 1.5 ,
'Gattaca' => 2.5 ,
'Matrix' => 1.5 ,
1