This S4 class describes the scaled t distribution that is fitted to the marker values. The scaled t distribution is characterized by the df
(degrees of freedom), the mu
, and the sd
parameters.
df
degrees of freedom (> 0, maybe non-integer).
mu
mu parameter.
sd
standard deviation parameter. Must be strictly positive.
You never have to create this class manually. This class is created internally when a scaled t distribution is fitted on the marker values.
fit
for more details on how to fit a t distribution.