Difference between revisions of "Manuals/calci/BETADIST"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> <font size="3"><font face="Times New Roman">'''BETADIST''' ('''N''',''' alpha, beta, X, Y''')</font></font> <font ...")
 
 
(43 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left">
+
<div style="font-size:30px">'''BETADIST (Number,Alpha,Beta,LowerBound,UpperBound)'''</div><br/>
 +
*<math>Number</math> is the value between <math>LowerBound</math> and <math>UpperBound</math>
 +
*<math>Alpha</math> and <math>Beta</math> are the value of the shape parameter
 +
*<math>LowerBound</math> & <math>UpperBound</math> the lower and upper limit to the interval of <math>Number</math>.
 +
**BETADIST(),returns the Beta Cumulative Distribution Function.
  
<font size="3"><font face="Times New Roman">'''BETADIST''' ('''N''',''' alpha, beta, X, Y''')</font></font>
+
==Description==
 +
*This function gives the Cumulative Beta Probability Density function.
 +
*The beta distribution is a family of Continuous Probability Distributions defined on the interval [0, 1] parameterized by two positive shape parameters, denoted by <math>\alpha</math> and <math>\beta</math>.
 +
*The Beta Distribution is also known as the Beta Distribution of the first kind.
 +
*In <math>(Number,Alpha,Beta,LowerBound,UpperBound)</math>, <math>Number</math> is the value between <math>LowerBound</math> and <math>UpperBound</math>.
 +
*Alpha is the value of the shape parameter.
 +
*Beta is the value of the shape parameter
 +
*<math>LowerBound</math> and <math>UpperBound</math>(optional) are  the Lower and Upper limit to the interval of <math>Number</math>.
 +
*Normally <math>Number</math> lies between the limit <math>LowerBound</math> and <math>UpperBound</math>, suppose when we are omitting  <math>LowerBound</math> and <math>UpperBound</math> value, by default <math>Number</math> value with in 0 and 1.
 +
*The Probability Density Function of the beta distribution is:
 +
<math>f(x)=\frac{x^{\alpha-1}(1-x)^{ \beta-1}}{B(\alpha,\beta)},</math> where <math>0 \le x \le 1</math>; <math>\alpha,\beta >0 </math> and <math>B(\alpha,\beta)</math> is the Beta function.
 +
*The formula for the Cumulative Beta Distribution is called the Incomplete Beta function ratio and it is denoted by <math>I_x</math> and is defined as :
 +
<math>F(x)=I_x(\alpha,\beta)</math>=<math>\int_{0}^{x}f(x)=\frac{t^{\alpha-1}(1-t)^{ \beta-1}dt}{B(\alpha,\beta)}</math>, where <math>0 \le t \le 1</math> ; <math>\alpha,\beta>0</math> and <math>B(\alpha,\beta)</math> is the Beta function.
 +
*This function will give the result as error when
 +
1.Any one of the arguments are non-numeric.
 +
2.<math>Alpha \le 0</math> or <math>Beta \le 0</math>
 +
3.<math>Number<LowerBound</math> ,<math>Number>UpperBound</math>, or <math>LowerBound=UpperBound</math>
 +
*we are not mentioning the limit values <math>LowerBound</math> and <math>UpperBound</math>,
 +
*By default it will consider the Standard Cumulative Beta Distribution, LowerBound = 0 and UpperBound = 1.
  
<font size="3"><font face="Times New Roman">'''Where N''' is the value between X and Y </font></font>
+
==ZOS==
  
<font size="3"><font face="Times New Roman">'''Alpha''' is a parameter of the distribution.</font></font>
+
*The syntax is to calculate BEATDIST in ZOS is <math>BETADIST (Number,Alpha,Beta,LowerBound,UpperBound)</math>.
 +
**<math>Number</math> is the value between LowerBound and UpperBound
 +
**<math>alpha</math> and <math>beta</math> are the value of the shape parameter.
 +
*For e.g.,BETADIST(11..13,3,5,8,14)
 +
*BETADIST(33..35,5..6,10..11,30,40)
  
<font size="3"><font face="Times New Roman">'''Beta''' is a parameter of the distribution.</font></font>
 
  
<font size="3"><font face="Times New Roman">'''X''' is an optional lower bound to the interval of N.</font></font>
+
==Examples==
 +
#=BETADIST(0.4,8,10) = 0.35949234293309396
 +
#=BETADIST(3,5,9,2,6) = 0.20603810250759128
 +
#=BETADIST(9,4,2,8,11) = 0.04526748971193415
 +
#=BETADIST(5,-1,-2,4,7) = #N/A (ALPHA GREATER THAN (OR) NOT EQUAL TO 0)
  
<font size="3"><font face="Times New Roman">'''Y''' is an optional upper bound to the interval of N.</font></font>
+
==Related Videos==
  
</div>
+
{{#ev:youtube|aZjUTx-E0Pk|280|center|Beta Distribution}}
----
 
<div id="1SpaceContent" class="zcontent" align="left">
 
  
<font size="3"><font face="Times New Roman">It calculates the cumulative beta probability density function. </font></font>
+
==See Also==
 +
*[[Manuals/calci/BETAINV | BETAINV]]
 +
*[[Manuals/calci/ALL | All Functions]]
  
</div>
+
==References==
----
+
[http://en.wikipedia.org/wiki/Beta_distribution  Beta Distribution]
<div id="7SpaceContent" class="zcontent" align="left">
 
  
<font size="3">·</font>        <font size="3"><font face="Times New Roman">When any of the argument is non numeric, BETADIST shows nothing. </font></font>
 
  
<font size="3">·</font>        <font face="Times New Roman"><font size="3">When alpha is less than or equal to 0 or beta is less than or equal to 0, BETADIST displays NaN.</font></font>
 
  
<font size="3">·</font>        <font size="3"><font face="Times New Roman">When N is less than X and is greater than Y, or  X=Y ,BETADIST displays 0. </font></font>
+
*[[Z_API_Functions | List of Main Z Functions]]
  
<font size="3">·</font>        <font size="3"><font face="Times New Roman">When we omit values for X and Y, BETADIST displays NaN. </font></font>
+
*[[ Z3 Z3 home ]]
 
 
</div>
 
----
 
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">BETADIST</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"><div>
 
 
 
{| id="TABLE1" class="SpreadSheet blue"
 
|- class="even"
 
| class=" " |
 
| Column1
 
| class="            " | Column2
 
| class="sshl_f" | Column3
 
| class="sshl_f" | Column4
 
| class="sshl_f" | Column5
 
|- class="odd"
 
| class=" " | Row1
 
| class="sshl_f" | 3
 
| class="sshl_f" | 5
 
| class="sshl_f" | 9
 
| class="sshl_f" | 1
 
| class="sshl_f" | 6
 
|- class="even"
 
| class="  " | Row2
 
| class="sshl_f" | 0.646958
 
| class="sshl_f" |
 
| class="  " |
 
| class="  " |
 
| class="sshl_f    " |
 
<div id="2Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
|- class="odd"
 
| Row3
 
| class="sshl_f   SelectTD SelectTD" |
 
<div id="2Space_Handle" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="2Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
| class="sshl_f" |
 
|
 
|
 
| class="sshl_f" |
 
|- class="even"
 
| Row4
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|
 
|
 
|
 
|- class="odd"
 
| class="sshl_f" | Row5
 
| class="sshl_f" |
 
| class="  " |
 
|
 
|
 
|
 
|- class="even"
 
| class=" " | Row6
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|
 
|
 
|
 
|}
 
 
 
<div align="left"></div>''''''</div></div>
 
----
 
<div id="5SpaceContent" class="zcontent" align="left">i.e. = BETADIST (3, 5, 9,1,6 ) is 0.647</div>
 
----
 
<div id="8SpaceContent" class="zcontent" align="left"></div>
 
----
 

Latest revision as of 04:57, 2 June 2020

BETADIST (Number,Alpha,Beta,LowerBound,UpperBound)


  • is the value between and
  • and are the value of the shape parameter
  • & the lower and upper limit to the interval of .
    • BETADIST(),returns the Beta Cumulative Distribution Function.

Description

  • This function gives the Cumulative Beta Probability Density function.
  • The beta distribution is a family of Continuous Probability Distributions defined on the interval [0, 1] parameterized by two positive shape parameters, denoted by and .
  • The Beta Distribution is also known as the Beta Distribution of the first kind.
  • In , is the value between and .
  • Alpha is the value of the shape parameter.
  • Beta is the value of the shape parameter
  • and (optional) are the Lower and Upper limit to the interval of .
  • Normally lies between the limit and , suppose when we are omitting and value, by default value with in 0 and 1.
  • The Probability Density Function of the beta distribution is:

where ; and is the Beta function.

  • The formula for the Cumulative Beta Distribution is called the Incomplete Beta function ratio and it is denoted by and is defined as :

=, where  ; and is the Beta function.

  • This function will give the result as error when
1.Any one of the arguments are non-numeric.
2. or 
3. ,, or 
  • we are not mentioning the limit values and ,
  • By default it will consider the Standard Cumulative Beta Distribution, LowerBound = 0 and UpperBound = 1.

ZOS

  • The syntax is to calculate BEATDIST in ZOS is .
    • is the value between LowerBound and UpperBound
    • and are the value of the shape parameter.
  • For e.g.,BETADIST(11..13,3,5,8,14)
  • BETADIST(33..35,5..6,10..11,30,40)


Examples

  1. =BETADIST(0.4,8,10) = 0.35949234293309396
  2. =BETADIST(3,5,9,2,6) = 0.20603810250759128
  3. =BETADIST(9,4,2,8,11) = 0.04526748971193415
  4. =BETADIST(5,-1,-2,4,7) = #N/A (ALPHA GREATER THAN (OR) NOT EQUAL TO 0)

Related Videos

Beta Distribution

See Also

References

Beta Distribution