CenterSpace.NMath
6.2.0.53
CenterSpace.NMath.Standard.Windows.X64
Additional DetailsPlease switch to one of the NMath.Standard packages.
See the version list below for details.
dotnet add package CenterSpace.NMath --version 6.2.0.53
NuGet\Install-Package CenterSpace.NMath -Version 6.2.0.53
<PackageReference Include="CenterSpace.NMath" Version="6.2.0.53" />
paket add CenterSpace.NMath --version 6.2.0.53
#r "nuget: CenterSpace.NMath, 6.2.0.53"
// Install CenterSpace.NMath as a Cake Addin #addin nuget:?package=CenterSpace.NMath&version=6.2.0.53 // Install CenterSpace.NMath as a Cake Tool #tool nuget:?package=CenterSpace.NMath&version=6.2.0.53
If you're targeting .NET Framework (4.6.1 or greater) or .NET Core (2.0 or greater), we recommend switching to one of our NMath 7.0 versions. They're simpler and easier to use. We have three options: Windows, Linux, OSX. All are 64-bit only. More information
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Microsoft.Solver.Foundation (>= 3.1.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on CenterSpace.NMath:
Package | Downloads |
---|---|
CenterSpace.NMath.Stats
Classes for data manipulation and statistical computation, including descriptive statistics, probability distributions, combinatorial functions, multiple linear regression, hypothesis testing, analysis of variance, multivariate statistics, partial least squares, and nonnegative matrix factorization. |
|
CenterSpace.NMath.Charting.Microsoft
Charting for CenterSpace.NMath types using the Microsoft Chart Controls for .NET, creating a complete data analysis and visualization solution. |
|
AreaCalculator
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
6.2.0.58 | 43,259 | 1/10/2020 | |
6.2.0.57 | 2,599 | 12/3/2019 | |
6.2.0.56 | 4,084 | 9/27/2019 | |
6.2.0.55 | 3,804 | 7/23/2019 | |
6.2.0.54 | 2,348 | 6/30/2019 | |
6.2.0.53 | 2,664 | 4/20/2019 | |
6.2.0.52 | 2,256 | 4/15/2019 | |
6.2.0.51 | 2,320 | 3/23/2019 | |
6.2.0.50 | 4,871 | 1/5/2019 | |
6.2.0.48 | 2,425 | 1/3/2019 | |
6.2.0.47 | 4,321 | 12/25/2018 | |
6.2.0.46 | 3,422 | 12/13/2018 | |
6.2.0.44 | 12,190 | 11/23/2018 | |
6.2.0.43 | 5,931 | 8/11/2018 | |
6.2.0.42 | 13,053 | 4/16/2018 | |
6.2.0.41 | 5,061 | 3/10/2018 | |
6.2.0.40 | 8,230 | 2/13/2018 | |
6.2.0.39 | 2,585 | 1/31/2018 | |
6.2.0.38 | 2,726 | 1/20/2018 | |
6.2.0.37 | 2,949 | 1/1/2018 | |
6.2.0.36 | 2,507 | 12/14/2017 | |
6.2.0.35 | 2,666 | 12/10/2017 | |
6.2.0.34 | 2,653 | 12/8/2017 |
Version 6.2.0.43 switches from 2013 C++ runtime to 2017 C++ runtime.
Version 6.2 adds classes for performing Discrete Wavelet Transforms (DWTs) using most
common wavelet families, including Harr, Daubechies, Symlet, Best Localized,
and Coiflet, for solving stiff and non-stiff ordinary differential equations, for finding
peaks subject to rules about peak height and peak separation (analogous to MATLAB's findpeaks()
function), and for finding roots of univariate functions using the zeroin() root finder
(similar to MATLAB's fzero() function).