Click or drag to resize
Accord.NET (logo)

ReceiverOperatingCurveTestHanleyMcNealVariance 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 HanleyMcNealVariance(
	double area,
	int positiveCount,
	int negativeCount
)
Request Example View Source

Parameters

area
Type: SystemDouble
positiveCount
Type: SystemInt32
negativeCount
Type: SystemInt32

Return Value

Type: Double
See Also