|
Statistics functions for ROBOTC. More...
Go to the source code of this file.
Functions | |
float | erf (float z) |
float | Phi (float z) |
float | Phi (float z, float mu, float sigma) |
float | gaussian () |
float | gaussian (float mu, float sigma) |
Statistics functions for ROBOTC.
stats.h provides some statiscal functions for ROBOTC.
Taken from http://www.cs.princeton.edu/introcs/21function/MyMath.java.html and modified to compile under ROBOTC.
License: You may use this code as you wish, provided you give credite where its due. THIS CODE WILL ONLY WORK WITH ROBOTC VERSION 3.59 AND HIGHER.
Changelog:
Definition in file stats.h.