LinCDECdf: LinCDECdf

View source: R/RcppExports.R

LinCDECdfR Documentation

LinCDECdf

Description

This function computes the cdf. for a LinCDE boosting model in C++.

Usage

LinCDECdf(cellProb, y, splitPointY)

Arguments

cellProb

matrix of cell probabilities, of dimension nobs x number of bins.

y

values to compute cdf. at (length nobs).

splitPointY

split points of responses (length number of bins + 1).

Value

This function return a vector of cdf. (length nobs).


ZijunGao/LinCDE documentation built on Jan. 2, 2023, 11:14 p.m.