risk.validation.brierScore
Syntax
Description
returns the Brier score, where brierValue
= risk.validation.brierScore(Probability
,BinaryResponse
)Probability
contains numeric values that
represent quantities such as probability of default (PD) estimates.
BinaryResponse
specifies the target state of each value in
Probability
.
[
returns a structure with the fields brierValue
,Output
] = risk.validation.brierScore(Probability
,BinaryResponse
)BrierScore
,
MeanResponse
, and ReferenceScore
.
Examples
Input Arguments
Output Arguments
More About
References
[1] Brier, G. W., “Verification of Forecasts Expressed in Terms of Probability”, Monthly Weather Review, Vol. 78, Number 1, January, 1950.
[2] Basel Committee on Banking Supervision, “Studies on the Validation of Internal Rating Systems”, Working Paper 14, May, 2005. https://www.bis.org/publ/bcbs_wp14.htm.
Version History
Introduced in R2025a