Info
Version: | 7.0.0 |
Author(s): | Piotr Falkowski |
Last Update: | Thursday, January 30, 2025 |
.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
By computing the base terms with each new observation, the retrieval of statistics at any time is O(1). 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.