lamp.qsl_fit_plot: Plot the fit to asset returns using quartic stable lambda...

View source: R/lamp-qsl-fit-plot-method.R

lamp.qsl_fit_plotR Documentation

Plot the fit to asset returns using quartic stable lambda distribution

Description

Plot the fit to asset returns using quartic stable lambda distribution

Usage

lamp.qsl_fit_plot(
  key,
  debug = FALSE,
  plot.type = c("pdf", "log-pdf"),
  qqplot.n = 1e+06,
  extdata_dir = NULL,
  filename = NULL
)

Arguments

key

character, the key(s) to retrieve configuration for plot. If key is provided as single-row data frame, then it will be used directly as config.

debug

logical, if true, print debug information. Default is FALSE.

plot.type

character, type of plot: pdf, log-pdf, qqplot. Default is c("pdf","log-pdf").

qqplot.n

numeric, specify number of QSLD simulations for qqplot utility, default is 1000000.

extdata_dir

optionally specify user's own extdata folder, default is NULL.

filename

character, optionally specify user's own config file name, default is NULL.

Value

returns a list of each key and its data and config blocks as nested list

Author(s)

Stephen H-T. Lihn


ecd documentation built on May 10, 2022, 1:07 a.m.