CenterSpace.NMath 6.2.0.48

Suggested Alternatives

CenterSpace.NMath.Standard.Windows.X64

Additional Details

Please switch to one of the NMath.Standard packages.

There is a newer version of this package available.
See the version list below for details.
dotnet add package CenterSpace.NMath --version 6.2.0.48
NuGet\Install-Package CenterSpace.NMath -Version 6.2.0.48
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CenterSpace.NMath" Version="6.2.0.48" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CenterSpace.NMath --version 6.2.0.48
#r "nuget: CenterSpace.NMath, 6.2.0.48"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CenterSpace.NMath as a Cake Addin
#addin nuget:?package=CenterSpace.NMath&version=6.2.0.48

// Install CenterSpace.NMath as a Cake Tool
#tool nuget:?package=CenterSpace.NMath&version=6.2.0.48

Foundational classes for financial, engineering, and scientific applications, including complex number classes, general vector and matrix classes, structured sparse matrix classes and factorizations, general sparse matrix classes and factorizations, general matrix decompositions, least squares solutions, random number generators, Fast Fourier Transforms (FFTs), numerical integration and differentiation methods, function minimization, curve fitting, root-finding, linear and nonlinear programming.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 34,359 1/10/2020
6.2.0.57 2,306 12/3/2019
6.2.0.56 3,834 9/27/2019
6.2.0.55 3,489 7/23/2019
6.2.0.54 2,080 6/30/2019
6.2.0.53 2,464 4/20/2019
6.2.0.52 2,004 4/15/2019
6.2.0.51 2,004 3/23/2019
6.2.0.50 4,673 1/5/2019
6.2.0.48 2,117 1/3/2019
6.2.0.47 4,102 12/25/2018
6.2.0.46 3,128 12/13/2018
6.2.0.44 11,992 11/23/2018
6.2.0.43 5,429 8/11/2018
6.2.0.42 12,632 4/16/2018
6.2.0.41 3,410 3/10/2018
6.2.0.40 7,971 2/13/2018
6.2.0.39 2,400 1/31/2018
6.2.0.38 2,438 1/20/2018
6.2.0.37 2,625 1/1/2018
6.2.0.36 2,290 12/14/2017
6.2.0.35 2,470 12/10/2017
6.2.0.34 2,344 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).