gpt4 book ai didi

ruby - 有没有办法在 RUBY 中进行 T 检验?

转载 作者:数据小太阳 更新时间:2023-10-29 07:59:47 24 4
gpt4 key购买 nike

有没有办法在 RUBY 中做 T 检验?例如,可能需要什么包?我搜索了一些与统计相关的包,但没有一个能够进行 T 检验或其他统计检验。

最佳答案

statsample似乎提供它。甚至还有一个例子 here .

单边测试:

require 'statsample'

Statsample::Analysis.store(Statsample::Test::T) do
a=rnorm(10)
t_1=Statsample::Test.t_one_sample(a,{:u=>50})
summary t_1
end

Statsample::Analysis.run_batch

输出:

Analysis 2014-09-04 12:43:55 +0200
= Statsample::Test::T
== One Sample T Test
Sample mean: 0.2265 | Sample sd: 0.9062 | se : 0.2866
Population mean: 50.0000
t(9) = -173.6986, p=0.0000 (both tails)
CI(95%): -50.4217 - -49.1253

关于ruby - 有没有办法在 RUBY 中进行 T 检验?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25478842/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com