View source: R/model_herlang.R
as.gph | R Documentation |
Convert from hyper-Erlang distribution to the general PH distribution
as.gph(h)
h |
An instance of HErlang |
An instance of GPH
#' ## create a hyper Erlang with specific parameters (param <- herlang(shape=c(2,3), mixrate=c(0.3,0.7), rate=c(1.0,10.0))) ## convert to a general PH as.gph(param)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.