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

New Post: What Complex8 or Complex16 or Complex?

Christoph, Thank you for your excellent reply. I now have a better understanding of the current design and challenges of implementing my "simple" suggestions. ;-) Unfortunately, the math is over my...

View Article


New Post: GammaLowerRegularized and GammaUpperRegularized : bug for large...

Hello team, I have come across some behaviour in GammaUpperRegularized which I find suspicious: MathNet.Numerics.SpecialFunctions.GammaUpperRegularized(136.1375, 0.27) gives 1.0 and...

View Article


New Post: GammaLowerRegularized and GammaUpperRegularized : bug for large...

Yes, there indeed seems to be a bug on very large a values, in L294 (and also L184). The algorithm does detect that the values are large enough for the result to be 1.0 (or 0.0) within the required...

View Article

New Post: GammaLowerRegularized and GammaUpperRegularized : bug for large...

Fixed in mainline and thus made it into v2.6 which will be released quite soon. Thanks again for reporting. Thanks, Christoph

View Article

Released: Math.NET Numerics v2.6.0 (Jul 26, 2013)

What's New in Math.NET Numerics 2.6 - Announcement, Explanations and Sample Code.New: Linear Curve FittingLinear least-squares fitting (regression) to lines, polynomials and linear combinations of...

View Article


Updated Release: Math.NET Numerics v2.6.0 (Jul 26, 2013)

What's New in Math.NET Numerics 2.6 - Announcement, Explanations and Sample Code.New: Linear Curve FittingLinear least-squares fitting (regression) to lines, polynomials and linear combinations of...

View Article

Released: Math.NET Numerics v2.6.0 (Jul 26, 2013)

What's New in Math.NET Numerics 2.6 - Announcement, Explanations and Sample Code.New: Linear Curve FittingLinear least-squares fitting (regression) to lines, polynomials and linear combinations of...

View Article

Updated Release: Math.NET Numerics v2.6.0 (Jul 26, 2013)

What's New in Math.NET Numerics 2.6 - Announcement, Explanations and Sample Code.New: Linear Curve FittingLinear least-squares fitting (regression) to lines, polynomials and linear combinations of...

View Article


New Post: Help with Matrix XmlSerialization

Hi, I need to serialize a Matriz in order to store it in the database. Currently I'm trying to do this using XmlSerializer, but its throwing InvalidOperationException:...

View Article


New Post: Bug or By Design? Non-power-of-2 IntegralTransforms introduce noise...

I am new to the world of FFT. Whenever new to an area, I like to experiment. Not knowing the performance characteristics of Transform, DFT.BluesteinForward, or DFT.Radix2Forward I wanted to do some...

View Article

New Post: Bug or By Design? Non-power-of-2 IntegralTransforms introduce noise...

Hi, This is certainly not by design/intended. It could either be a straight bug in the Bluestein implementation, or a numerical stability/robustness issue. Either way it should be fixed. Thanks for the...

View Article

New Post: Help with Matrix XmlSerialization

Hi, Do you need the serialization to be in XML (for technical, standardization or whatever reasons), or would a simple text-based delimiter format like CSV or TSV work as well? If yes, I'd recommend to...

View Article

New Post: Help with Matrix XmlSerialization

Hi Christoph! Thanks for your response! I do need to use XmlSerialization. I'll try to explain why. I have a bunch of assembiles reflcted at runtime and its information stored in a table for late...

View Article


New Post: Estimate mu and sigma

Hi, I have a sample of values, and I like to find the mu and sigma to fit to a logn distribution. I try to convert a Matlab code, that is using the lognfit method. Does anybody has an idea to do this?

View Article

New Post: Help with Matrix XmlSerialization

Interesting setup! Quick question: would it be an option to use a surrogate object, i.e. make the XlsToMatrix function return something like a SerializableMatrix<T> instead of a Matrix<T>?...

View Article


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

BUG: Fix bug in ArrayStatistics.Variance on arrays longer than 46341 entries. GitHub Issue #137.

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.

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

Created 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
Browsing all 971 articles
Browse latest View live