fit_t | R Documentation |
Performs the estimation on the Student-t distribution
(univariate and multivariate). Wrappers fit.tuv
and fit.tmv
.
fit_t(x, symmetric = FALSE) ## Default S3 method: fit_t(x, symmetric = FALSE) ## S3 method for class 'tbl' fit_t(x, symmetric = FALSE) ## S3 method for class 'xts' fit_t(x, symmetric = FALSE) ## S3 method for class 'matrix' fit_t(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_nig
fit_vg
fit_normal
x <- matrix(diff(log(EuStockMarkets)), ncol = 4) # multivariate estimation fit_t(x) # univariate estimation fit_t(x[ , 4, drop = FALSE])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.