Send output to:
Data:
 
R Code




Summary of computational transaction
Raw Input view raw input (R code)
Raw Outputview raw output of R engine
Computing time0 seconds
R ServerBig Analytics Cloud Computing Center


Skewness and Kurtosis Test
> agostino
	D'Agostino skewness test
data:  x
skew = -0.43691, z = -2.27623, p-value = 0.02283
alternative hypothesis: data have a skewness
> anscombe
	Anscombe-Glynn kurtosis test
data:  x
kurt = 3.0084, z = 0.2858, p-value = 0.775
alternative hypothesis: kurtosis is not equal to 3
> jarque
	Jarque-Bera Normality Test
data:  x
JB = 5.1545, p-value = 0.07598
alternative hypothesis: greater
> geary
[1] 0.7899434

Click here to blog (archive) this computation