Learn R Programming

matrixdist (version 1.1.9)

mean,MPHstar-method: Mean method for MPHstar class

Description

Mean method for MPHstar class

Usage

# S4 method for MPHstar
mean(x)

Value

The mean of MPHstar distribution.

Arguments

x

An object of class MPHstar.

Examples

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

Run the code above in your browser using DataLab