gat-methods: Methods for gat class

gat-methodsR Documentation

Methods for gat class

Description

Methods for gat S3 class

Usage

## 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, ...)

Arguments

object

A GAT fit object of class gat

...

additional arguments for the hist or plot function from graphics

x

A GAT fit object of class gat

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

Details

should also add the empirical moments

Examples

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)


dan9401/skewtDist documentation built on Jan. 6, 2025, 9:14 a.m.