BinomDist

Syntax

BinomDist(Successes, Trials, Probability, Cumulative)

Parameters

Successes. The number of successful trials.

Trials. The number of independent trials.

Probability. Success probability for each trial. The value must satisfy the constraint: 1 >= Probability >= 0.

Cumulative. Boolean value that defines function form:

Description

The method returns a single binomial distribution value.

Comments

The function is used to solve problems involving a fixed number of tests or trials, when the result of any trial can be success or failure only, trials are independent and the success probability is constant for the entire experiment period.

See also:

Function Wizard | Statistical Functions