WLJS LogoWLJS Notebook

BinomialProcess

BinomialProcess[p] represents a binomial process with event probability p.

Examples

Simulate a binomial process:

RandomFunction[BinomialProcess[0.3], {0, 20}]

Plot sample paths:

ListLinePlot[RandomFunction[BinomialProcess[0.5], {0, 50}, 5]]

Please visit the official Wolfram Language Reference for more details.

On this page