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