博碩士論文 952205002 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:9 、訪客IP:3.20.205.228
姓名 林宜德(Yi-Te Lin)  查詢紙本館藏   畢業系所 統計研究所
論文名稱 貝他演算法的表現評估
(Performance Evaluation for Beta Algorithms)
相關論文
★ 可資源共享之平行分散處理系統的最大吞吐量控制策略★ 設計複雜網路系統之高效率模擬方法
★ 反應曲面法在複雜網路上的應用★ 複雜網路系統模擬之均勻設計
★ 使用 Support Vector Regression 建構複雜網路系統之反應曲面模型★ 增加具動態伺服器配置的交換系統之吞吐量
★ 流量模型基於分數綜合自還原移動平均過程★ 最佳化交換處理系統之權重選擇
★ 適用於網路交換處理系統下的角錐延展策略★ 以抽樣及測量為基準之交換處理系統控制策略
★ 樹狀網路之控制與統計反向問題★ 廣泛區域之均勻設計與電腦實驗之運用
★ Evaluation of Algorithms for Generating Dirichlet Random Vectors★ 資料傳輸網路之貝氏診斷
★ 可共享資源的非循環網路系統建構在測量基礎上之控制策略
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 在本篇論文中,我們將探討 Kennedy 在 1988 年所提出的一隨機搜尋過程,可用來生成近似的 beta 變量。我們的目標是確認最佳的參數設定,使得 Kennedy 的演算法可以達到最快的生成速度。為了評估所提演算法之效能,我們也探討一些文獻中常用的 beta 演算法,並以下列準則來作比較:(i) 形狀參數的適用區域;(ii) 計算時間;(iii) 適合度;以及 (iv) 演算法所需的隨機變數。最後透過這些比較,我們提供兩個方針來選擇最適合的生成 beta 變量之方法。
摘要(英) In this paper, we study a stochastic search procedure proposed by Kennedy (1988) that asymptotically generates a beta variate. The goal is to identify the optimal parameter setting so that Kennedy’’s algorithm can achieve the fastest speed of generation. For comparative purposes, we also review some well-known beta algorithms and evaluate their performance in terms of the following
criteria: (i) validity of choice of shape parameters, (ii) computer time, (iii) goodness-of-fit, and (iv) amount of random number generation required. Based on the empirical study, we present two guidelines for choosing the best suited beta algorithm.
關鍵字(中) ★ 適合度
★ 電腦生成
★ 計算時間
★ 形狀參數
★ 演算法
★ 隨機變數
★ beta 變量
關鍵字(英) ★ beta variates
★ random numbers
★ computer generation
★ goodness-of-fit
★ computer time
★ shape parameters
★ algorithm
論文目次 第一章緒論. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
第二章Kennedy 演算法. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
2-1 參數的值域. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .3
2-2 選取最佳的 k 值. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
2-3 Kennedy's MK 演算法. . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
2-4 討論. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .10
2-4-1 生成速度. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
2-4-2 隨機變數個數. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
第三章各種生成Beta 演算法的表現評估. . . . . . . . . . . . . . . . . . . . . 12
3-1 不同方法下(α, β) 參數值之比較. . . . . . . . . . . . . . . . . . . . 12
3-2 其他演算法介紹. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .13
3-2-1 Johnk 方法. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
3-2-2 (Simple) Rejection 方法. . . . . . . . . . . . . . . . . . . . 14
3-2-3 General Switching 演算法. . . . . . . . . . . . . . . . . . 15
3-2-4 Order Statistics 方法. . . . . . . . . . . . . . . . . . . . . . .19
3-2-5 Ahrens and Dieter BN 演算法. . . . . . . . . . . . . . 19
3-2-6 Cheng's BB/BC 演算法. . . . . . . . . . . . . . . . . . . . 22
3-3 計算時間. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .24
3-4 適合度. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .28
3-5 演算法所需的隨機變數個數. . . . . . . . . . . . . . . . . . . . . . . . . .29
第四章結論. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
參考文獻. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
參考文獻 [1] Kennedy, D. P. 1988. A note on stochastic search methods for global optimization. Advances in Applied Probability, 20, 476-478.
[2] M.D. Johnk, 1964. Erzeugung von betaverteilten und gammaverteilten zuffallszahlen. Metrika, 8, 5-15.
[3] J. H. Ahrens and U. Dieter, 1974. Computer methods for sampling from gamma, beta, poisson and binomial distributions. Computing (Vienna), 12, 223-246.
[4] G. E. Forsythe, 1972. von Neumann’s comparison method for random sampling from the normal and other distributions. Mathematics of Computation, 26, 817-826.
[5] A.C. Atkinson and M.C. Pearce, 1976. The computer generation of beta, gamma and normal random variables. Journal of the Royal Statistical Society, Series A, 139, 431-461.
[6] A. C. Atkinson, 1979. A family of switching algorithms for the computer generation of beta random variables. Biometrika, 66, 141-145.
[7] R.C.H. Cheng, 1978. Generating beta variates with nonintegral shape parameters. Communications of the Association for Computing Machinery 21, 317-322.
[8] N. L. Johnson, S. Kotz, N. Balakrishnan, 1995. Continuous Univariate Distributions, Vol. 2, 2nd edition, New York: John Wiley & Sons.
[9] B. C. Arnold, N. Balakrishnan, H. N. Nagaraja, 1992. A First Course in Order Statistics, New York: John Wiley & Sons.
[10] B. W. Schmeiser, M. A. Shalaby, 1980. Acceptance/rejection methods for beta variate generation. Journal of the American Statistical Association, 75, 673-678.
[11] M. G. Morgan, M. Henrion, 1990. Uncertainty: A Guide to Dealing with Uncertainty in Quantitative Risk and Policy Analysis, Cambridge: Cambridge University Press.
[12] A. K. Gupta and S. Nadarajah, 2004. Handbook of Beta Distribution and Its Applications. Marcel Dekker, New York.
[13] C. S. Beightler, D. T. Phillips, D. J. Wilde, 1979. Funcations of Optimization. Prentice-Hall, Englewood Cliffs, New Jersey.
[14] N. L. Johnkson, S. Kotz, 1990. Use of Moments in Deriving Distributions and Some Characterizations. Mathematical Scientist 15, 42-52.
[15] B. L. Fox, 1963. Generation of Random Samples from the Beta and F Distributions. Technometrics, 5, 269-270. 34
指導教授 洪英超(Ying-Chao Hung) 審核日期 2008-6-12
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明