pi.science.api 1.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package pi.science.api --version 1.2.0
NuGet\Install-Package pi.science.api -Version 1.2.0
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="pi.science.api" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add pi.science.api --version 1.2.0
#r "nuget: pi.science.api, 1.2.0"
#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 pi.science.api as a Cake Addin
#addin nuget:?package=pi.science.api&version=1.2.0

// Install pi.science.api as a Cake Tool
#tool nuget:?package=pi.science.api&version=1.2.0

PI Science API

Scientific library for .NET (standard 2.0).

Supported areas:

  • Statistics (descriptive statistics, statistics classes) .
  • Math (matrices, Cramer`s rule, Gamma function, Beta function, Error function, Gamma incomplete function, numerical integration-Trapezoidal rulealternate text is missing from this package README image, numerical integration-Rectangle rulealternate text is missing from this package README image, numerical integration-Simpsons rulealternate text is missing from this package README image).
  • Discrete math (primes, prime factorization, prime factorization-Fermat).
  • Probability (factorial, combination, Catalan number).
  • Regression (linear, polynomial, exponential, exponential modified, power, Gompertz, logistic).
  • Smoothing (moving average, median smoothing, simple exponential smoothing, double exponential smoothing).
  • Probability distribution (normal distribution, chi-square distribution, students distribution, f distribution, log-normal distribution, exponential distribution, Poisson distribution, Erlang distribution, Weibull distribution, Rayleigh distribution, Pareto distributionalternate text is missing from this package README image).

Examples

Examples for every area you can find here.

HTML documentation included (for download here.).

TEST classes you can download here.

alternate text is missing from this package README image

Scheduled areas for next development:

Integrals, correlations, interpolations, hypothesis testing, fractions support, neural networks, graph algorithms, cluster analysis...

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.0 1,699 8/28/2022
1.3.4 887 5/11/2020
1.3.2 449 5/11/2020
1.3.0 616 1/1/2020
1.2.8 503 9/24/2019
1.2.6 479 8/21/2019
1.2.4 527 7/31/2019
1.2.2 522 7/9/2019
1.2.0 510 6/27/2019
1.1.8 512 6/23/2019
1.1.6 538 6/14/2019
1.1.4 505 6/14/2019
1.1.2 542 6/11/2019
1.1.0 584 6/9/2019

+ Added new class pi.science.math.PINumericalIntegration.
+ Added new class pi.science.math.PINumericalIntegrationTrapezoidal.
+ Added new test class pi.science.math.test.PINumericalIntegrationTrapezoidalTest.
# Into pi.statistics.api.PIVariable.Clear() added calling pi.statistics.api.PIVariable.Reset().
+ Added new class pi.science.math.PINumericalIntegrationRectangle.
+ Added new test class pi.science.math.test.PINumericalIntegrationRectangleTest.
+ Added new class pi.science.math.PINumericalIntegrationSimpson.
+ Added new test class pi.science.math.test.PINumericalIntegrationSimpsonTest.
+ Added class pi.science.distribution.PIParetoDistribution.
+ Added test class pi.science.distribution.test.PIParetoDistributionTest.