statsmodels.stats.diagnostic.normal_ad

statsmodels.stats.diagnostic.normal_ad(x, axis=0)[ソース]

Anderson-Darling test for normal distribution unknown mean and variance.

Parameters:
xarray_like

The data array.

axisint

The axis to perform the test along.

Returns:
ad2float

Anderson Darling test statistic.

pvalfloat

The pvalue for hypothesis that the data comes from a normal distribution with unknown mean and variance.

参考

statsmodels.stats.diagnostic.anderson_statistic

The Anderson-Darling a2 statistic.

statsmodels.stats.diagnostic.kstest_fit

Kolmogorov-Smirnov test with estimated parameters for Normal or Exponential distributions.


最終更新日: 2025年01月28日