Uniform Command

From GeoGebra Manual
Revision as of 11:21, 30 July 2019 by Murkle (talk | contribs) (pdf -> cdf)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Uniform( <Lower Bound>, <Upper Bound>, x )
Returns the cumulative density function of uniform distribution on interval [lower bound, upper bound].
Uniform( <Lower Bound>, <Upper Bound>, x, <Boolean Cumulative> )
For Cumulative=false returns the probability density function of uniform distribution on interval [lower bound, upper bound].
For Cumulative=true returns the cumulative distribution function of the same distribution.
Uniform( <Lower Bound>, <Upper Bound>, <Variable Value> )
Returns the value of cumulative distribution function at the given variable value v (i.e. P(X < v)) for uniform distribution on interval [lower bound, upper bound]
© 2024 International GeoGebra Institute