Description Usage Arguments Value References Examples
View source: R/bigg_distribution.R
This function computes the parameter estimates, confidence interval, deviance and covariance matrix of bivariate inverse-Gaussian geometric distribution. ' binvgaussgeo_fit BIGG model to data.
1 | binvgaussgeo_fit(data, level = 0.95)
|
data |
bivariate vector (X,N) observations from BIGG model. |
level |
confidence level espressed between 0 and 1 (Default is 0.95). |
list of parameter estimates, confidence interval, deviance and covariance matrix.
Barreto-Souza, W. and Silva R. B. (2019). A bivariate infinitely divisible law for modeling the magnitude and duration of monotone periods of log-returns . Statistica Neerlandica, 73:211-233. https://doi.org/10.1111/stan.12166
1 2 3 | Data.df <- rbinvgaussgeo(50,mu=1.5, phi=2, p=0.6)
fit <- binvgaussgeo_fit(Data.df)
fit
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.