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 computationFri, 09 Sep 2016 14:12:35 +0200
Cite this page as followsStatistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?v=date/2016/Sep/09/t1473423191eh3pc9wvg8fon5l.htm/, Retrieved Sat, 04 May 2024 21:14:26 +0200
Statistical Computations at FreeStatistics.org, Office for Research Development and Education, URL https://freestatistics.org/blog/index.php?pk=, Retrieved Sat, 04 May 2024 21:14:26 +0200
QR Codes:

Original text written by user:
IsPrivate?No (this computation is public)
User-defined keywords
Estimated Impact0
Dataseries X:
2443.6
2460.2
2448.2
2470.4
2484.7
2466.8
2487.9
2508.4
2510.5
2497.4
2532.5
2556.8
2561
2547.3
2541.5
2558.5
2587.9
2580.5
2579.6
2589.3
2595
2595.6
2588.8
2591.7
2601.7
2585.4
2573.3
2597.4
2600.6
2570.6
2569.4
2584.9
2608.8
2617.2
2621
2540.5
2554.5
2601.9
2623
2640.7
2640.7
2619.8
2624.2
2638.2
2645.7
2679.6
2669
2664.6
2663.3
2667.4
2653.2
2630.8
2626.6
2641.9
2625.8
2606
2594.4
2583.6
2588.7
2600.3
2579.5
2576.6
2597.8
2595.6
2599
2621.7
2645.6
2644.2
2625.6
2624.6
2596.2
2599.5
2584.1
2570.8
2555
2574.5
2576.7
2579
2588.7
2601.1
2575.7
2559.5
2561.1
2528.3
2514.7
2558.5
2553.3
2577.1
2566
2549.5
2527.8
2540.9
2534.2
2538
2559
2554.9
2575.5
2546.5
2561.6
2546.6
2502.9
2463.1
2472.6
2463.5
2446.3
2456.2
2471.5
2447.5
2428.6
2420.2
2414.9
2420.2
2423.8
2407
2388.7
2409.6
2392
2380.2
2423.3
2451.6
2440.8
2432.9
2413.6
2391.6
2358.1
2345.4
2384.4
2384.4
2384.4
2418.7
2420
2493.1
2493.1
2492.8




Summary of computational transaction
Raw Input view raw input (R code)
Raw Outputview raw output of R engine
Computing time3 seconds
R ServerBig Analytics Cloud Computing Center

\begin{tabular}{lllllllll}
\hline
Summary of computational transaction \tabularnewline
Raw Input view raw input (R code)  \tabularnewline
Raw Outputview raw output of R engine  \tabularnewline
Computing time3 seconds \tabularnewline
R ServerBig Analytics Cloud Computing Center \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=&T=0

[TABLE]
[ROW]
Summary of computational transaction[/C][/ROW] [ROW]Raw Input[/C] view raw input (R code) [/C][/ROW] [ROW]Raw Output[/C]view raw output of R engine [/C][/ROW] [ROW]Computing time[/C]3 seconds[/C][/ROW] [ROW]R Server[/C]Big Analytics Cloud Computing Center[/C][/ROW] [/TABLE] Source: https://freestatistics.org/blog/index.php?pk=&T=0

Globally Unique Identifier (entire table): ba.freestatistics.org/blog/index.php?pk=&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 Input view raw input (R code)
Raw Outputview raw output of R engine
Computing time3 seconds
R ServerBig Analytics Cloud Computing Center







ParameterEstimated ValueStandard Deviation
mean2540.599253731346.98182931820175
standard deviation80.82051747062254.93689885598751

\begin{tabular}{lllllllll}
\hline
Parameter & Estimated Value & Standard Deviation \tabularnewline
mean & 2540.59925373134 & 6.98182931820175 \tabularnewline
standard deviation & 80.8205174706225 & 4.93689885598751 \tabularnewline
\hline
\end{tabular}
%Source: https://freestatistics.org/blog/index.php?pk=&T=1

[TABLE]
[ROW][C]Parameter[/C][C]Estimated Value[/C][C]Standard Deviation[/C][/ROW]
[ROW][C]mean[/C][C]2540.59925373134[/C][C]6.98182931820175[/C][/ROW]
[ROW][C]standard deviation[/C][C]80.8205174706225[/C][C]4.93689885598751[/C][/ROW]
[/TABLE]
Source: https://freestatistics.org/blog/index.php?pk=&T=1

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



Parameters (Session):
par2 = grey ; par3 = FALSE ; par4 = Unknown ;
Parameters (R input):
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')
print(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')