applyGamma {gofedf} | R Documentation |
Apply Gamma distribution to sample and compute required components for the test.
Description
Compute Maximum likelihood estimates of the parameters in Gamma distribution, Score function evaluated at the sample, and probability inverse transformed (PIT) values of sample.
Usage
applyGamma(x, use.rate)
Arguments
x |
a numeric vector. |
use.rate |
logical. If |
Value
a list with three elements.
[Package gofedf version 0.1.0 Index]