Module: Num4TstStatisticLib
- Defined in:
- lib/num4tststatistic.rb
Overview
検定統計量を計算
(Apache commoms math3
Defined Under Namespace
Classes: NonParametrixTestLib, ParametrixTestLib
Class Method Summary collapse
-
.grubbs(xi, xk) ⇒ double
グラプス・スミルノフの外れ値の検定量.
Class Method Details
.grubbs(xi, xk) ⇒ double
Note:
外れ値の検定に従う
グラプス・スミルノフの外れ値の検定量
335 336 337 |
# File 'lib/num4tststatistic.rb', line 335 def grubbs(xi, xk) return TstStatistic.grubbs(xi.to_java(Java::double), xk) end |