new("TParameter", df, ncp)
.
Usually an object of this class is not needed on its own, it is generated automatically when an object of the class
Td
is instantiated."Parameter"
, directly.Td-class
Parameter-class
W <- new("TParameter",df=1, ncp = 0)
df(W) # df of this distribution is 1.
df(W) <- 2 # df of this distribution is now 2.
Run the code above in your browser using DataLab