Change Log
Merged pull requests:
- Fixed typographical error, changed accomdate to accommodate in README. #5 (saromanov)
Package changes:
- Add
Correlation
function
- Add
Covariance
function
- Add
StandardDeviation
function to be the same as StandardDeviationPopulation
- Change
Variance
function to be the same as PopulationVariation
- Add helper methods to
Float64Data
- Add
Float64Data
type to use instead of []float64
- Add
Series
type which references to []Coordinate
Several functions were renamed in this release. They will still function but may be deprecated in the future.
Package changes:
- Rename
VarP
to PopulationVariance
- Rename
VarS
to SampleVariance
- Rename
LinReg
to LinearRegression
- Rename
ExpReg
to ExponentialRegression
- Rename
LogReg
to LogarithmicRegression
- Rename
StdDevP
to StandardDeviationPopulation
- Rename
StdDevS
to StandardDeviationSample
Closed issues:
- Functions have unexpected side effects #3
- Percentile is not calculated correctly #2
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