Prob(X, Probabilities, LowerLimit, UpperLimit)
X. Interval of numeric values, with which probabilities are connected. Values in data array must be greater than zero.
Probabilities. The set of probabilities corresponding to values in the X argument. Available set values are taken from the [0, 1] range.
LowerLimit. Lower limit of the value, probability of which is calculated.
UpperLimit. Optional upper limit of the value, probability of which must be calculated.
The method returns probability that a range value lies within specified limits.
If UpperLimit is not specified, the probability for the values in X to be equal to the LowerLimit argument value is returned.
See also: