Manuals/calci/BETADIST

From ZCubes Wiki
Revision as of 21:30, 24 October 2013 by MassBot1 (talk | contribs) (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 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

BETADIST (N, alpha, beta, X, Y)

Where N is the value between X and Y

Alpha is a parameter of the distribution.

Beta is a parameter of the distribution.

X is an optional lower bound to the interval of N.

Y is an optional upper bound to the interval of N.


It calculates the cumulative beta probability density function.


·        When any of the argument is non numeric, BETADIST shows nothing.

·        When alpha is less than or equal to 0 or beta is less than or equal to 0, BETADIST displays NaN.

·        When N is less than X and is greater than Y, or  X=Y ,BETADIST displays 0.

·        When we omit values for X and Y, BETADIST displays NaN.


BETADIST

Syntax

Remarks

Examples

Description

Column1 Column2 Column3 Column4 Column5
Row1 3 5 9 1 6
Row2 0.646958
Row3
Row4
Row5
Row6
'

i.e. = BETADIST (3, 5, 9,1,6 ) is 0.647