8-45• Hypergeometric DistributionHypergeoPD(: Returns the hypergeometric probability (p value) for the specified data.Syntax: HypergeoPD(x, n, M, N[)]• A single value or a list can be specified for x. Calculation result p is assigned to variables pand Ans (ListAns when x is a list).HypergeoCD(: Returns the hypergeometric cumulative distribution (p value) for the specifieddata.Syntax: HypergeoCD([Lower,] Upper, n, M, N[)]• Single values or lists can be specified for Lower and Upper. Calculation result p is assignedto variables p and Ans (or ListAns).InvHypergeoCD(: Returns the inverse hypergeometric cumulative distribution for the specifieddata.Syntax: InvHypergeoCD(p , n , M, N[)]• A single value or a list can be specified for p. The calculation result X value is assigned tothe xInv and Ans variables (ListAns when p is a list).k Using the TEST Command to Execute a Command in a Program• The following are the specifications ranges for the “ condition” argument of the command.“<” or –1 when < 0“≠ ” or 0 when ≠ 0“>” or 1 when > 0The above also apply for the “ρ condition” and “&ρ condition” specification methods.• For explanations of arguments, see “Tests” (page 6-32) and “Input and Output Terms ofTests, Confidence Interval, and Distribution” (page 6-65).• For the calculation formula of each command, see “Statistic Formula” (page 6-68).• Z TestOneSampleZTest: Executes 1-sample Z-test calculation.Syntax: OneSampleZTest " condition", 0,σ, o, nOutput Values: z, p, o, n are assigned respectively to variables z, p, o, n and to ListAnselements 1 through 4.Syntax: OneSampleZTest " condition", 0,σ, List[, Freq]Output Values: z, p, o, sx, n are assigned respectively to variables z, p, o, sx, n and toListAns elements 1 through 5.