Difference between revisions of "Uniform Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
(pdf -> cdf)
 
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|probability}}
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|probability}}
 
;Uniform( <Lower Bound>, <Upper Bound>, x )
 
;Uniform( <Lower Bound>, <Upper Bound>, x )
:Returns the probability density function of [[w:Uniform_distribution_(continuous)|uniform distribution]] on interval ''[lower bound, upper bound]''.
+
:Returns the cumulative density function of [[w:Uniform_distribution_(continuous)|uniform distribution]] on interval ''[lower bound, upper bound]''.
 
;Uniform( <Lower Bound>, <Upper Bound>, x, <Boolean Cumulative> )
 
;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=false'' returns the probability density function of uniform distribution on interval ''[lower bound, upper bound]''.

Latest revision as of 11:21, 30 July 2019


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