|
BinomialDistribution
BinomialDistribution[n, p] gives the binomial distribution for the number of successes that occur in n independent trials, where the probability of success in each trial is p.
This is a discrete distribution.
See also: Mean, StandardDeviation, Variance, CDF, PDF.
 Examples
Using InstantCalculators
Here are the InstantCalculators for the BinomialDistribution function. Enter the parameters for your calculation and click Calculate to see the result.
This generates a set of random numbers that follow the binomial distribution.
In[1]:=
Out[1]:=
This gives the probability density function for the binomial distribution.
In[2]:=
Out[2]:=
Entering Commands Directly
You can paste a template for this command via the Text Input button on the BinomialDistribution Function Controller.
This generates a set of random numbers that follow the binomial distribution.
In[3]:=
Out[3]:=
This gives the probability density function for the binomial distribution.
In[4]:=
Out[4]:=
|