- Updated to Swift 5.0.
- Updated to Swift 4.2.
- Updated to Swift 4.0.
- Updated to Swift 3.1.
- Added
uniqueValues
,frequencies
andrank
functions.
- Added
centralMoment
,coefficientOfVariationSample
,kurtosisA
,kurtosisB
,Sigma.quantiles
,skewnessA
,skewnessB
andstandardErrorOfTheMean
functions. - Renamed
percentile1
function topercentile
.
- Added
normalDistribution
,normalQuantile
andnormalDensity
functions. - Removed
σ
alias forSigma
class.
- Updated to Xcode 8 beta 5.
- Added support for Swift Package Manager
- Converted the library to Swift 3.0.
- Added
percentile1
method.