Standard library for statistics related functions such as frequency, standard deviation etc

Hi

Where can I get documentation for statistics functions such as frequency, standard deviation etc.

Thx

Welcome! There are no such functions in the Swift standard library, which is intentionally small. You can search for other libraries that provide these features, or even use Python via PythonKit.

A quick google search shows some libraries you can look into: