LinCDECdf | R Documentation |
This function computes the cdf. for a LinCDE boosting model in C++.
LinCDECdf(cellProb, y, splitPointY)
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). |
This function return a vector of cdf. (length nobs).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.