gammaDist-class: An S4 class to represent a gamma distribution.
Description
This S4 class describes the gamma distribution that is fitted to the marker values. The gamma distribution is characterized by the shape and the scale parameters.
Arguments
Slots
shape
shape parameter. Must be positive.
scale
scale parameter. Must be strictly positive.
Details
You never have to create this class manually. This class is created internally when a gamma distribution is fitted on the marker values.
See Also
fit for more details on how to fit a gamma distribution.