Basic Statistics with OpenEuphoria
- Posted by rneu May 21, 2020
- 3409 views
How can I do common statistical tests in Euphoria?
Some of these common tests are given on this page: https://cyfar.org/types-statistical-tests
I have seen this page: https://openeuphoria.org/docs/std_stats.html#_3952_statistics but it gives functions for very basic data analysis: mean, standard deviation etc only.
Thanks for your help.