scaled_brier {psfmi} | R Documentation |
Calculates the scaled Brier score
Description
Calculates the scaled Brier score
Usage
scaled_brier(obs, pred)
Arguments
obs |
Observed outcomes. |
pred |
Predicted outcomes in the form of probabilities. |
Value
The value for the scaled Brier score.
Author(s)
Martijn Heymans, 2020
See Also
psfmi_perform
, pool_performance
[Package psfmi version 1.4.0 Index]