Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 267 Bytes

assumptions.rst

File metadata and controls

17 lines (10 loc) · 267 Bytes

Tests for Assumptions

Normality

import scipy.stats as stats
stats.normaltest(df3['depth'])

>>> NormaltestResult(statistic=33363.134206705407, pvalue=0.0)

Homogeneity of Variances