Machine learningMachine learning
鲁棒高斯混合模型
鲁棒高斯混合模型将标准高斯分量替换为具有更重尾部分布(最常见的是学生 t 分布)的分布,或在 EM 框架内纳入对异常值的修剪和降权。其结果是一种概率聚类和密度估计方法,它赋予真正异常点对分量参数的更小影响,防止异常值扭曲聚类形状或位置。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Peel, D. & McLachlan, G. J. (2000). Robust mixture modelling using the t distribution. Statistics and Computing, 10(4), 339–348. DOI: 10.1023/A:1008981510081 ↗
- Maronna, R. A., Martin, R. D. & Yohai, V. J. (2006). Robust Statistics: Theory and Methods. Wiley. ISBN: 978-0-470-01092-1
如何引用本页
ScholarGate. (2026, June 3). Robust Gaussian Mixture Model (Heavy-Tailed and Trimmed Variants). ScholarGate. https://scholargate.app/zh/machine-learning/robust-gaussian-mixture-model
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- 孤立森林 (Isolation Forest)机器学习↔ compare
- K-means聚类机器学习↔ compare
- 单类支持向量机机器学习↔ compare
- 鲁棒k均值机器学习↔ compare
- 稳健线性回归机器学习↔ compare