Learn R Programming

rbmn (version 0.9-6)

marginal4chain: returns marginal expectations and standard deviations of a chain

Description

From a chain object returns a list with two components: $mu and $sigma vectors of marginal expectations and standard deviations.

Usage

marginal4chain(chain)

Value

a list with the two components $mu and $sigma.

Arguments

chain

the chain object to be considered.

Examples

Run this code
 marginal4chain(rbmn0chain.02);

Run the code above in your browser using DataLab