Learn R Programming

rbmn (version 0.9-6)

normalize8nbn: normalizes a /nbn/

Description

returns a nbn with a given expectation and variance through an transformation leaving the correlation unchanged.

Usage

normalize8nbn(nbn, mu=0, sigma=1)

Value

The transformed nbn.

Arguments

nbn

The nbn object to transform.

mu

Imposed expectations. When NULL nothing is changed. When of length one, this value is given to all the node expectations. If not the complete vector of expect

sigma

The same as mu but for the standard deviations.

Examples

Run this code
 print8nbn(normalize8nbn(rbmn0nbn.01));

Run the code above in your browser using DataLab