OnTheFlyStats 1.0.2
See the version list below for details.
dotnet add package OnTheFlyStats --version 1.0.2
NuGet\Install-Package OnTheFlyStats -Version 1.0.2
<PackageReference Include="OnTheFlyStats" Version="1.0.2" />
paket add OnTheFlyStats --version 1.0.2
#r "nuget: OnTheFlyStats, 1.0.2"
// Install OnTheFlyStats as a Cake Addin #addin nuget:?package=OnTheFlyStats&version=1.0.2 // Install OnTheFlyStats as a Cake Tool #tool nuget:?package=OnTheFlyStats&version=1.0.2
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- No dependencies.
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 | 300 | 9/9/2023 |
6.2.1 | 167 | 9/8/2023 |
6.1.1 | 195 | 8/31/2023 |
6.0.0 | 322 | 2/27/2023 |
5.0.0 | 532 | 1/30/2022 |
4.1.0 | 496 | 1/29/2022 |
4.0.0 | 317 | 12/14/2021 |
3.5.0 | 515 | 3/23/2021 |
3.4.0 | 392 | 3/21/2021 |
3.3.1 | 451 | 3/21/2021 |
3.3.0 | 425 | 3/21/2021 |
3.2.0 | 411 | 2/14/2021 |
3.1.0 | 2,339 | 6/15/2018 |
3.0.0 | 983 | 6/8/2018 |
2.4.0 | 948 | 6/5/2018 |
2.3.0 | 1,252 | 4/1/2018 |
2.2.0 | 1,125 | 3/31/2018 |
2.1.0 | 1,044 | 3/31/2018 |
2.0.0 | 1,130 | 3/25/2018 |
1.4.0 | 1,107 | 3/25/2018 |
1.3.0 | 1,024 | 3/25/2018 |
1.2.0 | 1,053 | 3/22/2018 |
1.1.0 | 1,006 | 3/20/2018 |
1.0.2 | 991 | 3/20/2018 |
1.0.1 | 902 | 3/20/2018 |
1.0.0 | 1,019 | 3/17/2018 |
changed comments to be more explicit