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