Example:
GeoPD(2,0.8) = 0.16 ; GeoPD({2,3},0.8) = {0.16,0.032}
Geometric Cumulative Dist GeoCD(,)
Returns the geometric cumulative distribution ( p value) for the specified data.
Syntax: GeoCD([Lower,]Upper, P )
• If Lower is omitted, Lower = 0 is assumed.
Example:
GeoCD(1,2,0.8) = 0.96 ; GeoCD({1,1},{2,3},0.8) = {0.96,0.992}
Inverse Geometric Cumul Dist InvGeoCD(,)
Returns the inverse geometric cumulative distribution for the specified p value.
Syntax: InvGeoCD( p , P )
Example:
InvGeoCD(0.96,0.8) = 2 ; InvGeoCD({0.96,0.992},0.8) = {2,3}
Precautions are the same as those for
Hypergeometric Probability HypergeoPD(,,,)
Returns the hypergeometric probability ( p value) for the specified data.
Syntax: HypergeoPD( x , n , M , N )
Example:
HypergeoPD(1,5,10,20) = 0.1354489164 ; HypergeoPD({1,2},5,10,20) =
{0.1354489164,0.3482972136}
Hypergeometric Cumul Dist HypergeoCD(,,,)
Returns the hypergeometric cumulative distribution ( p value) for the specified data.
Syntax: HypergeoCD([Lower,]Upper, n , M , N )
• If Lower is omitted, Lower = 0 is assumed.
Example:
HypergeoCD(1,2,5,10,20) = 0.48374613 ; HypergeoCD({1,1},{2,3},5,10,20) =
{0.48374613,0.8320433437}
Inverse Hypergeo Cumul Dist InvHypergeoCD(,,,)
Returns the inverse hypergeometric cumulative distribution for the specified p value.
Syntax: InvHypergeoCD( p , n , M , N )
Example:
InvHypergeoCD(0.48,5,10,20) = 2 ; InvHypergeoCD({0.48,0.83},5,10,20) = {2,3}
Precautions are the same as those for
Syntax and description
Syntax
PD Syntax
CD Syntax
Inverse CD Syntax
(continuous distributions)
Inverse CD Syntax
(discrete distributions)
"Inverse Binomial Cumulative Dist" (page
"Inverse Binomial Cumulative Dist" (page
A single value or a list can be specified for x . Calculation result p is assigned to
variables p and Ans (List Ans when x is a list).
Single values or lists can be specified for Lower and Upper. Calculation result p
is assigned to variables p and Ans (List Ans when Lower and Upper are lists).
A single value or a list can be specified for p . The Lower value is assigned to the
xInv and Ans variables (List Ans when p is a list).
A single value or a list can be specified for p . The calculation result X value is
assigned to the xInv and Ans variables (List Ans when p is a list).
See
"CD Syntax" (page
See
"Inverse CD Syntax (discrete distributions)"
(page
236).
See
"PD Syntax" (page
See
"CD Syntax" (page
See
"Inverse CD Syntax (discrete distributions)"
(page
236).
Description
236
236).
235).
236).
236).
235).
Need help?
Do you have a question about the CLASSWIZ CG and is the answer not in the manual?
Questions and answers