discrete_mapping: Map every column of the original discrete data to new data...

Description Usage Arguments Value

View source: R/copula_fit.R

Description

Map every column of the original discrete data to new data with discrete values in [0,1]

Usage

1

Arguments

data

The original discrete data

maps

A list of the same length of ncol(data), each item is a vector containing the original image of the map. The vector should represent the ascending order of the discrete values in the original data, as the discrete values will be mapped to numbers in [0,1] in a ascending order.

Value

A new dataset. All values are in [0,1].


fanne-stat/DGCPCA documentation built on Dec. 20, 2021, 7:43 a.m.