| TParameter-class | R Documentation |
The parameter of a t distribution, used by Td-class
Objects can be created by calls of the form 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.
dfObject of class "numeric": the degrees of freedom of a T distribution
ncpObject of class "numeric": the noncentrality parameter of a T distribution
nameObject of class "character": a name / comment for the parameters
Class "Parameter", directly.
signature(.Object = "TParameter"): initialize method
signature(object = "TParameter"): returns the slot df of the parameter of the distribution
signature(object = "TParameter"): modifies the slot df of the parameter of the distribution
signature(object = "TParameter"): returns the slot ncp of the parameter of the distribution
signature(object = "TParameter"): modifies the slot ncp of the parameter of the distribution
Thomas Stabla statho3@web.de,
Florian Camphausen fcampi@gmx.de,
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de,
Matthias Kohl Matthias.Kohl@stamats.de
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.