Syntax

expression.Prob(Arg1, Arg2, Arg3, Arg4)

expression A variable that represents a WorksheetFunction object.

Parameters

Name Required/Optional Data Type Description
Arg1 Required Variant X_range - the range of numeric values of x with which there are associated probabilities.
Arg2 Required Variant Prob_range - a set of probabilities associated with values in x_range.
Arg3 Required Double Lower_limit - the lower bound on the value for which you want a probability.
Arg4 Optional Variant Upper_limit - the optional upper bound on the value for which you want a probability.

Return Value
Double

Remarks


See also: