normriskrank {ePCR} | R Documentation |
Normalize ensemble risk scores to ranks and then to uniform range
Description
Normalize ensemble risk scores to ranks and then to uniform range
Usage
normriskrank(x)
Arguments
x |
A list or a matrix of risk scores given per each ensemble member (each column or list member is considered an equal member of the ensemble |
Value
An averaged predicted risk rank over all the ensemble members that has been normalized to the range [0,1] based on: (x - min(x)) / (max(x) - min(x)) -> [0,1]
Note
Normalizes 'predict'-function calls for PEP-objects after calling 'meanrank'-function
Author(s)
Teemu Daniel Laajala teelaa@utu.fi
[Package ePCR version 0.11.0 Index]