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