metanumerics icon indicating copy to clipboard operation
metanumerics copied to clipboard

Meta.Numerics is library for advanced numerical computing on the .NET platform. It offers an object-oriented API for statistical analysis, advanced functions, Fourier transforms, numerical integration...

Results 23 metanumerics issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Hi, I'm getting issues with calculating nonlinear regression with my data. Data in attached file (which is csv file with "," decimal delimiter and ";" column separator) contains 2 variables:...

For the following matrix: 44.6667 -392.0000 -66.0000 -392.0000 3488.0000 504.0001 -66.0000 504.0001 216.0001 RectangularMatrix.SingularValueDecomposition throws: Meta.Numerics.NonconvergenceException : The algorithm did not converge within the allowed number of iterations. For slightly...

The Statistics class has Skewness() and PopulationSkewness() methods where skewness has a bessel correction. However if you make a new instance of Sample, the two (extension) methods Skewness() and PopulationSkewness()...

Hi I'm not sure if this is an issue, but I'm using the K-S test for 2 samples to examine the compatibility of samples. I've found that if I use...

Series near origin, asymptotic for large |z|, integration in between.

enhancement

We use QR decomposition to do MultiLinearRegression. The QRDecomposition produces the full n X n Q, which is too big for memory for large data sets (e.g. n = 10000)....

enhancement

Circular sample analysis for Mean, variance, moments, Kuiper tests, etc. Abstract circular distribution and concrete sub-types including von Mies, uniform, wrapped normal, etc. Does not include support for spherical and...

enhancement

The Kuiper Exact Test is generalizable to r X c contingency tables. Just iterate over all tables with the same marginal totals, compute the probability of each, and add up...

enhancement