Click or drag to resize
Accord.NET (logo)

TwoReceiverOperatingCurveTest Constructor

Creates a new test for two ROC curves.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public TwoReceiverOperatingCurveTest(
	ReceiverOperatingCharacteristic curve1,
	ReceiverOperatingCharacteristic curve2,
	double hypothesizedDifference = 0,
	TwoSampleHypothesis alternate = TwoSampleHypothesis.ValuesAreDifferent
)
Request Example View Source

Parameters

curve1
Type: Accord.Statistics.AnalysisReceiverOperatingCharacteristic
The first ROC curve.
curve2
Type: Accord.Statistics.AnalysisReceiverOperatingCharacteristic
The second ROC curve.
hypothesizedDifference (Optional)
Type: SystemDouble
The hypothesized difference between the two areas.
alternate (Optional)
Type: Accord.Statistics.TestingTwoSampleHypothesis
The alternative hypothesis (research hypothesis) to test.
See Also