OnTheFlyStats 2.0.0
Do you find yourself adding numbers to the collection and recalculating mean each time? This package is intended to solve the issue. The statistics are always ready and calculating mean for next element does not require iterating over whole collection. On-the-fly calculation of mean, variance, standard deviation, ZScore, sum, min, max and more supported.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package OnTheFlyStats -Version 2.0.0
dotnet add package OnTheFlyStats --version 2.0.0
<PackageReference Include="OnTheFlyStats" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OnTheFlyStats --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: OnTheFlyStats, 2.0.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
Change IStatsFormatter to generic IFormatter<T>
Dependencies
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on OnTheFlyStats:
Package | Downloads |
---|---|
Stocks.Data.Infrastructure
Infrastracture for persistance of stock quotes in daily format (open, high, low, close) and import from CSV files in .NET Standard 2.1
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
3.2.0 | 45 | 2/14/2021 |
3.1.0 | 696 | 6/15/2018 |
3.0.0 | 465 | 6/8/2018 |
2.4.0 | 422 | 6/5/2018 |
2.3.0 | 602 | 4/1/2018 |
2.2.0 | 595 | 3/31/2018 |
2.1.0 | 518 | 3/31/2018 |
2.0.0 | 573 | 3/25/2018 |
1.4.0 | 565 | 3/25/2018 |
1.3.0 | 488 | 3/25/2018 |
1.2.0 | 534 | 3/22/2018 |
1.1.0 | 512 | 3/20/2018 |
1.0.2 | 485 | 3/20/2018 |
1.0.1 | 429 | 3/20/2018 |
1.0.0 | 512 | 3/17/2018 |