Releases: JimmyMAndersson/StatKit
StatKit beta 7.1
Welcome to the StatKit beta.
StatKit beta 7.1 brings a patch update to the Privacy Manifest.
Fixes:
- The Privacy Manifest has been updated to generate correct and valid App Privacy Reports.
Thanks to @marianstiehler for making this contribution!
Full Changelog:
Feel free to help me develop and maintain this library if you like it!
https://github.com/sponsors/JimmyMAndersson
Thank you, and enjoy using StatKit!
StatKit beta 7
Welcome to the StatKit beta.
StatKit beta 7 brings the Swift 6 language mode and other important updates to the library.
New in this release:
- The Swift 6 language mode has been adopted.
This is a potentially breaking change compared to the previous version, and drops support for several older OS versions. - Two new distributions have been added - the Erlang and Chi-Squared distributions.
- Replaced
UnivariateDistribution.kurtosisrequirements withexcessKurtosis. - Added an App Privacy Manifest.
- Updated the documentation to provide more detailed and accurate descriptions of available types and methods.
Deprecations:
- The
correlationmethod has been removed in favor of separate methods forpearsonR,spearmanR, andkendallTau. - Deprecated
GammaDistribution.init(alpha:beta:)in favor ofGammaDistribution.init(shape:scale:).
Fixes:
- A more comprehensive test suite has been added.
- Existing calculations have been rewritten to provide better performance, accuracy and numerical stability.
Full Changelog:
Feel free to help me develop and maintain this library if you like it!
https://github.com/sponsors/JimmyMAndersson
Thank you, and enjoy using StatKit!
StatKit beta 6.1
Welcome to the StatKit beta.
StatKit beta 6.1 brings updates and bug fixes.
Bugfixes:
- Unsafe build flags that would emit Xcode errors have been removed.
Feel free to help me develop and maintain this library if you like it!
https://github.com/sponsors/JimmyMAndersson
Thank you, and enjoy using StatKit!
StatKit beta 6
Welcome to the StatKit beta.
StatKit beta 6 brings one of the most significant updates so far.
New in this release:
- The Gamma distribution.
- The Generalized Incomplete Gamma function and its regularized counterpart.
- Optimizations of compile time.
- StatKit now runs on Swift 5.7 and above, in order to take advantage of new language features in coming functionality.
Bugfixes:
- A bug concerning logarithmic output in Poisson distribution PMF has been corrected.
Feel free to help me develop and maintain this library if you like it!
https://github.com/sponsors/JimmyMAndersson
Thank you, and enjoy using StatKit!
StatKit beta 5
Welcome to the StatKit beta.
StatKit beta 5 brings new functionality to the standard library components you use every day.
New in this release:
- IMPORTANT: Cocoapods installation has been deprecated in favor of Swift Package Manager.
- The Beta distribution and the regularized incomplete Beta function.
- Logarithmic output is now available on all distributions PDF, PMF, and CDF's.
- Functions that were implemented as extensions of standard library types have been refactored into free functions.
- StatKit documentation is now available in Xcode. Build it using
Shift + Ctrl + Cmd + D!
Bugfixes:
- No bugs have been discovered and fixed in this release.
Feel free to help me develop and maintain this library if you like it!
https://github.com/sponsors/JimmyMAndersson
Thank you, and enjoy using StatKit!
StatKit beta 4
Welcome to the StatKit beta.
StatKit beta 4 brings new functionality to the standard library components you use every day.
New in this release:
- The error of computations is now less than 1e-6.
- Gamma and Beta functions.
- Discrete uniform distribution.
- Geometric distribution.
- Binomial distribution and coefficient.
- Up to 10x performance improvement when generating random samples!
Bug fixes:
- Poisson distributions now include x = 0.
Feel free to help me develop and maintain this library if you like it!
https://github.com/sponsors/JimmyMAndersson
Thank you, and enjoy using StatKit!
StatKit beta 3
Welcome to the StatKit beta.
StatKit beta 3 brings new functionality to the standard library components you use every day. From now, you are able to:
- Compute harmonic means.
- Support for distributions added!
- Work with Continuous Uniform distributions, Normal distributions, Exponential distributions, and Poisson distributions.
Feel free to help me develop and maintain this library if you like it!
https://github.com/sponsors/JimmyMAndersson
Thank you, and enjoy using StatKit!
StatKit beta 2
Welcome to the StatKit beta.
StatKit beta 2 brings new functionality to the standard library components you use every day. From now, you are able to:
- Rank arbitrary collections of data, using one of many ranking methods.
- Calculate monotonic relationships for collections of data, using Spearman's Rho or Kendall's Tau.
- Pick between different strategies for calculating the median of a data set.
- Compute quantiles for arbitrary data sets, using one of many estimation strategies.
Feel free to help me develop and maintain this library if you like it!
https://github.com/sponsors/JimmyMAndersson
Thank you, and enjoy using StatKit!
StatKit beta 1.2
Welcome to the StatKit beta.
Feel free to play around with the functionality, and open an issue or a pull request if there is any functionality that you would like to see in future releases.
Thank you, and enjoy!
StatKit beta 1.1
Welcome to the StatKit beta.
Feel free to play around with the functionality, and open an issue or a pull request if there is any functionality that you would like to see in future releases.
Thank you, and enjoy!