Info
Version: | 6.3.0 |
Author(s): | Piotr Falkowski |
Last Update: | Saturday, September 9, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/PFalkowski/OnTheFlyStats |
NuGet Url: | https://www.nuget.org/packages/OnTheFlyStats |
Install
Install-Package OnTheFlyStats
dotnet add package OnTheFlyStats
paket add OnTheFlyStats
OnTheFlyStats Download (Unzip the "nupkg" after downloading)
Dependencies
- TextFormatting(>= 1.0.0)
Tags
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.