|
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
)
Public Shared Function HanleyMcNealVariance (
area As Double,
positiveCount As Integer,
negativeCount As Integer
) As Double
Request Example
View SourceParameters
- area
- Type: SystemDouble
- positiveCount
- Type: SystemInt32
- negativeCount
- Type: SystemInt32
Return Value
Type:
DoubleSee Also