fit_hyp | R Documentation |
Performs the estimation on the Hyperbolic distribution
(univariate and multivariate). Wrappers fit.hypuv
and
fit.hypmv
fit_hyp(x, symmetric = FALSE) ## Default S3 method: fit_hyp(x, symmetric = FALSE) ## S3 method for class 'tbl' fit_hyp(x, symmetric = FALSE) ## S3 method for class 'xts' fit_hyp(x, symmetric = FALSE) ## S3 method for class 'matrix' fit_hyp(x, symmetric = FALSE)
x |
A tabular (non-tidy) data structure. |
symmetric |
A flag. Should the fitted distribution be symmetric?
Defaults to |
A list
of the the class cma_fit
with 21
components.
fit_hyp
fit_nig
fit_vg
fit_t
fit_normal
x <- matrix(diff(log(EuStockMarkets)), ncol = 4) # multivariate estimation fit_hyp(x) # univariate estimation fit_hyp(x[ , 4, drop = FALSE])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.