OnTheFlyStats 4.0.0
See the version list below for details.
Install-Package OnTheFlyStats -Version 4.0.0
dotnet add package OnTheFlyStats --version 4.0.0
<PackageReference Include="OnTheFlyStats" Version="4.0.0" />
paket add OnTheFlyStats --version 4.0.0
#r "nuget: OnTheFlyStats, 4.0.0"
// Install OnTheFlyStats as a Cake Addin
#addin nuget:?package=OnTheFlyStats&version=4.0.0
// Install OnTheFlyStats as a Cake Tool
#tool nuget:?package=OnTheFlyStats&version=4.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. Create Confusion Matrixes using ReceiverOperatorCharacteristic class, that will calculate Accuracy etc. on the fly.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Newtonsoft.Json (>= 12.0.3)
- StandardInterfaces (>= 2.0.0)
- TextFormatting (>= 2.0.0)
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 |
---|---|---|
5.0.0 | 84 | 1/30/2022 |
4.1.0 | 64 | 1/29/2022 |
4.0.0 | 87 | 12/14/2021 |
3.5.0 | 224 | 3/23/2021 |
3.4.0 | 175 | 3/21/2021 |
3.3.1 | 206 | 3/21/2021 |
3.3.0 | 220 | 3/21/2021 |
3.2.0 | 168 | 2/14/2021 |
3.1.0 | 1,315 | 6/15/2018 |
3.0.0 | 658 | 6/8/2018 |
2.4.0 | 614 | 6/5/2018 |
2.3.0 | 844 | 4/1/2018 |
2.2.0 | 789 | 3/31/2018 |
2.1.0 | 709 | 3/31/2018 |
2.0.0 | 787 | 3/25/2018 |
1.4.0 | 781 | 3/25/2018 |
1.3.0 | 694 | 3/25/2018 |
1.2.0 | 733 | 3/22/2018 |
1.1.0 | 694 | 3/20/2018 |
1.0.2 | 668 | 3/20/2018 |
1.0.1 | 593 | 3/20/2018 |
1.0.0 | 701 | 3/17/2018 |
The argument names for ROC were confusing - now they are replaced with 'real' and 'predicted' names.