Learn R Programming

condmixt (version 1.1)

hparetomixt.disp: Display the Hybrid Pareto Mixture Parameters

Description

Display the Hybrid Pareto Mixture Parameters in Latex Style Tabular form

Usage

hparetomixt.disp(params)

Arguments

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

Value

Display on the R consol the hybrid Pareto mixture parameters with syntax suitable to make a Latex tabular out of it.

See Also

hparetomixt, hparetomixt.negloglike

Examples

Run this code
# NOT RUN {
r <- rfrechet(500,loc=5,scale=5,shape=5)
m <- 2
param.init <- hparetomixt.init(m,r)
hparetomixt.disp(param.init)
# }

Run the code above in your browser using DataLab