问题描述
我承认我是懒惰这里,但任何人都知道的免费数学.NET库,它给了我一个给定的均值矢量和协方差矩阵正态分布的输出?谢谢你。
Math.NET可能为你工作。
http://numerics.mathdotnet.com/probability-distributions/
函数参考:
的
编辑:请注意,您必须从这里下载
HTTP://mathnetnumerics.$c$cplex.com/releases/view/ 56448
在mathdotnet.com等各个环节都已经过时了。
I admit I am being lazy here but is anyone aware of a free math .net library which gives me the output of a normal distribution given a mean vector and a covariance matrix? Thanks.
Math.NET might work for you.
http://numerics.mathdotnet.com/probability-distributions/
Function Reference:
http://api.mathdotnet.com/Numerics/MathNet.Numerics.Distributions/MatrixNormal.htm
EDIT : Note that you have to download from here
http://mathnetnumerics.codeplex.com/releases/view/56448
other links on mathdotnet.com are out of date.
这篇关于多元正态分布给定的平均向量和协方差矩阵的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!