Learn R Programming

ghyp (version 0.9.3)

ghypmv-class: Class ghypmv

Description

The class ghypmv inherits from the base class ghypbase. All the parameters, the alternative parameters, the expected value, the variance and the model are stored in an object of class ghypmv.

Arguments

Objects from the Class

Objects can be created by calls of the form ghyp(lambda=1, alpha.bar=0.1, mu=rep(0,2), sigma=diag(rep(1,2)), gamma=rep(0,2)).

Extends

Class "ghypbase", directly.

Methods

A pairs method (see pairs). A mean method (see mean). A vcov method (see vcov).

See Also

ghyp, mle.ghypmv-class and fit.ghypmv

Examples

Run this code
ghyp(lambda=1, alpha.bar=0.1, mu=rep(0,2), sigma=diag(rep(1,2)), gamma=rep(0,2))

Run the code above in your browser using DataLab