2.1 KiB
2.1 KiB
Change Log
0.2.0
Merged pull requests:
Package changes:
- Add
Correlationfunction - Add
Covariancefunction - Add
StandardDeviationfunction to be the same asStandardDeviationPopulation - Change
Variancefunction to be the same asPopulationVariation - Add helper methods to
Float64Data - Add
Float64Datatype to use instead of[]float64 - Add
Seriestype which references to[]Coordinate
0.1.0
Several functions were renamed in this release. They will still function but may be deprecated in the future.
Package changes:
- Rename
VarPtoPopulationVariance - Rename
VarStoSampleVariance - Rename
LinRegtoLinearRegression - Rename
ExpRegtoExponentialRegression - Rename
LogRegtoLogarithmicRegression - Rename
StdDevPtoStandardDeviationPopulation - Rename
StdDevStoStandardDeviationSample
0.0.9
Closed issues:
Merged pull requests:
Package changes:
- Add HarmonicMean func
- Add GeometricMean func
- Add Outliers stuct and QuantileOutliers func
- Add Interquartile Range, Midhinge and Trimean examples
- Add Trimean
- Add Midhinge
- Add Inter Quartile Range
- Add Quantiles struct and Quantile func
- Add Nearest Rank method of calculating percentiles
- Add errors for all functions
- Add sample
- Add Linear, Exponential and Logarithmic Regression
- Add sample and population variance and deviation
- Add Percentile and Float64ToInt
- Add Round
- Add Standard deviation
- Add Sum
- Add Min and Ma- x
- Add Mean, Median and Mode