View source: R/lamp-qsl-fit-plot-method.R
| lamp.qsl_fit_plot | R Documentation |
Plot the fit to asset returns using quartic stable lambda distribution
lamp.qsl_fit_plot(
key,
debug = FALSE,
plot.type = c("pdf", "log-pdf"),
qqplot.n = 1e+06,
extdata_dir = NULL,
filename = NULL
)
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 |
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. |
returns a list of each key and its data and config blocks as nested list
Stephen H-T. Lihn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.