Learn R Programming

CalibratR (version 0.1.2)

get_Brier_score: get_Brier_score

Description

FUNCTION_DESCRIPTION

Usage

get_Brier_score(actual, predicted)

Arguments

actual

vector of observed class labels (0/1)

predicted

vector of uncalibrated predictions

Value

OUTPUT_DESCRIPTION

Details

DETAILS