Difference between revisions of "Manuals/calci/EXPONDIST"

From ZCubes Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<div style="font-size:30px">'''EXPONDIST(x,lambda,cu)'''</div><br/>
+
<div style="font-size:25px">'''EXPONDIST(x,lambda,cumulative)'''</div><br/>
 
*<math>x</math> is the value of the function
 
*<math>x</math> is the value of the function
 
*<math>lambda(\lambda)</math> is the value of the rate parameter
 
*<math>lambda(\lambda)</math> is the value of the rate parameter
*<math>cu</math> is the logical value like TRUE or FALSE
+
*<math>cumulative</math> is the logical value like TRUE or FALSE
  
 
==Description==
 
==Description==
Line 9: Line 9:
 
*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.
 
*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.  
 
*For e.g Time between successive vehicles arrivals at a workshop.  
*In <math>EXPONDIST(x,lambda,cu)</math>, <math>x</math> is the value of the function, <math> lambda</math> is called rate parameter and <math>cu</math>(cumulative) is the TRUE or FALSE.
+
*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>(cumulative) is the TRUE or FALSE.
*This function will give the Cumulative Distribution Function when <math>cu</math> is TRUE, otherwise it will give the Probability Density Function , when <math>cu</math> is 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>cu</math> value, by default it will consider the <math>cu</math> value 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
 
*This function will give the error result when
 
  1. <math>x</math> or <math>lambda</math> is non-numeric.
 
  1. <math>x</math> or <math>lambda</math> is non-numeric.

Revision as of 23:08, 8 June 2014

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
  • 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

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.
  • 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} (cumulative) is the 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. 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}
 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)}

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 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} 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"

See Also

References