marginal4chain {rbmn}R Documentation

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)

Arguments

chain

the chain object to be considered.

Value

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

Examples

 marginal4chain(rbmn0chain.02);

[Package rbmn version 0.9-6 Index]