|
ExponentialDistribution
ExponentialDistribution[ ] gives the exponential distribution with scale inversely proportioinal to the parameters .
See also: Mean, StandardDeviation, Variance, CDF, PDF.
 Examples
Using InstantCalculators
Here are the InstantCalculators for the ExponentialDistribution function. Enter the parameters for your calculation and click Calculate to see the result.
This generates a set of random numbers that follow the exponential distribution.
In[1]:=
Out[1]=
This gives the probability density function for the exponential distribution.
In[2]:=
Out[2]:=
This gives the cumulative distribution function for the exponential distribution.
In[3]:=
Out[3]:=
Entering Commands Directly
You can paste a template for this command via the Text Input button on the ExponentialDistribution Function Controller.
This generates a set of random numbers that follow the exponential distribution.
In[4]:=
Out[4]:=
This gives the probability density function for the exponential distribution.
In[5]:=
Out[5]:=
This gives the cumulative distribution function for the exponential distribution.
In[6]:=
Out[6]:=
|