Statistics/Chi-squared distribution: Difference between revisions

Content added Content deleted
m (change table)
(→‎{{header|Python}}: cleanup include)
Line 303: Line 303:


from math import gamma, exp
from math import gamma, exp
from scipy.special import gammainc
from matplotlib.pyplot import plot, legend, ylim
from matplotlib.pyplot import plot, legend, ylim