Math.NET Numerics
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
seahearman 01a26e9cb2 I want to sample a vector from a multivariate normal distribution. According to the Help file, I should use the method Sample(), but I found out that I can only sample a square matrix from this method, that is when I use the following code: 15 years ago
..
Dirichlet.cs Fixes dirichlet distribution (multivariate beta) density function (pdf). Closes gh-9. 15 years ago
InverseWishart.cs merged Andriy's distribution additions and corrections 16 years ago
MatrixNormal.cs I want to sample a vector from a multivariate normal distribution. According to the Help file, I should use the method Sample(), but I found out that I can only sample a square matrix from this method, that is when I use the following code: 15 years ago
Multinomial.cs merged Andriy's distribution additions and corrections 16 years ago
NormalGamma.cs Some small documentation changes. 16 years ago
Wishart.cs Minor improvement. Exception messages for matrix dimensions now tell you the values (in addition to a mere 'dimensions must match' we had before). 15 years ago