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 computationThu, 27 Aug 2015 22:24:21 +0100
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2015/Aug/27/t1440710668iur4k3lku5qfqph.htm/, Retrieved Thu, 16 May 2024 11:54:55 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=280342, Retrieved Thu, 16 May 2024 11:54:55 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact154
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-     [Skewness and Kurtosis Test] [] [2014-11-04 10:14:29] [32b17a345b130fdf5cc88718ed94a974]
- R  D    [Skewness and Kurtosis Test] [] [2015-08-27 21:24:21] [3e99441ea7f7f69c8fa4628f6be951c3] [Current]
Feedback Forum

Post a new message
Dataseries X:
0.234051
-5.88163
-5.99852
0.359179
0.341098
-1.82041
-4.89182
-0.882455
-6.09571
-1.47169
-0.483327
-2.87731
-7.09955
1.40207
1.52606
-1.37275
-1.53855
4.73119
-2.86356
-7.99525
-2.86103
-0.186912
-1.79525
-2.53937
0.0849052
-3.34052
-6.42989
-1.25592
1.0033
0.8826
1.61957
-1.84636
-4.3198
-1.5378
-1.07778
-5.35731
-1.08728
-0.766492
0.12954
-3.00467
1.92438
0.513127
-4.72996
3.50556
-2.7499
0.286199
2.9924
2.00772
-5.06989
0.398796
-4.52601
-7.09723
-0.811599
-0.690091
0.220648
-6.10761
-2.42269
-5.11439
-5.38888
-1.20219
1.66484
-4.88518
-1.409
-2.06342
-2.55223
0.0621849
-0.846308
-8.00906
1.6158
4.33325
5.50231
0.416978
4.40388
2.96198
2.389
-2.25139
0.16476
4.11427
1.9237
6.06063
1.8525
2.69499
2.25381
1.56739
0.787359
0.274807
5.31005
-4.71211
1.9768
-0.72603
4.33688
2.33051
3.52351
-1.08056
6.11803
2.92733
4.69579
2.00408
1.49355
5.89402
3.89049
2.7943
-1.28809
1.29789
2.33052
1.93252
2.38131
2.56718
5.45973
0.651204
2.89678
4.75078
0.983365
-0.182383
-1.63935
2.64052
-2.38008
1.91518
5.15381
0.500397
0.771336
-2.49347
0.791222
0.302826
4.27617
-1.41191
1.65773
-0.242532
4.17031
5.55135
-0.62112
-0.920197
3.19719
3.21178
5.62311
0.708657
0.665093
-4.00282
-8.31781
0.571126
-0.896041
0.205242
2.25055
5.10011
-1.61254
2.54924
3.07339
-0.107757
-0.998273
2.20081
0.839854
-4.26318
-3.77422
-1.23986
-2.12248
2.7352
0.564526
3.37444
-1.80181
-0.94694
2.45469
-4.42188




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time1 seconds
R Server'Sir Maurice George Kendall' @ kendall.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 & 1 seconds \tabularnewline
R Server & 'Sir Maurice George Kendall' @ kendall.wessa.net \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=280342&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]1 seconds[/C][/ROW]
[ROW][C]R Server[/C][C]'Sir Maurice George Kendall' @ kendall.wessa.net[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=280342&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=280342&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 time1 seconds
R Server'Sir Maurice George Kendall' @ kendall.wessa.net







Skewness and Kurtosis Test
> agostino
	D'Agostino skewness test
data:  x
skew = -0.3711, z = -1.2870, p-value = 0.1981
alternative hypothesis: data have a skewness
> anscombe
	Anscombe-Glynn kurtosis test
data:  x
kurt = 2.7389, z = -0.5469, p-value = 0.5845
alternative hypothesis: kurtosis is not equal to 3
> jarque
	Jarque-Bera Normality Test
data:  x
JB = 4.1787, p-value = 0.1238
alternative hypothesis: greater
> geary
[1] 0.7980191

\begin{tabular}{lllllllll}
\hline
Skewness and Kurtosis Test \tabularnewline
> agostino
	D'Agostino skewness test
data:  x
skew = -0.3711, z = -1.2870, p-value = 0.1981
alternative hypothesis: data have a skewness
\tabularnewline
> anscombe
	Anscombe-Glynn kurtosis test
data:  x
kurt = 2.7389, z = -0.5469, p-value = 0.5845
alternative hypothesis: kurtosis is not equal to 3
\tabularnewline
> jarque
	Jarque-Bera Normality Test
data:  x
JB = 4.1787, p-value = 0.1238
alternative hypothesis: greater
\tabularnewline
> geary
[1] 0.7980191
\tabularnewline \hline \end{tabular} %Source: https://freestatistics.org/blog/index.php?pk=280342&T=1

[TABLE]
[ROW][C]Skewness and Kurtosis Test[/C][/ROW]
[ROW][C]
> agostino
	D'Agostino skewness test
data:  x
skew = -0.3711, z = -1.2870, p-value = 0.1981
alternative hypothesis: data have a skewness
[/C][/ROW] [ROW][C]
> anscombe
	Anscombe-Glynn kurtosis test
data:  x
kurt = 2.7389, z = -0.5469, p-value = 0.5845
alternative hypothesis: kurtosis is not equal to 3
[/C][/ROW] [ROW][C]
> jarque
	Jarque-Bera Normality Test
data:  x
JB = 4.1787, p-value = 0.1238
alternative hypothesis: greater
[/C][/ROW] [ROW][C]
> geary
[1] 0.7980191
[/C][/ROW] [/TABLE] Source: https://freestatistics.org/blog/index.php?pk=280342&T=1

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=280342&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.3711, z = -1.2870, p-value = 0.1981
alternative hypothesis: data have a skewness
> anscombe
	Anscombe-Glynn kurtosis test
data:  x
kurt = 2.7389, z = -0.5469, p-value = 0.5845
alternative hypothesis: kurtosis is not equal to 3
> jarque
	Jarque-Bera Normality Test
data:  x
JB = 4.1787, p-value = 0.1238
alternative hypothesis: greater
> geary
[1] 0.7980191



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')