Description Usage Arguments Details Value References Examples
View source: R/beg_distribution.R
This function computes the parameter estimates, confidence interval, deviance and covariance matrix for exponential geometric distribution.
1 | bexpgeo_fit(data, level = 0.95)
|
data |
is bivariate vector (X,N) vector representing observations from BEG model |
level |
confidence level expressed between 0 and 1 (Default is 0.95) |
bexpgeo_fit fits BEG model to data.
list of parameter estimates, confidence interval, deviance and covariance matrix
Kozubowski, T.J., & Panorska, A.K. (2005). A Mixed bivariate distribution with exponential and geometric marginals. Journal of Statistical Planning and Inference, 134, 501-520. https://doi.org/10.1016/j.jspi.2004.04.010
1 2 3 | Data.df<-rbexpgeo(n=100,beta = 10,p=0.45)
fit<-bexpgeo_fit(Data.df,level = 0.95)
fit
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.