Learn R Programming

matrixdist (version 1.1.9)

var,MPHstar-method: Var method for MPHstar class

Description

Var method for MPHstar class

Usage

# S4 method for MPHstar
var(x)

Value

The covariance matrix of the MPHstar distribution.

Arguments

x

An object of class MPHstar.

Examples

Run this code
obj <- MPHstar(structure = "general")
var(obj)

Run the code above in your browser using DataLab