빅데이터 전문가 되기
통계 관련 자료 모음 본문
statmodels
https://www.statsmodels.org/stable/anova.html#examples
ANOVA — statsmodels
ANOVA Analysis of Variance models containing anova_lm for ANOVA analysis with a linear OLSModel, and AnovaRM for repeated measures ANOVA, within ANOVA for balanced data. Examples In [1]: import statsmodels.api as sm In [2]: from statsmodels.formula.api imp
www.statsmodels.org
scipy 모듈
SciPy
Fundamental algorithms SciPy provides algorithms for optimization, integration, interpolation, eigenvalue problems, algebraic equations, differential equations, statistics and many other classes of problems. Broadly applicable The algorithms and data struc
scipy.org
'통계' 카테고리의 다른 글
분산 분석(The Analysis of Variance) (0) | 2023.06.15 |
---|---|
두 집단의 평균 비교 t-test(대응표본) (0) | 2023.06.15 |
두 집단의 평균 비교 t-test(독립표본) (0) | 2023.06.13 |
One Sample t-test (0) | 2023.06.12 |
z-test(z-통계량) (0) | 2023.06.09 |
Comments