BinomParameter-class
From distr v2.3.1
by Peter Ruckdeschel
Class "BinomParameter"
The parameter of a binomial distribution, used by Binom-class
- Keywords
- distribution
Objects from the Class
Objects can be created by calls of the form
new("BinomParameter", prob, size)
.
Usually an object of this class is not needed on its own, it is generated
automatically when an object of the class Binom
is instantiated.
Extends
Class "Parameter"
, directly.
concept
- parameter
- Binomial distribution
- S4 parameter class
See Also
Examples
W <- new("BinomParameter",prob=0.5,size=1)
size(W) # size of this distribution is 1.
size(W) <- 2 # size of this distribution is now 2.
Community examples
Looks like there are no examples yet.