hparetomixt.disp: Display the Hybrid Pareto Mixture Parameters

Description Usage Arguments Value Author(s) See Also Examples

View source: R/condmixt.R

Description

Display the Hybrid Pareto Mixture Parameters in Latex Style Tabular form

Usage

1

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.

Author(s)

Julie Carreau

See Also

hparetomixt, hparetomixt.negloglike

Examples

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)

condmixt documentation built on July 1, 2020, 6:04 p.m.