Click or drag to resize
Accord.NET (logo)

ReceiverOperatingCurveTestDeLongVariance Method

Calculates the standard error of an area calculation for a curve with the given number of positive and negatives instances

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public static double DeLongVariance(
	double[] positiveAccuracies,
	double[] negativeAccuracies
)
Request Example View Source

Parameters

positiveAccuracies
Type: SystemDouble
negativeAccuracies
Type: SystemDouble

Return Value

Type: Double
See Also