MathNet.Numerics 2.5.0

Math.NET Numerics is the numerical foundation of the Math.NET project, aiming to provide methods and algorithms for numerical computations in science, engineering and every day use. Numerics is the result of merging dnAnalytics with Math.NET Iridium and is intended to replace both. Also includes a portable build supporting .Net 4 and higher, SL5, WP8 and .NET for Windows Store apps.

Showing the top 20 packages that depend on MathNet.Numerics.

Packages Downloads
Akka.Persistence.TCK
Testkit for Persistence actor support for Akka.NET
21
Akka.Persistence.TCK
Testkit for Persistence actor support for Akka.NET
17
Akka.Persistence.TCK
Testkit for Persistence actor support for Akka.NET
15
Akka.Persistence.TCK
Testkit for Persistence actor support for Akka.NET
14
Akka.Persistence.TCK
Testkit for Persistence actor support for Akka.NET
13
Akka.Persistence.TCK
Testkit for Persistence actor support for Akka.NET
12
Akka.Persistence.TCK
Testkit for Persistence actor support for Akka.NET
11
Akka.Persistence.TCK
Testkit for Persistence actor support for Akka.NET
5
Akka.Persistence.TCK
Testkit for Persistence actor support for Akka.NET
4

### Potentially Breaking Changes: Despite semver this release contains two changes that may break code but without triggering a major version number change. The changes fix semantic bugs and a major usability issue without changing the formal API itself. Most users are not expected to be affected negatively. Nevertheless, this is an exceptional case and we try hard to avoid such changes in the future. - Statistics: Empty statistics now return NaN instead of either 0 or throwing an exception. *This may break code in case you relied upon the previous unusual and inconsistent behavior.* - Linear Algebra: More reasonable ToString behavior for matrices and vectors. *This may break code if you relied upon ToString to export your full data to text form intended to be parsed again later. Note that the classes in the MathNet.Numerics.IO library are more appropriate for storing and loading data.* ### Statistics: - More consistent behavior for empty and single-element data sets: Min, Max, Mean, Variance, Standard Deviation etc. no longer throw exceptions if the data set is empty but instead return NaN. Variance and Standard Deviation will also return NaN if the set contains only a single entry. Population Variance and Population Standard Deviation will return 0 in this case. - Reworked order statistics (Quantile, Quartile, Percentile, IQR, Fivenum, etc.), now much easier to use and supporting compatibility with all 9 R-types, Excel and Mathematica. The obsolete Percentile class now leverages the new order statistics, fixing a range check bug as side effect. - New Hybrid Monte Carlo sampler for multivariate distributions. - New financial statistics: absolute risk and return measures. - Explicit statistics for sorted arrays, unsorted arrays and sequences/streams. Faster algorithms on sorted data, also avoids multiple enumerations. - Some statistics like Quantile or empirical inverse CDF can optionally return a parametric function when multiple evaluations are needed, like for plotting. ### Linear Algebra: - More reasonable ToString behavior for matrices and vectors: `ToString` methods no longer render the whole structure to a string for large data, among others because they used to wreak havoc in debugging and interactive scenarios like F# FSI. Instead, ToString now only renders an excerpt of the data, together with a line about dimension, type and in case of sparse data a sparseness indicator. The intention is to give a good idea about the data in a visually useful way. How much data is shown can be adjusted in the Control class. See also ToTypeString and ToVector/MatrixString. - Performance: reworked and tuned common parallelization. Some operations are up to 3 magnitudes faster in some extreme cases. Replaced copy loops with native routines. More algorithms are storage-aware (and should thus perform better especially on sparse data). - Fixed range checks in the Thin-QR decomposition. - Fixed bug in Gram Schmidt for solving tall matrices. - Vectors now implement the BCL IList interfaces (fixed-length) for better integration with existing .Net code. - Matrix/Vector parsing has been updated to be able to parse the new visual format as well (see ToMatrixString). - DebuggerDisplay attributes for matrices and vectors. - Map/IndexedMap combinators with storage-aware and partially parallelized implementations for both dense and sparse data. - Reworked Matrix/Vector construction from arrays, enumerables, indexed enumerables, nested enumerables or by providing an init function/lambda. Non-obsolete constructors now always use the raw data array directly without copying, while static functions always return a matrix/vector independent of the provided data source. - F#: Improved extensions for matrix and vector construction: create, zeroCreate, randomCreate, init, ofArray2, ofRows/ofRowsList, ofColumns/ofSolumnsList, ofSeqi/Listi (indexed). Storage-aware for performance. - F#: Updated map/mapi and other combinators to leverage core implementation, added -nz variants where zero-values may be skipped (relevant mostly for sparse matrices). - F#: Idiomatic slice setters for sub-matrices and sub-vectors - F#: More examples for matrix/vector creation and linear regression in the F# Sample-package. ### Misc: - Control: Simpler usage with new static ConfigureAuto and ConfigureSingleThread methods. Resolved misleading configuration logic and naming around disabling parallelization. - Control: New settings for linear algebra ToString behavior. - Fixed range check in the Xor-shift pseudo-RNG. - Parallelization: Reworked our common logic to avoid expensive lambda calls in inner loops. Tunable. - F#: Examples (and thus the NuGet Sample package) are now F# scripts prepared for experimenting interactively in FSI, instead of normal F# files. Tries to get the assembly references right for most users, both within the Math.NET Numerics solution and the NuGet package. - Various minor improvements on consistency, performance, tests, xml docs, obsolete attributes, redundant code, argument checks, resources, cleanup, nuget, etc.

