OnTheFlyStats 1.2.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.
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>OnTheFlyStats</id>
<version>1.2.0</version>
<authors>Piotr Falkowski</authors>
<owners>Piotr Falkowski</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/PFalkowski/OnTheFlyStats</projectUrl>
<description>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.</description>
<releaseNotes>override ToString()</releaseNotes>
<copyright>Piotr Falkowski © 2018</copyright>
<tags>statistics, on-the-fly, eager, O(N), average, mean, variance, standardDeviation, population, sample</tags>
<repository type="git" url="https://github.com/PFalkowski/OnTheFlyStats" />
<dependencies>
<group targetFramework=".NETStandard2.0" />
</dependencies>
</metadata>
</package>