Responsive image
博碩士論文 etd-0616114-152457 詳細資訊
Title page for etd-0616114-152457
論文名稱
Title
Mathemtaica 9.0 動態互動式功能在機率分佈的應用
Applications of Dynamic Interactivity of Mathematica 9.0 in Probability Distribution
系所名稱
Department
畢業學年期
Year, semester
語文別
Language
學位類別
Degree
頁數
Number of pages
132
研究生
Author
指導教授
Advisor
召集委員
Convenor
口試委員
Advisory Committee
口試日期
Date of Exam
2014-07-23
繳交日期
Date of Submission
2014-07-30
關鍵字
Keywords
動態可視化、Mathematica 9.0、機率分佈、動畫功能、圖形建構
dynamic functionality, dynamic visualization, graph construction, Mathematica 9.0, probability distribution
統計
Statistics
本論文已被瀏覽 5730 次,被下載 1281
The thesis/dissertation has been browsed 5730 times, has been downloaded 1281 times.
中文摘要
本文主要探討 Mathematica 9.0 在機率分佈上的應用,利用軟體的互動式動態介面
來求解複雜的機率分佈相關問題,並使用動畫來說明機率相關的性質。文中詳細介紹機率分佈的相關指令和許多機率上的經典範例操作,能夠讓教師在機率分佈教學上變得方便以及增加學生學習的效果。
Abstract
This paper investigates the applications of Mathematica 9.0 in probability distribution.
It can be used to solve and verify the complicated problems in probability
distribution theory; to display dynamic graphs of probability distributions by
interactive manipulation. Details of probability build-in distribution commands of
Mathematica 9.0 and classical examples are illustrated. It will facilitate the lecturer
for teaching probability distribution and enhance the effective learning of probability
distribution for students.
目次 Table of Contents
論文審定書. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . i
誌謝. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ii
摘要. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . iii
Abstract . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . iv
表次 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . viii
第一章前言. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .1
第二章機率分佈. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
2.1 自訂分佈. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. . . 4
2.1.1 ProbabilityDistribution 指令. . . . . . . . . . . . . . . . . . .. . . . 4
2.1.2 Piecewise 指令. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
2.1.3 EmpiricalDistribution 指令. . . . . . . . . . . . . . . . . . . . . . . . 7
2.2 Mathematica 內建分佈. . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
2.3 由分佈計算機率. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
2.3.1 機率. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
2.3.2 機率質量(密度)函數和累積分佈函數. . . . . . . . . . . . . . . . 14
2.3.3 邊際分佈. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
2.3.4 期望值. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
2.4 統計量. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
2.5 生成函數. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
第三章動態相關指令. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
3.1 模組:Module . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
3.1.1 SetDelayed . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
3.2 操作表達式—Manipulate . . . . . . . . . . . . . . . . . . . . . . . . . 33
3.3 Viewers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
3.3.1 TabView . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
3.3.2 MenuView . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38
第四章機率分佈圖和機率函數. . . . . . . . . . . . . . . . . . . . . . . 40
4.1 機率分佈圖. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
4.1.1 連續型pdf . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41
4.1.2 離散型pmf . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
4.1.3 pdf, pmf 和cdf 動畫. . . . . . . . . . . . . . . . . . . . . . . 47
4.2 機率函數. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52
4.2.1 內建分佈. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52
4.2.2 自訂分佈. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55
第五章極限收斂定理. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .59
5.1 近似分佈. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59
5.1.1 模擬分佈之間的近似. . . . . . . . . . . . . . . . . . . . . . . . 61
5.1.2 分佈之間理論的近似. . . . . . . . . . . . . . . . . . . . . . . . 67
5.1.3 模擬分佈之間和分佈之間理論近似的整合. . . . . . . . . . . . . 72
5.2 大數法則. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 78
5.2.1 離散型. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 78
5.2.2 連續型. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80
5.3 中央極限定理. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88
5.3.1 理論—內建分佈. . . . . . . . . . . . . . . . . . . . . . . . . . 89
5.3.2 理論—自訂分佈. . . . . . . . . . . . . . . . . . . . . . . . . . 98
5.3.3 模擬—內建分佈. . . . . . . . . . . . . . . . . . . . . . . . . . 100
5.3.4 模擬—自訂分佈. . . . . . . . . . . . . . . . . . . . . . . . . . 107
參考文獻110
A Mathematica 指令113
A.1 機率. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 113
A.1.1 內建分佈. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 113
A.1.2 自訂分佈. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 115
A.1.3 導出分佈. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 115
A.1.4 非參數分佈. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 116
A.1.5 描述性統計分析. . . . . . . . . . . . . . . . . . . . . . . . . . 116
A.1.6 分佈函數. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 116
A.1.7 隨機變量. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 117
A.1.8 生成函數. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 117
A.1.9 隨機數的生成. . . . . . . . . . . . . . . . . . . . . . . . . . . 118
A.2 數學. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 118
A.2.1 公式的處理. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 118
A.2.2 數值計算. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 118
A.2.3 數值函數. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 118
A.2.4 組合函數. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 119
A.2.5 微積分. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 119
A.3 動態. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 119
A.4 繪圖. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 120
索引. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 121
參考文獻 References
黃培芬(2012)。Mathematica 8.0 在機率與統計的應用。臺灣高雄市國立中山大學碩士論文。
余玉純(2013)。Mathematica 9.0 在機率的應用。臺灣高雄市國立中山大學碩士論文。
Casella, George and Berger, Roger L. (2002). Statistical Inference, 2nd Edition. CA:Thomson Learning Inc.
Mathematica 9 (2013). Wolfram Research.
http://www.wolfram.com/
Mathematica 9 參考資料中心(2014). Wolfram Research, Inc. Champaign, IL.
http://reference.wolfram.com/mathematica/guide/Mathematica.html
CDF:
http://reference.wolfram.com/language/ref/CDF.html
Continuous Distribution:
http://reference.wolfram.com/language/tutorial/ContinuousDistribution.html
D:
http://reference.wolfram.com/language/ref/D.html
Descriptive Statistics:
http://reference.wolfram.com/language/guide/DescriptiveStatistics.html
Discrete Univariate Distribution:
http://reference.wolfram.com/language/guide/DiscreteUnivariateDistribution.html
Dynamic Visualization:
http://reference.wolfram.com/language/guide/DynamicVisualization.html
EmpiricalDistribution:
http://reference.wolfram.com/language/ref/EmpiricalDistribution.html
Expectation:
http://reference.wolfram.com/language/ref/Expectation.html
Function Visualization:
http://reference.wolfram.com/language/guide/FunctionVisualization.html
Graphics Options And Styling:
http://reference.wolfram.com/language/guide/GraphicsOptionsAndStyling.html
Histogram:
http://reference.wolfram.com/language/ref/Histogram.html
Map:
http://reference.wolfram.com/language/ref/Map.html
Manipulate:
http://reference.wolfram.com/language/ref/Manipulate.html
MarginalDistribution:
http://reference.wolfram.com/language/ref/MarginalDistribution.html
PDF:
http://reference.wolfram.com/language/ref/PDF.html
Piecewise:
http://reference.wolfram.com/language/ref/Piecewise.html
Probability:
http://reference.wolfram.com/mathematica/ref/Probability.html
ProbabilityDistribution:
http://reference.wolfram.com/mathematica/ref/ProbabilityDistribution.html
Probability & Statistics:
http://reference.wolfram.com/mathematica/guide/ProbabilityAndStatistics.html
Random Variables:
http://reference.wolfram.com/language/guide/RandomVariables.html
SeedRandom:
http://reference.wolfram.com/language/ref/SeedRandom.html
Statistical Momentsand Generating Function:
http://reference.wolfram.com/language/guide/StatisticalMomentsandGeneratingFunction.html
TransformedDistribution:
http://reference.wolfram.com/language/ref/TransformedDistribution.html
Viewers and Annotation:
http://reference.wolfram.com/language/guide/ViewersAndAnnotation.html
Ross, Sheldon M. (2012). A First Course in Probability, 9th Edition. New York:
Pearson Education, Inc.
Ruskeepää, Heikki (2009). Mathematica Navigator: Mathematics, Statistics, and
Graphics, 3rd Edition. New York: Academic Press.
Wellin, Paul (2013). Programming With Mathematica. New York: Cambridge University Press.
Wolfram Research (2013). Mathematica 9 Documentation Center.
http://reference.wolfram.com
電子全文 Fulltext
本電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。
論文使用權限 Thesis access permission:校內校外完全公開 unrestricted
開放時間 Available:
校內 Campus: 已公開 available
校外 Off-campus: 已公開 available


紙本論文 Printed copies
紙本論文的公開資訊在102學年度以後相對較為完整。如果需要查詢101學年度以前的紙本論文公開資訊,請聯繫圖資處紙本論文服務櫃台。如有不便之處敬請見諒。
開放時間 available 已公開 available

QR Code