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