distrNormalizer: Normalizing a target data array to a standard distribution

Description Usage Arguments Details Value Author(s) Examples

Description

Normalizing a target data array to a standard distribution

Usage

1

Arguments

tg

a target data array

bs

a standard distribution created by defineDist(dist)

Details

The function normalize target data array to a standard distribution.

Value

A normalized target data array with the same distribution with the standard distribution

Author(s)

Qinxue Meng, Paul Kennedy

Examples

1
2
3
4
5
6
7
# Normalize a given data array into a normal distribution
loadData(0)
DBdata1 <- genDistData(DArray1, 500)
DBdata5 <- defineDist(Norm(mean=0, sd=1))
DA1toDA5 <- distrNormalizer(DBdata1, DBdata5)
DA1toDA5DBdata <- genDistData(DA1toDA5, 500)
visDistData(DA1toDA5DBdata, "P", "DA1toDA5", "Range", "Probability")

mengqinxue/DBNorm documentation built on May 22, 2019, 6:50 p.m.