get_right_rank {outqrf} | R Documentation |
find the right rank
Description
This function finds the right rank of a response value in a quantile random forest.
Usage
get_right_rank(response, outMatrix, median_outMatrix, rmse_)
Arguments
response |
a vector of response values |
outMatrix |
a matrix of out values |
median_outMatrix |
a vector of median out values |
rmse_ |
a vector of rmse values |
Value
a vector of ranks
[Package outqrf version 1.0.0 Index]