Difference between revisions of "Manuals/calci/EXPONDIST"

(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> <font size="3"><font face="Times New Roman">'''EXPONDIST'''('''x''',''' Lambda, cum''')</font></font> <font size="...")
 
 
(57 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left">
+
<div style="font-size:25px">'''EXPONDIST(X,Lambda,Cumulative)'''</div><br/>
 +
*<math>X</math> is the value of the function.
 +
*<math>Lambda(\lambda)</math> is the value of the rate parameter.
 +
*<math>Cumulative</math> is the logical value like TRUE or FALSE.
 +
**EXPONDIST(), returns the exponential distribution.
  
<font size="3"><font face="Times New Roman">'''EXPONDIST'''('''x''',''' Lambda, cum''')</font></font>
+
==Description==
 +
*This function gives the  Exponential Distribution. This distribution is used to model the time until something happens in the process.
 +
*This describes the time between events in a Poisson process i.e, a process in which events occur continuously and independently at a constant average rate.
 +
*For e.g Time between successive vehicles arrivals at a workshop.
 +
*Exponential distribution is the only continuous memoryless random distribution. It is a continuous analog of the Geometric distribution.
 +
*In <math>EXPONDIST(X,Lambda,Cumulative)</math>, <math>X</math> is the value of the function, <math> Lambda</math> is called rate parameter and <math>Cumulative</math> is either TRUE or FALSE.
 +
*This function will give the Cumulative Distribution Function when <math>Cumulative</math> is TRUE, otherwise it will give the Probability Density Function , when <math>Cumulative</math> is FALSE.
 +
*Suppose we are not giving the <math>Cumulative</math> value, by default it will consider the <math>Cumulative</math> value is FALSE.
 +
*This function will give the error result when
 +
1. <math>X</math> or <math>Lambda</math> is non-numeric.
 +
2. <math>X<0</math> or <math>Lambda \le 0</math>
 +
The Probability Density Function of an Exponential Distribution is:
 +
<math>f(x,\lambda)=\begin{cases}
 +
\lambda e^{-\lambda x} &, x \ge 0 \\
 +
0 &, x<0
 +
\end{cases}</math>
 +
or 
 +
:<math>f(x;\lambda)= \lambda e^{-\lambda x} .H(x)</math>
  
<font size="3"><font face="Times New Roman">Where X is the value of the function, Lambda is the parameter value and Cumulative is a logical value.</font></font>
+
*where <math>\lambda</math> is the rate parameter and <math>H(x)</math> is the Heaviside step function
 +
*This function is valid only on the interval [0,infinity].
 +
The Cumulative Distribution Function is :
 +
<math>F(x,\lambda)=\begin{cases}
 +
1-e^{-\lambda x} &, x \ge 0 \\
 +
0 &, x<0
 +
\end{cases}</math>
 +
or
 +
:<math>F(x,\lambda)=1-e^{-\lambda x}.H(x)</math>
  
</div>
+
==ZOS==
----
+
*The syntax is to calculate EXPONDIST in ZOS is <math>(X,Lambda,Cumulative)</math>.
<div id="1SpaceContent" class="zcontent" align="left">
+
**where <math>X</math> is the value of the function
 +
**<math>Lambda</math> is the value of the rate parameter
 +
**<math>Cumulative</math> is the logical value like TRUE or FALSE.
 +
*For e.g.,EXPONDIST(11..12,2.3..3.3..0.4,FALSE)
 +
{{#ev:youtube|R1BjrD7T6Fs|280|center|Exponential Distribution}}
  
<font size="3"><font face="Times New Roman">EXPONDIST is to model the time between events.</font></font>
+
==Examples==
 +
Question : If jobs arrive at an average of 15 seconds, <math>\lambda =5</math> per minute, what is the probability of waiting 30 seconds, i.e 0.5 min?
 +
Here <math>\lambda =5</math> and <math>x=0.5</math>
 +
*=EXPONDIST(0.5,5,TRUE) = 0.917915001
 +
*=EXPONDIST(5,3,TRUE) = 0.999999694
 +
*=EXPONDIST(0.4,2,FALSE) = 0.898657928
  
</div>
+
==Related Videos==
----
 
<div id="7SpaceContent" class="zcontent" align="left">
 
  
<font size="3">·</font>        <font size="3"><font face="Times New Roman">X or Lambda must be a numeric value in this function. Otherwise it shows error.</font></font>
+
{{#ev:youtube|RQ9VOaWxDFo|280|center|Exponential Probability}}
  
<font size="3">·</font>        <font size="3"><font face="Times New Roman">If x is less than 0, or Lambda less than or equal to zero, EXPONDIST shows error value. </font></font>
+
==See Also==
 +
*[[Manuals/calci/GAMMADIST| GAMMADIST]]
 +
*[[Manuals/calci/POISSONDISTRIBUTION| POISSONDISTRIBUTION]]
  
</div>
+
==References==
----
+
*[http://en.wikipedia.org/wiki/Exponential_distribution  Exponential Distribution]
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">EXPONDIST</div></div>
 
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
 
----
 
<div id="4SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Remarks </div></div>
 
----
 
<div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Examples </div></div>
 
----
 
<div id="11SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Description </div></div>
 
----
 
<div id="2SpaceContent" class="zcontent" align="left">
 
  
{| id="TABLE3" class="SpreadSheet blue"
 
|- class="even"
 
| class="  " |
 
<div id="2Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
| class="  " | Column1
 
| class="        SelectTD ChangeBGColor SelectTD" |
 
<div id="2Space_Handle" class="zhandles" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="2Space_Copy" class="zhandles" title="Click and Drag over to AutoFill other cells."></div><div id="2Space_Drag" class="zhandles" title="Click and Drag to Move/Copy Area.">[[Image:copy-cube.gif]]</div>Column2
 
| class="  " | Column3
 
| class="  " | Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class=" " | 0.5
 
|
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="even"
 
| class="sshl_f" | Row@
 
| class=" " | 15
 
| class="sshl_f  " |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="odd"
 
| class="sshl_f" |
 
| class="sshl_f" | 0.999447
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="even"
 
| class="sshl_f" | Row3
 
| class="sshl_f" | 0.008296
 
| class="sshl_f  " |
 
| class="sshl_f  " |
 
| class="sshl_f" |
 
|}
 
  
<div align="left">[[Image:calci1.gif]]</div></div>
 
----
 
<div id="8SpaceContent" class="zcontent" align="left"><font size="3"><font face="Times New Roman">''' <font size="3"><font face="Times New Roman">AVEDEV (N1, N2...)</font></font> <font size="3"><font face="Times New Roman">Where N1, N 2 ...   are positive integers.</font></font> '''</font></font></div>
 
----
 
<div id="5SpaceContent" class="zcontent" align="left"><font size="3">
 
  
Let’s see an example
+
*[[Z_API_Functions | List of Main Z Functions]]
  
EXPONDIST(x, Lambda, cum)
+
*[[ Z3 |  Z3 home ]]
 
 
B
 
 
 
0.5
 
 
 
15
 
 
 
<nowiki>=EXPONDIST (B2, B3, TRUE) is 0.9994</nowiki>
 
 
 
<nowiki>=EXPONDIST (0.5, 15, FALSE) is 0.0083</nowiki>
 
 
 
</font></div>
 
----
 

Latest revision as of 17:04, 10 August 2018

EXPONDIST(X,Lambda,Cumulative)


  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle X} is the value of the function.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Lambda(\lambda)} is the value of the rate parameter.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Cumulative} is the logical value like TRUE or FALSE.
    • EXPONDIST(), returns the exponential distribution.

Description

  • This function gives the Exponential Distribution. This distribution is used to model the time until something happens in the process.
  • This describes the time between events in a Poisson process i.e, a process in which events occur continuously and independently at a constant average rate.
  • For e.g Time between successive vehicles arrivals at a workshop.
  • Exponential distribution is the only continuous memoryless random distribution. It is a continuous analog of the Geometric distribution.
  • In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle EXPONDIST(X,Lambda,Cumulative)} , Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle X} is the value of the function, Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Lambda} is called rate parameter and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Cumulative} is either TRUE or FALSE.
  • This function will give the Cumulative Distribution Function when Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Cumulative} is TRUE, otherwise it will give the Probability Density Function , when Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Cumulative} is FALSE.
  • Suppose we are not giving the Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Cumulative} value, by default it will consider the Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Cumulative} value is FALSE.
  • This function will give the error result when
