-----SEMPPF (LET)-------------------------------- SEMPPF Name: SEMPPF (LET) Type: Library Function Purpose: Compute the semi-circular percent point function. Description: The percent point function is computed by numerically inverting the cumulative distribution function. Syntax: Examples: LET A = SEMPPF(0.99) LET A = SEMPPF(0.99,0,5) LET X2 = SEMPPF(X1) Default: None Synonyms: None Related Commands: Reference: Applications: Distributional Modeling Implementation Date: 1994/4: Implemented for the standard case 2006/10: Implemented for the general case Program: XLIMITS 0 1 MAJOR XTIC NUMBER 6 MINOR XTIC NUMBER 1 XTIC DECIMAL 1 YLIMITS -1 1 YTIC OFFSET 0.1 0.1 TITLE AUTOMATIC PLOT SEMPPF(X) FOR X = 0.01 .01 0.99