normalize8nbn {rbmn} | R Documentation |
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)
Arguments
nbn |
The |
mu |
Imposed expectations. When |
sigma |
The same as |
Value
The transformed nbn
.
Examples
print8nbn(normalize8nbn(rbmn0nbn.01));
[Package rbmn version 0.9-6 Index]