F Distribution

FPD(: Returns the F probability density (p value) for the specified data.

Syntax: FPD(x,ndf,ddf [)]

A single value or a list can be specified for x. Calculation result p is assigned to variables p and Ans (ListAns when x is a list).

FCD(: Returns the F cumulative distribution (p value) for the specified data.

Syntax: FCD(Lower,Upper,ndf,ddf [)]

Single values or lists can be specified for Lower and Upper. Calculation result p is assigned to variables p and Ans (ListAns when Lower and Upper are lists).

InvFCD(: Returns the inverse F cumulative distribution (Lower value) for the specified data.

Syntax: InvFCD(p,ndf,ddf [)]

A single value or a list can be specified for p. The Lower value is assigned to the xInv and Ans variables (ListAns when p is a list).

Binomial Distribution

BinomialPD(: Returns the binomial probability (p value) for the specified data.

Syntax: BinomialPD([x,]n,P[)]

A single value or a list can be specified for x. Calculation result p is assigned to variables p and Ans (ListAns when x is a list).

BinomialCD(: Returns the binomial cumulative distribution (p value) for the specified data.

Syntax: BinomialCD([[Lower,] Upper,]n,P[)]

Single values or lists can be specified for Lower and Upper. Calculation result p is assigned to variables p and Ans (or ListAns).

InvBinomialCD(: Returns the inverse binomial cumulative distribution for the specified data.

Syntax: InvBinomialCD(p,n,P[)]

A single value or a list can be specified for p. The calculation result X value is assigned to the xInv and Ans variables (ListAns when p is a list).

8-43