gdtrans: Generalized distributional transformation of discrete data

Description Usage Arguments

View source: R/copula_fit.R

Description

Generalized distributional transformation of discrete data

Usage

1
gdtrans(mapped_data, Fhats)

Arguments

mapped_data

A discrete dataset whose discrete values are all numeric or have been mapped to numbers.

Fhat

A list of estimated marginal cdfs of the dataset. Each item in the list is a stepfun object and the support of the cdfs (knots(Fhats[[j]])) should be the superset of the unique discrete values of the corresponding feature (unique(mapped_data[,j])). If not specified, ecdf will be used to estimate the marginal cdfs.


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