Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 R 包“MASS”中,我使用了函数“lda”。我正在尝试查找有关此函数处理具有比观察更多变量的矩阵的特定方式的文档(在本例中使用协方差矩阵的矩估计)。查看代码,它似乎利用了协方差矩阵的奇异值分解,但它执行此操作的确切方式让我迷失了。如果有人知道这种方法的任何参考,将不胜感激。