xihajun / MachineLearner

Machine learning notes
MIT License
0 stars 0 forks source link

检验统计量的意义 #4

Open xihajun opened 4 years ago

xihajun commented 4 years ago

惭愧的是学了五年数学的我现在忘记了很多数学的概念。


有人说:


xihajun commented 4 years ago

能不能自己构造一个统计量?How?

xihajun commented 4 years ago

能不能自己构造一个统计量?How?

知乎:如何构造统计量?

xihajun commented 4 years ago

首先应该是统计量,比如均值,方差,这些量可以大概来代表这些数据样本。


胡思乱想:然后检验统计量,通过构建能够计算是否符合这些假设条件?

xihajun commented 4 years ago

为什么做机器学习的很少使用假设检验?

comment: 感觉回答这些问题的人应该是博士水平了,对知识的掌握果然深厚,需要多多学习才行啊!

xihajun commented 4 years ago

image

xihajun commented 4 years ago

Here might give me a solution or an idea of how to do next

问题

xihajun commented 4 years ago

chi-square python script

from scipy.stats import chi2
chi2.cdf(x, df, loc=0, scale=1)
xihajun commented 4 years ago

rsos171085f01 power & p-value