2.1 KiB
2.1 KiB
Change Log
0.2.0
Merged pull requests:
Package changes:
- Add
Correlation
function - Add
Covariance
function - Add
StandardDeviation
function to be the same asStandardDeviationPopulation
- Change
Variance
function to be the same asPopulationVariation
- Add helper methods to
Float64Data
- Add
Float64Data
type to use instead of[]float64
- Add
Series
type 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
VarP
toPopulationVariance
- Rename
VarS
toSampleVariance
- Rename
LinReg
toLinearRegression
- Rename
ExpReg
toExponentialRegression
- Rename
LogReg
toLogarithmicRegression
- Rename
StdDevP
toStandardDeviationPopulation
- Rename
StdDevS
toStandardDeviationSample
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