This package has no dependencies.

Version Downloads Last updated
6.0.0-beta2 15 03/06/2025
6.0.0-beta1 15 11/17/2024
5.0.0 14 11/19/2024
5.0.0-beta02 19 11/19/2024
5.0.0-beta01 19 11/19/2024
5.0.0-alpha16 17 11/19/2024
5.0.0-alpha15 17 11/19/2024
5.0.0-alpha14 15 11/19/2024
5.0.0-alpha13 14 11/19/2024
5.0.0-alpha12 14 11/19/2024
5.0.0-alpha11 13 11/19/2024
5.0.0-alpha10 13 11/19/2024
5.0.0-alpha09 15 11/19/2024
5.0.0-alpha08 13 11/19/2024
5.0.0-alpha07 14 11/19/2024
5.0.0-alpha06 13 11/19/2024
5.0.0-alpha05 12 11/19/2024
5.0.0-alpha04 13 11/19/2024
5.0.0-alpha03 14 11/19/2024
5.0.0-alpha02 14 11/19/2024
5.0.0-alpha01 16 11/19/2024
4.15.0 17 11/19/2024
4.14.0 14 11/19/2024
4.13.0 14 11/19/2024
4.12.0 18 11/19/2024
4.11.0 15 11/19/2024
4.10.0 18 11/19/2024
4.9.1 12 11/19/2024
4.9.0 11 11/19/2024
4.8.1 13 11/19/2024
4.8.0 14 11/19/2024
4.8.0-beta02 16 11/19/2024
4.8.0-beta01 18 11/19/2024
4.7.0 14 11/19/2024
4.6.0 12 11/19/2024
4.5.1 15 11/19/2024
4.5.0 10 11/19/2024
4.4.1 14 11/19/2024
4.4.0 13 11/19/2024
4.3.0 14 11/19/2024
4.2.0 15 11/19/2024
4.1.0 16 11/19/2024
4.0.0 13 11/19/2024
4.0.0-beta07 14 11/19/2024
4.0.0-beta06 19 11/19/2024
4.0.0-beta05 17 11/19/2024
4.0.0-beta04 20 11/19/2024
4.0.0-beta03 17 11/19/2024
4.0.0-beta02 19 11/19/2024
4.0.0-beta01 18 11/19/2024
4.0.0-alpha04 14 11/19/2024
4.0.0-alpha03 15 11/19/2024
4.0.0-alpha02 16 11/19/2024
4.0.0-alpha01 17 11/19/2024
3.20.2 12 11/19/2024
3.20.1 15 11/19/2024
3.20.0 12 11/19/2024
3.20.0-beta01 16 11/19/2024
3.19.0 11 11/19/2024
3.18.0 14 11/19/2024
3.17.0 15 11/19/2024
3.16.0 13 11/19/2024
3.15.0 16 11/19/2024
3.14.0-beta03 18 11/19/2024
3.14.0-beta02 17 11/19/2024
3.14.0-beta01 16 11/19/2024
3.13.1 14 11/19/2024
3.13.0 13 11/19/2024
3.12.0 13 11/19/2024
3.11.1 13 11/19/2024
3.11.0 14 11/19/2024
3.10.0 14 11/19/2024
3.9.0 11 11/19/2024
3.8.0 10 11/19/2024
3.7.1 13 11/19/2024
3.7.0 13 11/19/2024
3.6.0 14 11/19/2024
3.5.0 12 11/19/2024
3.4.0 11 11/19/2024
3.3.0 15 11/19/2024
3.3.0-beta2 17 11/19/2024
3.3.0-beta1 20 11/19/2024
3.2.3 15 11/19/2024
3.2.2 17 11/19/2024
3.2.1 14 11/19/2024
3.2.0 19 11/19/2024
3.1.0 14 11/19/2024
3.0.2 16 11/19/2024
3.0.1 16 11/19/2024
3.0.0 12 11/19/2024
3.0.0-beta05 17 11/19/2024
3.0.0-beta04 19 11/19/2024
3.0.0-beta03 18 11/19/2024
3.0.0-beta02 17 11/19/2024
3.0.0-beta01 18 11/19/2024
3.0.0-alpha9 12 11/19/2024
3.0.0-alpha8 15 11/19/2024
3.0.0-alpha7 15 11/18/2024
3.0.0-alpha6 18 11/19/2024
3.0.0-alpha5 15 11/19/2024
3.0.0-alpha4 17 11/19/2024
3.0.0-alpha1 16 11/19/2024
2.6.2 11 11/19/2024
2.6.1 12 11/19/2024
2.6.0 12 11/19/2024
2.5.0 13 11/19/2024
2.4.0 15 11/19/2024
2.3.0 14 11/19/2024
2.2.1 13 11/19/2024
2.2.0 13 11/19/2024
2.1.2 14 11/19/2024
2.1.1 17 11/19/2024