OnTheFlyStats 3.5.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. Create Confusion Matrixes using ReceiverOperatorCharacteristic class, that will calculate Accuracy etc. on the fly.
Install-Package OnTheFlyStats -Version 3.5.0
dotnet add package OnTheFlyStats --version 3.5.0
<PackageReference Include="OnTheFlyStats" Version="3.5.0" />
paket add OnTheFlyStats --version 3.5.0
#r "nuget: OnTheFlyStats, 3.5.0"
// Install OnTheFlyStats as a Cake Addin #addin nuget:?package=OnTheFlyStats&version=3.5.0 // Install OnTheFlyStats as a Cake Tool #tool nuget:?package=OnTheFlyStats&version=3.5.0
Release Notes
Now Stats can be properly serialized and deserialized using Newtonsoft.JSON
Dependencies
-
.NETStandard 2.0
- Newtonsoft.Json (>= 12.0.3)
- StandardInterfaces (>= 2.0.0)
- TextFormatting (>= 2.0.0)
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.5.0 | 37 | 3/23/2021 |
3.4.0 | 67 | 3/21/2021 |
3.3.1 | 106 | 3/21/2021 |
3.3.0 | 119 | 3/21/2021 |
3.2.0 | 64 | 2/14/2021 |
3.1.0 | 760 | 6/15/2018 |
3.0.0 | 492 | 6/8/2018 |
2.4.0 | 450 | 6/5/2018 |
2.3.0 | 635 | 4/1/2018 |
2.2.0 | 622 | 3/31/2018 |
2.1.0 | 545 | 3/31/2018 |
2.0.0 | 600 | 3/25/2018 |
1.4.0 | 592 | 3/25/2018 |
1.3.0 | 516 | 3/25/2018 |
1.2.0 | 561 | 3/22/2018 |
1.1.0 | 538 | 3/20/2018 |
1.0.2 | 511 | 3/20/2018 |
1.0.1 | 455 | 3/20/2018 |
1.0.0 | 545 | 3/17/2018 |