Description Usage Arguments Value Author(s) See Also Examples
Display the Hybrid Pareto Mixture Parameters in Latex Style Tabular form
1 | hparetomixt.disp(params)
|
params |
matrix of mixture parameters of dimension 4 x m, where m is the number of components, so that each column contains the mixture parameters (pi, xi, mu, sigma) related to one component |
Display on the R consol the hybrid Pareto mixture parameters with syntax suitable to make a Latex tabular out of it.
Julie Carreau
hparetomixt
, hparetomixt.negloglike
1 2 3 4 | r <- rfrechet(500,loc=5,scale=5,shape=5)
m <- 2
param.init <- hparetomixt.init(m,r)
hparetomixt.disp(param.init)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.