mathnet-numerics icon indicating copy to clipboard operation
mathnet-numerics copied to clipboard

Math.NET Numerics

Results 210 mathnet-numerics issues
Sort by recently updated
recently updated
newest added

Implemented and tested cross correlation, similar to the functionality in numpy. The function was added as `Correlation.CrossCorrelation(IList x, IList y, CorrelationMode mode)` where mode can either be `Valid`, `Same`, or...

Hi all, I recently was looking for a Brent minimizer when porting some python code to C# and I was hoping to find it here. `FindMinimum.OfScalarFunctionConstrained()` was pretty close, but...

Regarding issue #304, I don't know if it is good enough but this is as far as I got. It does not resolve issues related to `Matrix` to `Matrix` conversions...

- Added a few paket-related steps to "Getting started". - Added .NET 3.5 build steps for Win10 in Build.md.

This is still a work in progress, I'd welcome comments, corrections, guidance, etc. This pull request implements a truncated normal distribution as described on [Wikipedia](https://en.wikipedia.org/wiki/Truncated_normal_distribution) and the references in that...

i think it should be great if mathnet has more financial Methods so i added financial technical indicator Average True Range (ATR). It would be great if you merges this...

Adding Minkowski Distance to the histogram class, it can be used to compare two histograms

I've found a certain matrix for which the QR-factoriazation fails with an exception. As the matrix is quite huge I added it as a csv and wrote a Unittest which...

I've found a C# version of code that appears to be used by e.g. Apple to compute the Gamma function, together with evidence that it's been around the web since...

needs decision

Adds symmetric matrices. -Symmetric class family SquareMatrix->SymmetricMatrix->SymmetricDenseMatrix There are some choices that need to be made here: a) The transpose of a symmetric matrix is the same as the original...