Angara.Statistics 0.1.4

.NET Framework 4.5.2
dotnet add package Angara.Statistics --version 0.1.4
NuGet\Install-Package Angara.Statistics -Version 0.1.4
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="Angara.Statistics" Version="0.1.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Angara.Statistics --version 0.1.4
#r "nuget: Angara.Statistics, 0.1.4"
#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 Angara.Statistics as a Cake Addin
#addin nuget:?package=Angara.Statistics&version=0.1.4

// Install Angara.Statistics as a Cake Tool
#tool nuget:?package=Angara.Statistics&version=0.1.4

Includes Mersenne twister random number generator, common probability distributions, statistics and quantiles, kernel density estimator, Metropolis-Hastings MCMC sampler.

Product Versions
.NET Framework net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Angara.Statistics:

Package Downloads
Angara.Base

Combines base libraries of Angara such as statistics, tables, chart and visualization, configures serialization.

Angara.Table

Angara.Table is a .NET library that provides types representing plain tables. It allows loading and saving tables using text delimited formats (CSV) and facilitates operations on tables.

Itis.Angara.Table

Angara.Table is a .NET library that provides types representing plain tables. It allows loading and saving tables using text delimited formats (CSV) and facilitates operations on tables.

Itis.Angara.Base

Combines base libraries of Angara such as statistics, tables, chart and visualization, configures serialization.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.4 11,096 4/20/2016

Sampler state can be serialized to continue unfinished computation.
Fixed Mersenne twister copy constructor