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