<< deciles Probas Stats factorial >>

Scilab Scholar module for schools >> Probas Stats > exponential_prob

exponential_prob

exponential distribution probability

Calling sequence

p = exponential_prob(lambda,t)

Arguments

lambda

positive real number

t

real number

p

real numbers

Description

exponential_prob(lambda,t) returns the probability p(X<=t) when X follows the exponential distribution with parameter lambda with lambda a positive real number.

Examples

exponential_prob(0.5,3)

See Also

<< deciles Probas Stats factorial >>