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 softwareML Fitting and QQ Plot- Normal Distribution
Date of computationThu, 10 Dec 2015 20:34:45 +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/2015/Dec/10/t1449779756ga6fep355n0ucrd.htm/, Retrieved Thu, 16 May 2024 09:20:03 +0000
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=285845, Retrieved Thu, 16 May 2024 09:20:03 +0000
QR Codes:

Original text written by user:ML Fitting and QQ Plot- Normal Distribution of Homicide in Austrailia
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact65
Family? (F = Feedback message, R = changed R code, M = changed R Module, P = changed Parameters, D = changed Data)
-       [ML Fitting and QQ Plot- Normal Distribution] [ML Fitting and QQ...] [2015-12-10 20:34:45] [07325d4e03e5d5deea478d79524d9715] [Current]
Feedback Forum

Post a new message
Dataseries X:
0.5215052
0.4248284
0.4250311
0.4771938
0.8280212
0.6156186
0.366627
0.4308883
0.2810287
0.4646245
0.2693951
0.5779049
0.5661151
0.5077584
0.7507175
0.6808395
0.7661091
0.4561473
0.4977496
0.4193273
0.6095514
0.457337
0.5705478
0.3478996
0.3874993
0.5824285
0.2391033
0.2367445
0.2626158
0.4240934
0.365275
0.3750758
0.4090056
0.3891676
0.240261
0.1589496
0.4393373
0.5094681
0.3743465
0.4339828
0.4130557
0.3288928
0.5186648
0.5486504
0.5469111
0.4963494
0.5308929
0.5957761
0.5570584
0.5731325
0.5005416
0.5431269
0.5593657
0.6911693
0.4403485
0.5676662
0.5969114
0.4735537
0.5923935
0.5975556
0.6334127
0.6057115
0.7046107
0.4805263
0.702686
0.7009017
0.6030854
0.6980919
0.597656
0.8023421
0.6017109
0.5993127
0.6025625
0.7016625
0.4995714
0.4980918
0.497569
0.600183
0.3339542
0.274437
0.3209428
0.5406671
0.4050209
0.2885961
0.3275942
0.3132606
0.2575562
0.2138386
0.1861856
0.1592713




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

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







ParameterEstimated ValueStandard Deviation
mean0.4840349966666670.0159194122803128
standard deviation0.151024805451130.0112567243759136

\begin{tabular}{lllllllll}
\hline
Parameter & Estimated Value & Standard Deviation \tabularnewline
mean & 0.484034996666667 & 0.0159194122803128 \tabularnewline
standard deviation & 0.15102480545113 & 0.0112567243759136 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=285845&T=1

[TABLE]
[ROW][C]Parameter[/C][C]Estimated Value[/C][C]Standard Deviation[/C][/ROW]
[ROW][C]mean[/C][C]0.484034996666667[/C][C]0.0159194122803128[/C][/ROW]
[ROW][C]standard deviation[/C][C]0.15102480545113[/C][C]0.0112567243759136[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=285845&T=1

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



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)
library(car)
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()
bitmap(file='test3.png')
qqPlot(x,dist='norm',main='QQ plot (Normal) with confidence intervals')
grid()
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')