.get_auc {nlpred}R Documentation

Compute the AUC given the cdf and pdf of psi

Description

See ?.get_psi_distribution to understand expected input format

Usage

.get_auc(dist_y0, dist_y1)

Arguments

dist_y0

Distribution of psi given Y = 0

dist_y1

Distribution of psi given Y = 1

Value

Numeric value of AUC


[Package nlpred version 1.0.1 Index]