Number of trials, specified as a positive integer or an array of positive integers.
If both n and p are arrays, they must be the
same size. If either n or p is a scalar, then
binostat expands the scalar argument into a constant array of
the same size as the other argument.
Data Types: single | double
Probability of success for each trial, specified as a scalar value in the interval
[0 1] or an array of scalar values in the interval [0
1]. If both n and p are arrays,
they must be the same size. If either n or p
is a scalar, then binostat expands the scalar argument into a
constant array of the same size as the other argument.
Mean for the binomial distribution, returned as a numeric scalar or an array of
numeric scalars. m is the same size as n and
p. Each element in m is the mean of the
binomial distribution specified by the corresponding elements in n
and p.
The mean of the binomial distribution with parameters n and
p is np.
Variance for the binomial distribution, returned as a numeric scalar or an array of
numeric scalars. v is the same size as n and
p. Each element in v is the variance of the
binomial distribution specified by the corresponding elements in n
and p.
The variance of the binomial distribution with parameters n and
p is np(1 –
p).