powered by
Fit a Generalised Hyperbolic distribution.
fit_ghyp_diffusion(data, ghyp_names = "FULL", silent = TRUE, ...)
Data to fit.
Ghyp distribution names (in c('NIG', 'GAUSS', 'VG', 'ST', 'FULL')).
c('NIG', 'GAUSS', 'VG', 'ST', 'FULL')
Boolean to silence the noise inference.
Extra options given to the ghyp fitting.
List of fitted Generalised Hyperbolic distribution.
# NOT RUN { n <- 500 data <- cbind(ghyp::rghyp(n, ghyp::ghyp()), ghyp::rghyp(n, ghyp::ghyp())) fit_ghyp_diffusion(data = data, silent = TRUE) # }
Run the code above in your browser using DataLab