ファイル:StratifiedPoints.gif
StratifiedPoints.gif (400 × 400 ピクセル、ファイルサイズ: 1.34メガバイト、MIME タイプ: image/gif、ループします、100 フレーム、2分 0秒)
ウィキメディア・コモンズのファイルページにある説明を、以下に表示します。
|
概要
解説StratifiedPoints.gif |
English: (*The stratification process redistributes the random elements into a \
relatively homogeneous group and then samples randomly. Every element \ in the original set is uniquely reassigned to one stratum.*) \ tinyColor[color_, point_] := {PointSize[Small], color, Point[point]} colorChoose[point_] := tinyColor[Blue, point] Clear[r, n]; r = 100; n = r^2; darts = RandomReal[{0, 1}, {n, 2}]; coloredDarts = ParallelMap[colorChoose, darts]; Clear[smoothedDarts, tempPoints] subGrouper = Table[i, {i, 0, r - 1}]; shiftyGuy = Flatten[Tuples[subGrouper, 2]]; tempPoints = Partition[(shiftyGuy + Flatten[darts])*(1/r), 2]; smoothedDarts = RandomSample[tempPoints, n]; Export["~/Desktop/stratifiedPoints.gif", Table[ListPlot[Part[smoothedDarts, 1 ;; max], AspectRatio -> 1, PlotStyle -> {PointSize[Small], Blue}, PlotRange -> {{0, 1}, {0, 1}}, PlotLabel -> TraditionalForm[max "Randomly Selected Stratified Points"], Frame -> True, ImageSize -> {400, 400}], {max, 100, Length[darts], Length[darts]/100}],"DisplayDurations" -> ConstantArray[1, 9]~Join~{3}] |
日付 | |
原典 | 投稿者自身による著作物 |
作者 | Caitlin Jo Ramsey |
カメラの位置 | 38° 54′ 14.56″ 北, 77° 02′ 53.31″ 西 | 以下のサービスでこの位置を確認する: オープンストリートマップ | 38.904045; -77.048141 |
---|
(*This mathematical image was created with Mathematica. The stratification process redistributes the random elements into a \ relatively homogeneous group and then samples randomly. Every element \ in the original set is uniquely reassigned to one stratum. Source code for this image is available below.*) \ tinyColor[color_, point_] := {PointSize[Small], color, Point[point]} colorChoose[point_] := tinyColor[Blue, point]
Clear[r, n]; r = 100; n = r^2; darts = RandomReal[{0, 1}, {n, 2}]; coloredDarts = ParallelMap[colorChoose, darts];
Clear[smoothedDarts, tempPoints] subGrouper = Table[i, {i, 0, r - 1}]; shiftyGuy = Flatten[Tuples[subGrouper, 2]]; tempPoints = Partition[(shiftyGuy + Flatten[darts])*(1/r), 2];
smoothedDarts = RandomSample[tempPoints, n];
Export["~/Desktop/stratifiedPoints.gif",
Table[ListPlot[Part[smoothedDarts, 1 ;; max], AspectRatio -> 1, PlotStyle -> {PointSize[Small], Blue}, PlotRange -> {{0, 1}, {0, 1}}, PlotLabel -> TraditionalForm[max "Randomly Selected Stratified Points"], Frame -> True, ImageSize -> {400, 400}], {max, 100, Length[darts], Length[darts]/100}], "DisplayDurations" -> ConstantArray[1, 9]~Join~{3}]
ライセンス
- あなたは以下の条件に従う場合に限り、自由に
- 共有 – 本作品を複製、頒布、展示、実演できます。
- 再構成 – 二次的著作物を作成できます。
- あなたの従うべき条件は以下の通りです。
- 表示 – あなたは適切なクレジットを表示し、ライセンスへのリンクを提供し、変更があったらその旨を示さなければなりません。これらは合理的であればどのような方法で行っても構いませんが、許諾者があなたやあなたの利用行為を支持していると示唆するような方法は除きます。
- 継承 – もしあなたがこの作品をリミックスしたり、改変したり、加工した場合には、あなたはあなたの貢献部分を元の作品とこれと同一または互換性があるライセンスの下に頒布しなければなりません。
このファイルに描写されている項目
題材
ウィキデータ項目がない値
38°54'14.562"N, 77°2'53.308"W
14 7 2013
ファイルの履歴
過去の版のファイルを表示するには、その版の日時をクリックしてください。
日付と時刻 | サムネイル | 寸法 | 利用者 | コメント | |
---|---|---|---|---|---|
現在の版 | 2013年7月14日 (日) 18:10 | 400 × 400 (1.34メガバイト) | CaitlinJo | User created page with UploadWizard |
ファイルの使用状況
以下のページがこのファイルを使用しています:
グローバルなファイル使用状況
以下に挙げる他のウィキがこの画像を使っています:
- en-two.iwiki.icu での使用状況
- ko.wikipedia.org での使用状況
メタデータ
このファイルには、追加情報があります (おそらく、作成やデジタル化する際に使用したデジタルカメラやスキャナーが追加したものです)。
このファイルが元の状態から変更されている場合、修正されたファイルを完全に反映していない項目がある場合があります。
GIFファイルのコメント | Created by Wolfram Mathematica 8.0 |
---|