swei007 发表于 2013-7-16 18:49 
我想问一下,对于多维数据的处理,降维除了用主成分,因子分析,神经网络之外还有什么其他的方法比较常用的 ...
针对高维数据分析,主要现在有两大类方法:降维(dimension reduction),这一类就是有点像PCA,主成分分析一样,找一些变量的线性组合作为一个新的变量,可以参看 Dennis Cook, Bing Li, Xiangrong Yin等统计牛人文章;另一个方法做的人更多了,就是 变量选择(variable selection),可以首先看看 这个综述的文章,Fan, J., Lv, J., and Qi, L. (2011)
Sparse high-dimensional models in economics.
Annual Review of Economics, 3, 291-317
连接:
http://orfe.princeton.edu/~jqfan/publications-general.html
其次推荐你看看 The Elements of Statistical Learning:
Data Mining, Inference, and Prediction.
Second Edition by Trevor Hastie, Robert Tibshirani, Jerome Friedman