BinomialProbability

Probability of surviving k of n trials where the outcome is to win or to lose.

You are now following this Submission

This function provides the probability of surviving k of n trials for which the probability of each trial is p (for success) or 1-p for failure.

So, if one has a 60% chance of surviving each event, there are 10 events, and you want to know the chance of surviving 4, and only 4, events then n=10, k=4, p=0.60

Cite As

Michael Robbins (2026). BinomialProbability (https://se.mathworks.com/matlabcentral/fileexchange/21878-binomialprobability), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0