Description Usage Arguments Value Examples
Return the curve for a gini curve for threshold in the prediction. Need to plot gini curve
Note: Predictions should be annualised (independent of exposure)
1 |
actual |
Array[Numeric] - Values we are aiming to predict. |
predicted |
Array[Numeric] - Values that we have predicted. |
weight |
Optional: Array[Numeric] - Weighting of predictions. If NUll even weighting is used |
na.rm |
logical. Should missing values be removed? |
dataframe with columns prediction - value of predictions (sorted) cum_act - cumulative fraction of actuals cum_pop - cumulative fraction of weight
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.