search for: standardabweichung

Displaying 3 results from an estimated 3 matches for "standardabweichung".

2009 Mar 13
1
print median and sd...
Hii, Can anybody help me, I don't know how to print the "median". Below is my code snipplet... x <-read.table(file="D:/Uni/Diplom/Diplom/Grafiken/R/BATMAN/Kabel/Batman1hop/Standardabweichung__output_30_1_Kabel(30m)_b.txt") png(filename = "D:/Grafiken/R/Standardabweichung/Kopie.png", width = 640, height = 480,pointsize = 12, bg = "white", res = NA) median<-with(x, tapply(V3, grup, median)) ??? dev.off() I will print, the median values with a simple lin...
2005 Jun 22
1
legend
...sigma=0.2), lwd=3, col=cs[3]) lines(gbm(bm(),S0=1,mu=0.7,sigma=0.1), lwd=3, col=cs[4]) title(main="Geometrische Brownsche Bewegung",cex.main=2.5) legend(x=0,y=3.5,legend=c("exp(0.7x)","mu=0.7, sigma=0.4","mu=0.7, sigma=0.2","mu=0.7, sigma=0.1","Standardabweichung f??r sigma=0.2"),lwd=c(4,4,4,4,12),col=c(cs,"grey"),bg="transparent",cex=1.15) #dev.off()
2009 Mar 14
1
multiple hypothesis testing
...is@web.de> wrote: > > > > Hii, > > > > Can anybody help me, I don't know how to print the "median". Below is my > > code snipplet... > > > > x > > > <-read.table(file="D:/Uni/Diplom/Diplom/Grafiken/R/BATMAN/Kabel/Batman1hop/Standardabweichung__output_30_1_Kabel(30m)_b.txt") > > > > png(filename = "D:/Grafiken/R/Standardabweichung/Kopie.png", width = 640, > > height = 480,pointsize = 12, bg = "white", ?res = NA) > > > > median<-with(x, tapply(V3, grup, median)) > > > >...