博碩士論文 109225024 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:68 、訪客IP:18.118.24.3
姓名 李宥序(Yu-Hsu Li)  查詢紙本館藏   畢業系所 統計研究所
論文名稱 長期追蹤資料上的 Gamma-EM 分群
(Gamma-EM clustering on longitudinal data)
相關論文
★ Contrastive Principal Component Analysis for High Dimension, Low Sample Size Data★ Bayesian method for sparse principal component analysis
★ Sparse Bayesian Estimation with High-dimensional Binary Response Data★ Q學習結合監督式學習在股票市場的應用
★ γ-EM approach to latent orientations for cryo-electron microscopy image clustering analysis★ Contrastive Principal Component Analysis for High-Dimension, Low-Sample-Size Data with Noise-Reduction
★ 基於Q-learning與非監督式學習之交易策略★ 視覺化股票市場之狀態變動
★ Principal Components on t-SNE
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 隨著現代科技和醫學的進步,已經有很多精密儀器可以準確檢測各種生物指標。在實踐中,研究一種藥物是否具有顯著效果是藥物研發中的一個重要問題。傳統上,我們會驗證實驗組和對照組是否有顯著差異,然後解釋藥物療效是否有效;然而,在一些臨床數據上,我們不知道數據背後的分群,進而判斷藥物有效性,本文將採用 PBC 資料作為例子。這裡我們使用Lin 和Wang(2021)提出的γ-EM 算法對未知群 體的種群進行聚類分析。γ-EM 是通過γ-divergence 改進的EM 算法,可用於實現分類 的魯棒性。在這種情況下,我們可以使用γ-EM 來初步了解種群是否具有不同群體的表現。
摘要(英) With the advancement of modern technology and medicine, there are already many sophisticated instruments that can accurately detect various biological indicators. In practice, it is an important issue in drug research and development to study whether a drug has a significant effect. Traditionally, we will verify whether there is a significant difference between the experimental group and the control group, and then explain whether the drug efficacy is effective; from another perspective, here we use the γ-EM algorithm proposed by Lin and Wang(2021) to perform cluster analysis on the population of unknown groups.
γ-EM is an improved EM algorithm through γ-divergence, which can be used to achieve robustness in classification. In this case, we can use γ-EM to initially understand whether the population has the performance of different groups.
關鍵字(中) ★ EM 演算法
★ 散度
★ 長期追蹤資料
★ 線性混合模型
★ 分群
關鍵字(英) ★ EM algorithm
★ divergence
★ longitudinal data
★ linear mixed effect model
★ clustering
論文目次 Contents
page
摘要iii
Abstract v
Acknowledgement vii
Contents ix
List of Figures xi
List of Tables xiii
1 Introduction 1
1.1 Longitudinal data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 Classification and Clustering. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.3 Clustering of longitudinal data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
2 Background 5
2.1 Linear mixed effect model (LMM). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
2.2 Maximum Likelihood Estimation (MLE). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
2.3 Expectation-maximization (EM) algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
2.4 Divergence. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
2.5 q-Gaussian Distribution. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
ix
CONTENTS
2.6 Density-based spatial clustering of applications with noise (DBSCAN) . . . . . 12
3 Methodology 15
3.1 LMM in longitudinal clustering data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
3.2 Gamma-EM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
4 Simulation 21
4.1 Two groups . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
4.1.1 Model setting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
4.1.2 Estimation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22
4.1.3 Comparation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
4.2 Three groups . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
4.2.1 Model setting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
4.2.2 Estimation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
4.2.3 Comparation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28
5 Application 29
5.1 Primary Biliary Cirrhosis (PBC) Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
5.2 Result . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
6 Conclusion 35
Bibliography 37
參考文獻 Bibliography [1] Folly Adjogou, Alejandro Murua, and Wolfgang Raffelsberger. Bayesian lasso functional clustering for time-course and longitudinal data.
[2] A. P. Dempster, N. M. Laird, and D. B. Rubin. Maximum likelihood from incomplete data via the em algorithm. JOURNAL OF THE ROYAL STATISTICAL SOCIETY, SERIES B, 39(1):1–38, 1977.
[3] Shinto Eguchi, Osamu Komori, and Shogo Kato. Projective power entropy and maximum tsallis entropy distributions. Entropy, 13(10):1746–1764, 2011.
[4] Martin Ester, Hans-Peter Kriegel, Jörg Sander, Xiaowei Xu, et al. A density-based algorithm for discovering clusters in large spatial databases with noise. In kdd, volume 96, pages 226–231, 1996.
[5] Hironori Fujisawa and Shinto Eguchi. Robust parameter estimation with a small bias against heavy contamination. Journal of Multivariate Analysis, 99(9):2053– 2081, 2008.
[6] MC Jones, Nils Lid Hjort, Ian R Harris, and Ayanendranath Basu. A comparison of related density-based minimum divergence estimators. Biometrika, 88(3):865–873, 2001.
37 BIBLIOGRAPHY [7] Solomon Kullback and Richard A Leibler. On information and sufficiency. The annals of mathematical statistics, 22(1):79–86, 1951.
[8] James MacQueen et al. Some methods for classification and analysis of multivariate observations. In Proceedings of the fifth Berkeley symposium on mathematical statistics and probability, volume 1, pages 281–297. Oakland, CA, USA, 1967.
[9] Wim Meeus, Jurjen Iedema, Marianne Helsen, and Wilma Vollebergh. Patterns of adolescent identity development: Review of literature and longitudinal analysis.
Developmental review, 19(4):419–461, 1999.
[10] Giovanni Saraceno, Abhik Ghosh, Ayanendranath Basu, and Claudio Agostinelli. Robust estimation under linear mixed models: The minimum density power divergence approach. arXiv preprint arXiv:2010.05593, 2020.
[11] Jean D Skinner, Betty Ruth Carruth, Wendy Bounds, and Paula J Ziegler. Children’s food preferences: a longitudinal analysis. Journal of the American Dietetic Association, 102(11):1638–1647, 2002.
[12] Xi Zhang. Longitudinal Data Clustering Via Kernel Mixture Models. PhD thesis, 2021.
指導教授 王紹宣(Shao-Hsuan Wang) 審核日期 2022-8-1
推文 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聯絡  - 隱私權政策聲明