Learn R Programming

GAS (version 0.1.1)

DistInfo: Information for the supported distributions

Description

Print the information regarding the one or more distribution supported in the GAS package.

Usage

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
N
numeric indicating the number of asset if DistLabel link to a multivariate distribution. Default iN = 2.
FULL
logical if TRUE the function prints all the the information.

Details

The information are printed in the console.

Examples

Run this code
# show the information of all the supported distributions
library(GAS)

DistInfo()

Run the code above in your browser using DataLab