Quantcast
Channel: Math.NET Numerics
Browsing all 971 articles
Browse latest View live
↧

Commented Unassigned: Hypergeometric breaks on large values [5729]

First of all, the documentation is not very clear. The input arguments are not explained so it took me sometime to find out how it is parameterized. CumulativeDistribution calculates P(X < x) not...

View Article


Edited Issue: Hypergeometric breaks on large values [5729]

First of all, the documentation is not very clear. The input arguments are not explained so it took me sometime to find out how it is parameterized. CumulativeDistribution calculates P(X < x) not...

View Article


Source code checked in, #e2d771946b44a904bdfba47f9beea57e2a1f474e

BUG: Fix Hypergeometric CDF semantics, clarify distribution parameters

View Article

Source code checked in, #5e27553e02c54efcd2d9b74bfd0862b96a9d5d8a

RootFinding: Add higher dimensional test cases. Added further tests for Broyden method.

View Article

Edited Feature: Modulo operator on matrix and vector [5662]

Hi - Is there a modulus operator on a matrix? More specifically, I'm creating a matrix: var matrixA = new DenseMatrix(new[,] { { 5.0, 8.0 }, { 17.0, 3.0 } });and I would like to perform the following...

View Article


Commented Feature: Modulo operator on matrix and vector [5662]

Hi - Is there a modulus operator on a matrix? More specifically, I'm creating a matrix: var matrixA = new DenseMatrix(new[,] { { 5.0, 8.0 }, { 17.0, 3.0 } });and I would like to perform the following...

View Article

Closed Issue: Hypergeometric breaks on large values [5729]

First of all, the documentation is not very clear. The input arguments are not explained so it took me sometime to find out how it is parameterized. CumulativeDistribution calculates P(X < x) not...

View Article

New Post: Help with Matrix XmlSerialization

Hi Christoph! First, thank you for your kind response. I've came to this same conclusion when I realized that the Matrix type uses two-dimensional arrays (Complex[,]), which are not supported by .Net...

View Article


New Post: Estimate mu and sigma

I've just added a LogNormal.Estimate function for exactly that (maximum likelihood) that will be included in the next release. In the meantime, simply take the natural logarithm of each sample and then...

View Article


New Post: Estimate mu and sigma

Thanks a lot for the answer. I'll have a look soon.Le 15 août 2013 09:30, "cdrnet" <[email removed]> a écrit :From: cdrnetI've just added a LogNormal.Estimate function for exactly that (maximum...

View Article

New Post: Multivariable Random Number Generator

Hello, I've been developing a massive multivariable parallel random number generator. The idea is to feed it with a correlation matrix and use it as a seed to create random correlated numbers. The math...

View Article

New Post: Multivariable Random Number Generator

Hi Rafael, It seems to me MatrixNormal (wikipedia) is not exactly but quite close to what you describe. It is parametrized by a mean matrix and two covariance matrices for rows and columns. Sampling is...

View Article

New Post: Multivariable Random Number Generator

Thanks Christoph! I was giving a look at the documentation, but I didn't fully understand how to use it. There you say:The distribution is parameterized by a mean matrix (M), a covariance matrix for...

View Article


New Post: New release v2.6.1's signed binaries are not actually strong-named

I checked them as of today, and they do not appear to be strong named. Any way we could get this fixed sometime soon please?

View Article

Released: Math.NET Numerics v2.6.1 (Bug Fix) (Aug 13, 2013)

BUG: Fix bug in ArrayStatistics.Variance on arrays longer than 46341 entries. GitHub Issue #137. Also available as NuGet packages:PM> Install-Package MathNet.Numerics PM> Install-Package...

View Article


Updated Release: Math.NET Numerics v2.6.1 (Bug Fix) (Aug 13, 2013)

BUG: Fix bug in ArrayStatistics.Variance on arrays longer than 46341 entries. GitHub Issue #137.Also available as NuGet packages: PM> Install-Package MathNet.Numerics PM> Install-Package...

View Article

New Post: New release v2.6.1's signed binaries are not actually strong-named

Indeed, I must have had uploaded the unsigned package instead of the signed one by mistake (they were both the same). Fixed.

View Article


New Post: New release v2.6.1's signed binaries are not actually strong-named

Looks good- thanks for the quick fix!

View Article

New Post: Estimate mu and sigma

Hi, Do you have the same method for a normal distribution (like "normfit" MatLab method) to get mu and sigma ? By the way, where is the extention for MeanVariance ? Thanks a lot !

View Article

New Post: Estimate mu and sigma

Yes, I had added the equivalent to the Normal distribution as well, in the same commit. MeanVariance is new in the Statistics.Statistics class, but you can just use Mean and Variance separately to the...

View Article
Browsing all 971 articles
Browse latest View live