Image:DraftRV.png

From Wikipedia, the free encyclopedia

[edit] Summary

R code:

bitmap(file="DraftRV.png",type="png256",width=6,height=6,res=300,pointsize=12)
par(mfrow=c(2,1))
plot(ecdf(a),xlab="minutes",ylab="Probability of reversion")
plot(ecdf(log(a)),xlab="log minutes",ylab="Probability of reversion")
dev.off()

[edit] Licensing

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeDimensionsUserComment
current22:51, 26 March 20071,800×1,800 (29 KB)Pdbailey (Talk | contribs) (R code: <pre> bitmap(file="DraftRV.png",type="png256",width=6,height=6,res=300,pointsize=12) par(mfrow=c(2,1)) plot(ecdf(a),xlab="minutes",ylab="Probability of reversion") plot(ecdf(log(a)),xlab="log minutes",ylab="Probability of reversion") dev.off() </)

The following pages on the English Wikipedia link to this file (pages on other projects are not listed):