gat-methods | R Documentation |
Methods for gat S3 class
## S3 method for class 'gat'
summary(object, ...)
## S3 method for class 'gat'
moments(x, method = c("analytical", "numerical"), ...)
## S3 method for class 'gat'
print(x, ...)
## S3 method for class 'gat'
plot(x, type = NULL, dist = "gat", envelope = 0.95, ...)
object |
A GAT fit object of class |
... |
additional arguments for the |
x |
A GAT fit object of class |
method |
one of "numerical" and "analytical", calculating the moments using numerical integration / analytical formula |
type |
one of "density" or "qqplot" |
dist |
one of "norm" or "ast", the theoretical distribution used in QQplots |
envelope |
the confidence level used to construct the envelope |
should also add the empirical moments
pars <- c(0.12, 0.6, 1.5, 1.2, 2, 5)
data <- rgat(1000, pars = pars)
fit <- gatMLE(data)
summary(fit)
moments(fit)
plot(fit, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.