Description Usage Arguments Details Value References Examples
View source: R/GMDP_distribution.R
This function computes the estimates of parameter in GMDP model.
1 | gammamixdpareto_fit(data, delta = 1, p = 0.5, method = "MLE")
|
data |
bivariate vector (X,N) observations from GMDP model. |
delta |
initial guess of true parameter δ which is numeric and must be greater than 0 (Default value is 1). |
p |
initial guess of true parameter p which must be numeric value between 0 and 1 (Default value is 0.5). |
method |
method of estimation for discrete Pareto parameter: EM=EM algorithm or MLE=maximum likelihood estimation (Default method is EM). |
bgammageo_fit GMDP model to data.
vector of parameter estimates.
Amponsah, C. K., Kozubowski, T. J. and Panorska, A. K. (2019). A bivariate distribution with gamma mixture discrete Pareto marginals . In print. https://scholarworks.unr.edu/bitstream/handle/11714/2065/Amponsah_unr_0139M_12378.pdf?sequence=1&isAllowed=y
1 2 3 | Data.df<- rgammamixdpareto(n=1000,alpha=1,beta=2,delta=0.45, p=0.8)
fit <- gammamixdpareto_fit(data = Data.df)
fit
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.