OnTheFlyStats 6.3.0

dotnet add package OnTheFlyStats --version 6.3.0
NuGet\Install-Package OnTheFlyStats -Version 6.3.0
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="OnTheFlyStats" Version="6.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OnTheFlyStats --version 6.3.0
#r "nuget: OnTheFlyStats, 6.3.0"
#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.
// Install OnTheFlyStats as a Cake Addin
#addin nuget:?package=OnTheFlyStats&version=6.3.0

// Install OnTheFlyStats as a Cake Tool
#tool nuget:?package=OnTheFlyStats&version=6.3.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.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 Downloads Last updated
6.3.0 190 9/9/2023
6.2.1 141 9/8/2023
6.1.1 161 8/31/2023
6.0.0 288 2/27/2023
5.0.0 494 1/30/2022
4.1.0 464 1/29/2022
4.0.0 287 12/14/2021
3.5.0 461 3/23/2021
3.4.0 369 3/21/2021
3.3.1 417 3/21/2021
3.3.0 401 3/21/2021
3.2.0 380 2/14/2021
3.1.0 2,213 6/15/2018
3.0.0 954 6/8/2018
2.4.0 911 6/5/2018
2.3.0 1,201 4/1/2018
2.2.0 1,090 3/31/2018
2.1.0 1,010 3/31/2018
2.0.0 1,093 3/25/2018
1.4.0 1,073 3/25/2018
1.3.0 994 3/25/2018
1.2.0 1,025 3/22/2018
1.1.0 972 3/20/2018
1.0.2 960 3/20/2018
1.0.1 871 3/20/2018
1.0.0 999 3/17/2018

Add Median method to Sample class.