Statistics/Chi-squared distribution: Difference between revisions

Content added Content deleted
m (add total differences)
m (sp)
Line 96: Line 96:
end
end


""" lower incomplete gamma function, by using MPFR ligrary to get upper incomplete gamma """
""" lower incomplete gamma function, using MPFR library to get upper incomplete gamma """
function γ(a, x)
function γ(a, x)
z, biga, bigx = BigFloat(), BigFloat(a), BigFloat(x)
z, biga, bigx = BigFloat(), BigFloat(a), BigFloat(x)