Method: Distribution::T::Statistics2_#quantile

Defined in:
lib/distribution/t/statistics2.rb

#quantile(pr, k) ⇒ Object Also known as: p_value

Return the P-value of the corresponding integral with k degrees of freedom



19
20
21
# File 'lib/distribution/t/statistics2.rb', line 19

def quantile(pr, k)
  Statistics2.ptdist(k, pr)
end