Free Statistics

of Irreproducible Research!

Author's title

Author*The author of this computation has been verified*
R Software Modulerwasp_skewness_kurtosis.wasp
Title produced by softwareSkewness and Kurtosis Test
Date of computationTue, 04 Dec 2012 16:30:50 -0500
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2012/Dec/04/t13546566918bxve9cxsrhp4xe.htm/, Retrieved Tue, 23 Apr 2024 15:00:45 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=196645, Retrieved Tue, 23 Apr 2024 15:00:45 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact78
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-     [Univariate Data Series] [] [2008-12-08 19:22:39] [d2d412c7f4d35ffbf5ee5ee89db327d4]
- RMP   [Variance Reduction Matrix] [] [2012-12-03 22:49:17] [147786ccb76fa00e429d4b9f5f28b291]
- RMP     [ARIMA Backward Selection] [] [2012-12-04 20:57:46] [147786ccb76fa00e429d4b9f5f28b291]
- RMPD        [Skewness and Kurtosis Test] [] [2012-12-04 21:30:50] [26ce3afa84a4087bb435ca409d5552c3] [Current]
Feedback Forum

Post a new message
Dataseries X:
867.88771306744
-2589.39674546118
39314.9242944509
14453.4622141849
486.29450337017
22155.4389721592
25593.2069423751
316675.679799225
-112240.573550224
-67776.6230099865
42113.3312450601
72466.6444183648
-89635.4481509431
-45304.6035927241
-72955.0453587909
27778.7662845435
109945.838867168
-190281.842652476
58572.7872484705
-312133.435237775
194191.436344934
219610.611333987
144895.404377687
59624.459125522
169042.354388903
106033.631872625
49354.0176460777
-56330.0789116722
-100760.24497969
-10063.7778391061
-149797.518979373
-84340.0243213298
-42472.8163348963
-39425.0358647259
-78703.4126089705
-101042.744840936
-83879.2819582617
-92823.6483936284
53018.4057761265
93214.8226750383
-143259.649019981
104137.172392977
56762.2863927986
64080.8236179731
85682.6861487174
35105.7376076042
21445.2467541424
22067.1450226752
-12856.0238900807
43798.0163925142
-91872.180306289
-120060.363136992
76164.1188452531
-103723.488331498
-28463.522217617
-65438.4042213328
17403.2049560243
-13006.6554056241
-1329.70930915323
-21338.2874517854
4837.48897849824




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time0 seconds
R Server'Gertrude Mary Cox' @ cox.wessa.net

\begin{tabular}{lllllllll}
\hline
Summary of computational transaction \tabularnewline
Raw Input & view raw input (R code)  \tabularnewline
Raw Output & view raw output of R engine  \tabularnewline
Computing time & 0 seconds \tabularnewline
R Server & 'Gertrude Mary Cox' @ cox.wessa.net \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=196645&T=0

[TABLE]
[ROW][C]Summary of computational transaction[/C][/ROW]
[ROW][C]Raw Input[/C][C]view raw input (R code) [/C][/ROW]
[ROW][C]Raw Output[/C][C]view raw output of R engine [/C][/ROW]
[ROW][C]Computing time[/C][C]0 seconds[/C][/ROW]
[ROW][C]R Server[/C][C]'Gertrude Mary Cox' @ cox.wessa.net[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=196645&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=196645&T=0

As an alternative you can also use a QR Code:  

The GUIDs for individual cells are displayed in the table below:

Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time0 seconds
R Server'Gertrude Mary Cox' @ cox.wessa.net







Skewness and Kurtosis Test
> agostino
	D'Agostino skewness test
data:  x 
skew = 0.1415, z = 0.3252, p-value = 0.7451
alternative hypothesis: data have a skewness 
> anscombe
	Anscombe-Glynn kurtosis test
data:  x 
kurt = 4.3744, z = 2.0435, p-value = 0.041
alternative hypothesis: kurtosis is not equal to 3 
> jarque
	Jarque-Bera Normality Test
data:  x 
JB = 5.0048, p-value = 0.08189
alternative hypothesis: greater 
> geary
[1] 0.7548965

\begin{tabular}{lllllllll}
\hline
Skewness and Kurtosis Test \tabularnewline
> agostino
	D'Agostino skewness test
data:  x 
skew = 0.1415, z = 0.3252, p-value = 0.7451
alternative hypothesis: data have a skewness 
\tabularnewline
> anscombe
	Anscombe-Glynn kurtosis test
data:  x 
kurt = 4.3744, z = 2.0435, p-value = 0.041
alternative hypothesis: kurtosis is not equal to 3 
\tabularnewline
> jarque
	Jarque-Bera Normality Test
data:  x 
JB = 5.0048, p-value = 0.08189
alternative hypothesis: greater 
\tabularnewline
> geary
[1] 0.7548965
\tabularnewline \hline \end{tabular} %Source: https://freestatistics.org/blog/index.php?pk=196645&T=1

[TABLE]
[ROW][C]Skewness and Kurtosis Test[/C][/ROW]
[ROW][C]
> agostino
	D'Agostino skewness test
data:  x 
skew = 0.1415, z = 0.3252, p-value = 0.7451
alternative hypothesis: data have a skewness 
[/C][/ROW] [ROW][C]
> anscombe
	Anscombe-Glynn kurtosis test
data:  x 
kurt = 4.3744, z = 2.0435, p-value = 0.041
alternative hypothesis: kurtosis is not equal to 3 
[/C][/ROW] [ROW][C]
> jarque
	Jarque-Bera Normality Test
data:  x 
JB = 5.0048, p-value = 0.08189
alternative hypothesis: greater 
[/C][/ROW] [ROW][C]
> geary
[1] 0.7548965
[/C][/ROW] [/TABLE] Source: https://freestatistics.org/blog/index.php?pk=196645&T=1

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=196645&T=1

As an alternative you can also use a QR Code:  

The GUIDs for individual cells are displayed in the table below:

Skewness and Kurtosis Test
> agostino
	D'Agostino skewness test
data:  x 
skew = 0.1415, z = 0.3252, p-value = 0.7451
alternative hypothesis: data have a skewness 
> anscombe
	Anscombe-Glynn kurtosis test
data:  x 
kurt = 4.3744, z = 2.0435, p-value = 0.041
alternative hypothesis: kurtosis is not equal to 3 
> jarque
	Jarque-Bera Normality Test
data:  x 
JB = 5.0048, p-value = 0.08189
alternative hypothesis: greater 
> geary
[1] 0.7548965



Parameters (Session):
Parameters (R input):
R code (references can be found in the software module):
library(moments)
agostino <- agostino.test(x)
anscombe <- anscombe.test(x)
geary <- geary(x)
jarque <- jarque.test(x)
load(file='createtable')
a<-table.start()
a<-table.row.start(a)
a<-table.element(a,'Skewness and Kurtosis Test',1,TRUE)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,paste('
',RC.texteval('agostino'),'
',sep=''))
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,paste('
',RC.texteval('anscombe'),'
',sep=''))
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,paste('
',RC.texteval('jarque'),'
',sep=''))
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,paste('
',RC.texteval('geary'),'
',sep=''))
a<-table.row.end(a)
a<-table.end(a)
table.save(a,file='mytable.tab')