Distribution

Undocumented in source.

Members

Static functions

exponentialDf
float exponentialDf(float x, float m)
Undocumented in source. Be warned that the author may not have intended to support it.
normalRand
float normalRand(float u, float s)

<summary> selects a random value using a normal distribution </summary> <param name="u">mean value</param> <param name="s">standard deviation</param> <returns></returns>

summarizeDistribution
float[] summarizeDistribution(float[] values)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta