Sha256: d333f3087eb2ea9ef682cd48c85747ec68b4fbbe76784f858bb06ff99a10545b
Contents?: true
Size: 293 Bytes
Versions: 1
Compression:
Stored size: 293 Bytes
Contents
module Distribution module Normal module Statistics2_ class << self def cdf(x) Statistics2.normaldist(x) end def quantile(pr) Statistics2.pnormaldist(pr) end alias_method :p_value, :quantile end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
distribution-0.8.0 | lib/distribution/normal/statistics2.rb |