简体   繁体   中英

Generalised Gamma distribution R

I've been stuck on this for a while, and it is probably something so simple but hey I'm bogged down.

I've been using the flexsurv package, and I've got the following

coefficients: 
MU: 1.8664
SIGMA: 0.1701
Q: -47.8063

I'm trying to extrapolate these coefficients, and get the values for 1:1000

Can anyone please help...much appreciated

If your question is to generate random numbers using those parameters, call:

rgengamma(n = 1000, mu = 0, sigma = 1, Q = -1)

see: https://cran.r-project.org/web/packages/flexsurv/flexsurv.pdf

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM