Click or drag to resize
Accord.NET (logo)

ReceiverOperatingCurveTest Constructor

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public ReceiverOperatingCurveTest(
	ReceiverOperatingCharacteristic curve,
	double hypothesizedValue = 0.5,
	OneSampleHypothesis alternate = OneSampleHypothesis.ValueIsDifferentFromHypothesis
)
Request Example View Source

Parameters

curve
Type: Accord.Statistics.AnalysisReceiverOperatingCharacteristic
The curve to be tested.
hypothesizedValue (Optional)
Type: SystemDouble
The hypothesized value for the ROC area.
alternate (Optional)
Type: Accord.Statistics.TestingOneSampleHypothesis
The alternative hypothesis (research hypothesis) to test.
See Also