DistInfo: Information for the supported distributions

Description Usage Arguments Details Author(s) Examples

View source: R/Distributions.R

Description

Print the information regarding distributions supported in the GAS package.

Usage

1
DistInfo(DistLabel = NULL, N = 2, FULL = TRUE)

Arguments

DistLabel

character indicating the label of the conditional distribution. if DistLabel = NULL all the supported distributions are printed. Default DistLabel = NULL

. Run DistLabels() to see the labels of the currently implemented distributions.

N

numeric Indicating the number of asset if DistLabel link to a multivariate distribution. Default N = 2.

FULL

logical If TRUE the function prints all the the information. Default FULL = TRUE

Details

The information are printed in the console.

Author(s)

Leopoldo Catania

Examples

1
2
3
4
# show the information of all the supported distributions
library("GAS")

DistInfo()

LeopoldoCatania/GAS documentation built on April 27, 2020, 1:43 a.m.