laplacegaussnorm: Laplace-Gauss Normal Distribution Object

Description Usage Arguments Details Value See Also Examples

View source: R/m_laplaceroll.R

Description

An object designed after regkienerLX to summarize the information related to a given dataset when the Laplace-Gauss normal distribution is applied on it.

Usage

1

Arguments

X

vector of quantiles.

Details

This function is designed after regkienerLX to provide a similar framework.

Value

A list with the following data.frame:

See Also

The regression function regkienerLX.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
    
prices2returns <- function(x) { 100*diff(log(x)) }
CAC  <- prices2returns(as.numeric(EuStockMarkets[,3])) 
lgn  <- laplacegaussnorm( CAC )
attributes(lgn)
head(lgn$dfrXPn)
head(lgn$dfrXLn)
head(lgn$dfrXDn)
lgn$coefn
lgn$dfrQnPn
lgn$dfrQnLn

FatTailsR documentation built on March 12, 2021, 9:06 a.m.