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,...
More information
Easy to use library for computing math formulas, mean and proportion. Is a basis of Rychusoft.NumericalLibraries.
var calc = new Calculator("8^2+5-cos(2*PI)");
var result = calc.Compute(); // result = 68"
A small evaluation tool to calculate the jaccard similarity index and distance. It also includes mean jaccard index and distance which considers the order of the elements as well.
A library of statistics algorithms for numeric arrays.Including Sort,Mean,Median,Mode,StandardDeviation, Variance, Paercentile, (1st,2nd,3rd Quartile),ZScore,InterquartileRange