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, 27 Oct 2008 13:26:01 -0600
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2008/Oct/27/t1225135597ivtp68cls52ighq.htm/, Retrieved Sun, 19 May 2024 02:43:07 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=19463, Retrieved Sun, 19 May 2024 02:43:07 +0000
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact124
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
F     [Tukey lambda PPCC Plot] [Investigating Dis...] [2007-10-21 16:01:20] [b9964c45117f7aac638ab9056d451faa]
- RMPD    [Maximum-likelihood Fitting - Normal Distribution] [Task 2] [2008-10-27 19:26:01] [54ae75b68e6a45c6d55fa4235827d5b3] [Current]
Feedback Forum

Post a new message
Dataseries X:
0.989130435
0.919087137
0.925417076
0.925612053
1.066666667
0.851108765
1.030693069
0.989031079
0.913000978
0.792723264
0.978170478
0.987513007
0.909433962
0.883608147
0.82745098
0.8252149
1.023255814
0.815418024
1.026192703
0.914742451
0.807276303
0.739130435
0.98973306
0.972164948
0.853889943
0.856864654
0.775739042
0.789473684
0.931350114
0.73971079
0.885245902
0.842435094
0.818458418
0.72755418
0.923238696
0.922680412
0.883762201
0.818270165
0.771047228
0.825852783
0.924485126
0.755165289
0.874671341
0.815956482
0.799807507
0.712598425
0.832980973
0.910323253
0.869149952
0.779182879
0.750254842
0.75856014
0.920889988
0.743991641
0.816254417
0.769593957
0.784007353
0.683284457
0.850505051
0.900695134
0.868398268




Summary of computational transaction
Raw Inputview raw input (R code)
Raw Outputview raw output of R engine
Computing time4 seconds
R Server'George Udny Yule' @ 72.249.76.132

\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 & 4 seconds \tabularnewline
R Server & 'George Udny Yule' @ 72.249.76.132 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=19463&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]4 seconds[/C][/ROW]
[ROW][C]R Server[/C][C]'George Udny Yule' @ 72.249.76.132[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=19463&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=19463&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 time4 seconds
R Server'George Udny Yule' @ 72.249.76.132







ParameterEstimated ValueStandard Deviation
mean0.862100090426230.0113350845970855
standard deviation0.08852984080076160.00801511518392235

\begin{tabular}{lllllllll}
\hline
Parameter & Estimated Value & Standard Deviation \tabularnewline
mean & 0.86210009042623 & 0.0113350845970855 \tabularnewline
standard deviation & 0.0885298408007616 & 0.00801511518392235 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=19463&T=1

[TABLE]
[ROW][C]Parameter[/C][C]Estimated Value[/C][C]Standard Deviation[/C][/ROW]
[ROW][C]mean[/C][C]0.86210009042623[/C][C]0.0113350845970855[/C][/ROW]
[ROW][C]standard deviation[/C][C]0.0885298408007616[/C][C]0.00801511518392235[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=19463&T=1

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



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