Public Function BetaCDFExcel( _ ByVal vX As Variant _ , ByVal vAlpha As Variant _ , ByVal vBeta As Variant _ , Optional ByVal vLower As Variant = 0 _ , Optional ByVal vUpper As Variant = 1 _ ) As Variant
BetaCDFExcel(1.0, 8, 10, 1, 3) = 0 BetaCDFExcel(1.5, 8, 10, 1, 3) = 4.02367801871164E-02 BetaCDFExcel(2.0, 8, 10, 1, 3) = 0.685470581054688 BetaCDFExcel(2.5, 8, 10, 1, 3) = 0.996899220859632 BetaCDFExcel(3.0, 8, 10, 1, 3) = 1See also:
BetaCDF Function BetaInverseExcel Function BetaRandom Function BetaPDF Function Declarations Topic BetaI Function BETADIST Function (Microsoft Excel)vX: Function returns Null if vX is less than vLower or greater than vUpper.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.