Angara.Statistics 0.1.4

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.
<PackageVersion Include="Angara.Statistics" Version="0.1.4" />
                    
Directory.Packages.props
<PackageReference Include="Angara.Statistics" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=Angara.Statistics&version=0.1.4
                    
Install Angara.Statistics as a Cake Addin
#tool nuget:?package=Angara.Statistics&version=0.1.4
                    
Install Angara.Statistics as a Cake Tool

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

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  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 (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.Base

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

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

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

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