WorksheetFunction.Binom_Dist_Range(Double, Double, Double, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the probability of a trial result using a binomial distribution.
public double Binom_Dist_Range (double Arg1, double Arg2, double Arg3, object Arg4);
Public Function Binom_Dist_Range (Arg1 As Double, Arg2 As Double, Arg3 As Double, Optional Arg4 As Object) As Double
Parameters
- Arg1
- Double
The number of independent trials.
- Arg2
- Double
The probability of success on each trial.
- Arg3
- Double
The number of successes in trials.
- Arg4
- Object
If provided, this function returns the probability that the number of successful trials shall lie between Arg3 and Arg4.
Returns
Double