disNormalizer: Normalizing a target data array to a basis array based on...

Description Usage Arguments Details Value Author(s) Examples

Description

Normalizing a target data array to a basis array based on element positions

Usage

1

Arguments

tg

a target data array

bs

a basis data array

Details

The function normalize target data array to a basis array based on element positions. This method does not need to do fitting before normalization and works for discrete values as well.

Value

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

Author(s)

Qinxue Meng, Paul Kennedy

Examples

1
2
# Calculating the polynomial curve fitting function of DArray1's distribution
DArray1 = disNormalizer(DArray1, DArray3)

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