Mindstorms 3rd Party ROBOTC Drivers RobotC
[Home] [Download] [Submit a bug/suggestion] [ROBOTC Forums] [Blog] [Support this project]
Functions

stats.h File Reference

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)

Detailed Description

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:

Author:
Xander Soldaat (xander_at_botbench.com)
Date:
10 October 2010
Version:
0.1

Definition in file stats.h.