|
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
)
Public Sub New (
curve As ReceiverOperatingCharacteristic,
Optional hypothesizedValue As Double = 0.5,
Optional alternate As OneSampleHypothesis = OneSampleHypothesis.ValueIsDifferentFromHypothesis
)
Request Example
View SourceParameters
- 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