Free Statistics

of Irreproducible Research!

Author's title

Author*The author of this computation has been verified*
R Software Modulerwasp_fitdistrnorm.wasp
Title produced by softwareMaximum-likelihood Fitting - Normal Distribution
Date of computationMon, 19 Nov 2012 09:17:49 -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/Nov/19/t1353334809xja5rcmnzmydd6n.htm/, Retrieved Sat, 27 Apr 2024 13:26:00 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=190530, Retrieved Sat, 27 Apr 2024 13:26:00 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact59
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [Maximum-likelihood Fitting - Normal Distribution] [Histogram _ likel...] [2012-11-19 14:17:49] [164264d60f8cebcb0f9613bc1a0dee58] [Current]
Feedback Forum

Post a new message
Dataseries X:
59
34
49
50
34
15
107
9
28
41
46
66
48
37
72
50
90
64
66
38
56
60
96
43
37
49
48
63
62
35
62
59
47
72
24
82
28
60
90
2
47
30
27
74
75
41
49
42
31
32
101
22
51
77
42
47
7
91
18
28
61
68
95
29
65
71
57
87
66
49
58
55
48
40
52
52
33
51
20
54
47
40
77
68
51
38
42
33
96
40
54
22
34
36
31
80
67
41
57
51
39
61
68
45
51
64
74
24
86
63
65
40
12
43
46
56
65
61
28
26
37
17
35
28
62
23
28
28
68
6
12
42
17
28
37
88
6
58
6
9
13
37
25
68
51
22
36
27
11
42
76
48
30
91
70
98
44
27
24
64
98
23
33
90
36
57
46
39
32
69
83
54
48
71
29
38
55
26
62
38
21
23
4
50
76
2
13
5
37
26
42
27
22
16
39
33
20
18
28
20
21
14
38
30
25
12
22
50
37
34
26
34
15
23
16
15
17
16
18
22
21
29
27
19
9
38
20
18
17
21
9
23
24
14
18
16
44
13
20
11
26
39
14
14
20
24
28
24
24
10
42
28
5
28
24
9
9
25
17
11
8
21
10
15
14
23
18
16
33
21
29
20
12
29
17
19
15
5
24
23
22
25
25
11
18
14
16
17
20




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=190530&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=190530&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=190530&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







ParameterEstimated ValueStandard Deviation
mean38.36678200692041.34454389721372
standard deviation22.85724625263330.95073610732281

\begin{tabular}{lllllllll}
\hline
Parameter & Estimated Value & Standard Deviation \tabularnewline
mean & 38.3667820069204 & 1.34454389721372 \tabularnewline
standard deviation & 22.8572462526333 & 0.95073610732281 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=190530&T=1

[TABLE]
[ROW][C]Parameter[/C][C]Estimated Value[/C][C]Standard Deviation[/C][/ROW]
[ROW][C]mean[/C][C]38.3667820069204[/C][C]1.34454389721372[/C][/ROW]
[ROW][C]standard deviation[/C][C]22.8572462526333[/C][C]0.95073610732281[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=190530&T=1

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

As an alternative you can also use a QR Code:  

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

ParameterEstimated ValueStandard Deviation
mean38.36678200692041.34454389721372
standard deviation22.85724625263330.95073610732281



Parameters (Session):
par1 = 8 ; par2 = 0 ;
Parameters (R input):
par1 = 8 ; par2 = 0 ;
R code (references can be found in the software module):
library(MASS)
par1 <- as.numeric(par1)
if (par2 == '0') par2 = 'Sturges' else par2 <- as.numeric(par2)
x <- as.ts(x) #otherwise the fitdistr function does not work properly
r <- fitdistr(x,'normal')
r
bitmap(file='test1.png')
myhist<-hist(x,col=par1,breaks=par2,main=main,ylab=ylab,xlab=xlab,freq=F)
curve(1/(r$estimate[2]*sqrt(2*pi))*exp(-1/2*((x-r$estimate[1])/r$estimate[2])^2),min(x),max(x),add=T)
dev.off()
load(file='createtable')
a<-table.start()
a<-table.row.start(a)
a<-table.element(a,'Parameter',1,TRUE)
a<-table.element(a,'Estimated Value',1,TRUE)
a<-table.element(a,'Standard Deviation',1,TRUE)
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'mean',header=TRUE)
a<-table.element(a,r$estimate[1])
a<-table.element(a,r$sd[1])
a<-table.row.end(a)
a<-table.row.start(a)
a<-table.element(a,'standard deviation',header=TRUE)
a<-table.element(a,r$estimate[2])
a<-table.element(a,r$sd[2])
a<-table.row.end(a)
a<-table.end(a)
table.save(a,file='mytable.tab')