Last year I mentioned a couple of interesting Swift math libraries such as the Python numPy inspired Swix library and the Euler library implementing 40 custom math operators.
Here’s an open source Swift library that provides a number of functions for calculating statistics from Evgenii Neumerzhitckii called SigmaSwiftStatistics.
SigmaSwiftStatistics includes functions for calculating the:
– Average
– Covariance
– Standard Deviation
– Variance
– and more.
You can find SigmaSwiftStatistics on Github here.
A nice collection of functions for calculating statistics in Swift.
Original article: Open Source Library For Statistics Calculations In Swift
©2015 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.