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

Hi @cdrnet You library is great, however by default the interpolation functions also extrapolate, which is not always desired. Although I know a user is (in most cases) likely able...

Support `[ReadOnly]Span`, because unlike arrays, it cannot be cast to `IEnumerable` without an extra copy. `Memory` has a Span property that does not copy so no need to add a...

Hi @cdrnet, I ran into a situation where I wanted to have the (LinearSpline) interpolation to fail when the two points used for interpolation are not within a certain range...

Hello. Does Math.Net have implementation for splev and splprep (https://docs.scipy.org/doc/scipy/reference/generated/scipy.interpolate.splprep.html) ?

Using [this article](http://reliawiki.org/index.php/Simple_Linear_Regression_Analysis#Simple_Linear_Regression_Analysis) for inspiration (scroll down to _Hypothesis Tests in Simple Linear Regression - t Tests_). Main Ideas: A) I calculated the T-Statistic on a per-parameter basis (slope vs....

Deming/Orthogonal regression, least-Squares fitting the points in the 2D dataset (x,y) to a line ` a*x + b*y + c = 0 ` For delta equal 1 (the default value),...

I tried following https://numerics.mathdotnet.com/Build but it's a little out of date. Is there a more up to date doc? Which NuGet packages do I need to build MklWinBuild? Can I...

The following test fails when using MapIndexedInplace on a sparse matrix with the Zeros.AllowSkip option. Somehow the iteration starts of with i=0, j=1 as indices. [Test] public void Sparse_MapIndexedInplace_AllowSkipZeros_Bug() {...

I tried to load a mat file using v5.0 of the MathNet.Numerics.Data.Matlab library, and all generic arguments require a struct. How can I load the 3D arrays in a cell...

[docs/index.md](https://github.com/mathnet/mathnet-numerics/blob/master/docs/index.md) insists that "You need a recent version of Mono in order to use Math.NET Numerics on anything other than Windows." I suspect this is no longer true since I...