Libraries
»
sciruby/distribution
(master)
»
Index
»
Distribution
»
ChiSquare
»
Ruby_
»
cdf
Method: Distribution::ChiSquare::Ruby_.cdf
Defined in:
lib/distribution/chisquare/ruby.rb
.
cdf
(x, k) ⇒
Object
47 48 49
# File 'lib/distribution/chisquare/ruby.rb', line 47
def
cdf
(
x
,
k
)
1.0
-
q_chi2
(
k
,
x
)
end