Displaying 2 results from an estimated 2 matches for "app_depths".
2010 Jan 04
1
log normal overlay
...col="grey")
plot(function(d.resid)
dnorm(d.resid,m=-4.007e-15,s=35.571),-150,150,n=400,add=TRUE,col="black",lwd=3)
http://n4.nabble.com/file/n998495/Image2.png
I would like to do the same thing with the following lines of code, only
this time fit a log-normal distribution.
app_depths<-c(2.133069498, 1.633840467, 4.946905858, 3.74316825, 2.29580986,
3.156489013, 3.616272192, 20.65750905, 2.878995473, 12.59126936, 14.2215439,
7.892111284, 4.656569671, 3.350734491, 5.457109794, 3.580297328,
12.66226362, 4.491926672, 7.1, 13.5, 11.1, 14.1, 7.3, 8.6, 3.5, 5, 7.1, 7,
15.1, 9.1, 6....
2010 Jan 04
1
log-normal overlay
...col="grey")
plot(function(d.resid)
dnorm(d.resid,m=-4.007e-15,s=35.571),-150,150,n=400,add=TRUE,col="black",lwd=3)
http://n4.nabble.com/file/n998531/Image2.png
I would like to do the same thing with the following lines of code, only
this time fit a log-normal distribution.
app_depths<-c(2.133069498, 1.633840467, 4.946905858, 3.74316825, 2.29580986,
3.156489013, 3.616272192, 20.65750905, 2.878995473, 12.59126936, 14.2215439,
7.892111284, 4.656569671, 3.350734491, 5.457109794, 3.580297328,
12.66226362, 4.491926672, 7.1, 13.5, 11.1, 14.1, 7.3, 8.6, 3.5, 5, 7.1, 7,
15.1, 9.1, 6....