1.   or Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Lambda}
 is non-numeric.
2. Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle X<0}
 or Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Lambda \le 0}

The Probability Density Function of an Exponential Distribution is: Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle f(x,\lambda)=\begin{cases} \lambda e^{-\lambda x} &, x \ge 0 \\ 0 &, x<0 \end{cases}} or

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle f(x;\lambda)= \lambda e^{-\lambda x} .H(x)}
  • where Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \lambda} is the rate parameter and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle H(x)} is the Heaviside step function
  • This function is valid only on the interval [0,infinity].

The Cumulative Distribution Function is : Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle F(x,\lambda)=\begin{cases} 1-e^{-\lambda x} &, x \ge 0 \\ 0 &, x<0 \end{cases}} or

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle F(x,\lambda)=1-e^{-\lambda x}.H(x)}

ZOS

  • The syntax is to calculate EXPONDIST in ZOS is Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (X,Lambda,Cumulative)} .
    • where Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle X} is the value of the function
    • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Lambda} is the value of the rate parameter
    • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Cumulative} is the logical value like TRUE or FALSE.
  • For e.g.,EXPONDIST(11..12,2.3..3.3..0.4,FALSE)
Exponential Distribution

Examples

Question : If jobs arrive at an average of 15 seconds, Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \lambda =5} per minute, what is the probability of waiting 30 seconds, i.e 0.5 min? Here   and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle x=0.5}

  • =EXPONDIST(0.5,5,TRUE) = 0.917915001
  • =EXPONDIST(5,3,TRUE) = 0.999999694
  • =EXPONDIST(0.4,2,FALSE) = 0.898657928

Related Videos

Exponential Probability

See Also

References