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 computationMon, 15 Dec 2014 12:13:34 +0000
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2014/Dec/15/t141864562738ptrjqj3a1dw8o.htm/, Retrieved Thu, 16 May 2024 10:32:07 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=268213, Retrieved Thu, 16 May 2024 10:32:07 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact52
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Skewness and Kurtosis Test] [ddddddddddd] [2014-12-15 12:13:34] [ba449e08135e498de67ac1fe8477f1b8] [Current]
Feedback Forum

Post a new message
Dataseries X:
18
7
31
39
46
31
67
35
52
77
37
32
36
38
69
21
26
54
36
42
23
34
112
35
47
47
37
109
24
20
22
23
32
7
30
92
43
55
16
49
71
43
29
56
46
19
23
59
30
61
7
38
32
16
19
22
48
23
26
33
9
24
34
48
18
43
33
28
71
26
67
34
80
29
16
59
58
32
47
43
38
29
36
32
35
21
29
12
37
37
47
51
32
21
13
14
-2
20
24
11
23
24
14
52
15
23
19
35
24
39
29
13
8
18
24
19
23
16
33
32
37
14
52
75
72
15
29
13
40
19
24
121
93
36
23
85
41
46
18
35
17
4
28
44
10
38
57
23
26
36
22
40
18
31
11
38
24
37
37
22
15
2
43
31
29
45
25
4
31
-4
66
61
32
31
39
19
31
36
42
21
21
25
32
26
28
32
41
29
33
17
13
32
30
34
59
13
23
10
5
31
19
32
30
25
48
35
67
15
22
18
33
46
24
14
23
12
38
12
28
41
12
31
33
34
41
21
20
44
52
7
29
11
26
24
7
60
13
20
52
28
25
39
9
19
13
60
19
34
14
17
45
66
24
48
29
-2
51
2
24
40
20
19
16
20
40
27
25
49
39
61
19
67
45
30
8
19
52
22
17
33
34
22
30
25
38
26
13




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

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=268213&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'Herman Ole Andreas Wold' @ wold.wessa.net







Skewness and Kurtosis Test
> agostino
	D'Agostino skewness test
data:  x
skew = 1.3828, z = 5.0107, p-value = 5.422e-07
alternative hypothesis: data have a skewness
> anscombe
	Anscombe-Glynn kurtosis test
data:  x
kurt = 6.3229, z = 5.2816, p-value = 1.281e-07
alternative hypothesis: kurtosis is not equal to 3
> jarque
	Jarque-Bera Normality Test
data:  x
JB = 223.5069, p-value < 2.2e-16
alternative hypothesis: greater
> geary
[1] 0.7317536

\begin{tabular}{lllllllll}
\hline
Skewness and Kurtosis Test \tabularnewline
> agostino
	D'Agostino skewness test
data:  x
skew = 1.3828, z = 5.0107, p-value = 5.422e-07
alternative hypothesis: data have a skewness
\tabularnewline
> anscombe
	Anscombe-Glynn kurtosis test
data:  x
kurt = 6.3229, z = 5.2816, p-value = 1.281e-07
alternative hypothesis: kurtosis is not equal to 3
\tabularnewline
> jarque
	Jarque-Bera Normality Test
data:  x
JB = 223.5069, p-value < 2.2e-16
alternative hypothesis: greater
\tabularnewline
> geary
[1] 0.7317536
\tabularnewline \hline \end{tabular} %Source: https://freestatistics.org/blog/index.php?pk=268213&T=1

[TABLE]
[ROW][C]Skewness and Kurtosis Test[/C][/ROW]
[ROW][C]
> agostino
	D'Agostino skewness test
data:  x
skew = 1.3828, z = 5.0107, p-value = 5.422e-07
alternative hypothesis: data have a skewness
[/C][/ROW] [ROW][C]
> anscombe
	Anscombe-Glynn kurtosis test
data:  x
kurt = 6.3229, z = 5.2816, p-value = 1.281e-07
alternative hypothesis: kurtosis is not equal to 3
[/C][/ROW] [ROW][C]
> jarque
	Jarque-Bera Normality Test
data:  x
JB = 223.5069, p-value < 2.2e-16
alternative hypothesis: greater
[/C][/ROW] [ROW][C]
> geary
[1] 0.7317536
[/C][/ROW] [/TABLE] Source: https://freestatistics.org/blog/index.php?pk=268213&T=1

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=268213&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 = 1.3828, z = 5.0107, p-value = 5.422e-07
alternative hypothesis: data have a skewness
> anscombe
	Anscombe-Glynn kurtosis test
data:  x
kurt = 6.3229, z = 5.2816, p-value = 1.281e-07
alternative hypothesis: kurtosis is not equal to 3
> jarque
	Jarque-Bera Normality Test
data:  x
JB = 223.5069, p-value < 2.2e-16
alternative hypothesis: greater
> geary
[1] 0.7317536



Parameters (Session):
par1 = grey ;
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')