shapiroTest#

swordfish.function.shapiroTest()#

Conduct a Shapiro-Wilk test on X.

参数:

X (Constant) -- A numeric vector indicating the sample for the test.

返回:

A dictionary with the following keys:

  • method : "Shapiro-Wilk normality test"

  • pValue : p-value of the test

  • W : W-stat

返回类型:

Constant