元のファイル(SVG ファイル、432 × 432 ピクセル、ファイルサイズ: 11キロバイト)

概要

解説 Boxplot representing Michelson's data on the speed of light. It consists of five experiments, each made of 20 consecutive runs.
日付
原典 投稿者自身による著作物
作者 User:Schutz
SVG 開発
InfoField
 
このSVGのソースコードは正しい
 
この 統計図表Rで作成されました。

This data is not from the Michelson-Morley experiment but from Michelson's measurement of the speed of light. See MICHELSON, A. A. (1882). Experimental determination of the velocity of light made at the United States Naval Academy, Annapolis. Astronomic Papers 1 pp. 109-145 U.S. Nautical Almanac Office, or S. M. Stigler (1977) Do robust estimators work with real data? Annals of Statistics 5, 1055–1098.

Original upload by User:Schutz

Boxplot representing Michelson's data on the speed of light. It consists of five experiments, each made of 20 consecutive runs. Note that the oblique line is incorrect, and probably due to a bug in the Mediawiki software/SVG converter. The graphic was created by User:Schutz for Wikipedia on 28 December 2006, using the R statistical project. The program that generated the graphic is given below; the data and the idea are from the R help page for the morley dataset (see help(morley)). The graph was exported in postscript format, converted to SVG using the pstoedit command, and the layout was slightly modified using Inkscape before upload.

 
  data(morley)
  morley$Expt <- factor(morley$Expt)
  morley$Run <- factor(morley$Run)
  attach(morley)

  postscript("Michelsonmorley-boxplot.ps", paper="special", height=6, width=6,
             horizontal=F)
  par(las=1)
  par(mar=c(5.1, 5.1, 2.1, 2.1))
  par(font=2)
  par(font.axis=2)
  boxplot(Speed ~ Expt, xlab = "Experiment No.", ylab="Speed of light (km/s minus 299,000)")
  abline(h=792.458, lty=3)
  dev.off()
  

New upload by User:Mwtoews

Boxplot representing Michelson's data on the speed of light. It consists of five experiments, each made of 20 consecutive runs.

The graphic was originally created by User:Schutz for Wikipedia on 28 December 2006, using the R statistical project. The program that generated the graphic is given below; the data and the idea are from the R help page for the morley dataset (see help(morley)). The graph was exported in PDF format, converted to SVG using Adobe Illustrator, and the layout was slightly modified using Vim before upload.

data(morley)
morley$Expt <- factor(morley$Expt)

pdf("Michelsonmorley-boxplot.pdf", height=6, width=6)
par(las=1, mar=c(5.1, 5.1, 2.1, 2.1))
boxplot(Speed ~ Expt, morley, xlab = "Experiment No.",
        ylab="Speed of light (km/s minus 299,000)")
abline(h=792.458, col="red")
text(3,792.458,"true\nspeed")
dev.off()

ライセンス

Public domain この著作物の著作権者である私は、この著作物における権利を放棄しパブリックドメインとします。これは全世界で適用されます。
一部の国では、これが法的に可能ではない場合があります。その場合は、次のように宣言します。
私は、あらゆる人に対して、法により必要とされている条件を除き、如何なる条件も課すことなく、あらゆる目的のためにこの著作物を使用する権利を与えます。

The creator and uploader also believes that this graphic is a trivial work which does not qualify for copyright.

Reference

  • A. J. Weekes (1986) A Genstat Primer. London: Edward Arnold.

キャプション

このファイルの内容を1行で記述してください

このファイルに描写されている項目

題材

28 12 2006

ファイルの履歴

過去の版のファイルを表示するには、その版の日時をクリックしてください。

日付と時刻サムネイル寸法利用者コメント
現在の版2008年5月3日 (土) 10:252008年5月3日 (土) 10:25時点における版のサムネイル432 × 432 (11キロバイト)Papa Novemberrm opaque bg. No copyright claimed for non-creative derivative work.
2007年10月30日 (火) 21:302007年10月30日 (火) 21:30時点における版のサムネイル432 × 432 (11キロバイト)Mwtoews
2007年10月30日 (火) 21:272007年10月30日 (火) 21:27時点における版のサムネイル432 × 432 (11キロバイト)Mwtoews
2007年10月30日 (火) 21:242007年10月30日 (火) 21:24時点における版のサムネイル432 × 432 (12キロバイト)Mwtoews
2006年12月28日 (木) 18:432006年12月28日 (木) 18:43時点における版のサムネイル720 × 720 (19キロバイト)Schutz

以下の​ 3 ページがこのファイルを使用しています:

グローバルなファイル使用状況

メタデータ