C# Class Accord.Statistics.Testing.TwoReceiverOperatingCurveTest

Inheritance: TwoSampleZTest
Show file Open project: accord-net/framework Class Usage Examples

Public Methods

Method Description
TwoReceiverOperatingCurveTest ( ReceiverOperatingCharacteristic curve1, ReceiverOperatingCharacteristic curve2, double hypothesizedDifference, TwoSampleHypothesis alternate = TwoSampleHypothesis.ValuesAreDifferent ) : System

Creates a new test for two ROC curves.

Method Details

TwoReceiverOperatingCurveTest() public method

Creates a new test for two ROC curves.
public TwoReceiverOperatingCurveTest ( ReceiverOperatingCharacteristic curve1, ReceiverOperatingCharacteristic curve2, double hypothesizedDifference, TwoSampleHypothesis alternate = TwoSampleHypothesis.ValuesAreDifferent ) : System
curve1 ReceiverOperatingCharacteristic The first ROC curve.
curve2 ReceiverOperatingCharacteristic The second ROC curve.
hypothesizedDifference double The hypothesized difference between the two areas.
alternate TwoSampleHypothesis The alternative hypothesis (research hypothesis) to test.
return System