Related Topics: | ||
Description: Returns the rank based on the binomial distribution. The rank can be found by solving the following equation for Z:
Syntax: RANK(Sample Size, Rank Position, Point)
Sample Size is the total number of independent trials in the binomial equation.
Rank Position is the trial number, or order number.
Point is the cumulative probability.
Example:
RANK(10, 5, 0.5) = 0.4516939211
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.