Original file(1,800 × 1,800 pixels, file size: 29 KB, MIME type: image/png)

Summary edit

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()

Licensing edit

File history

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

Date/TimeThumbnailDimensionsUserComment
current22:51, 26 March 2007Thumbnail for version as of 22:51, 26 March 20071,800 × 1,800 (29 KB)O18 (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 use this file (pages on other projects are not listed):