C# 클래스 Accord.Statistics.Testing.ReceiverOperatingCurveTest

상속: Accord.Statistics.Testing.ZTest
파일 보기 프로젝트 열기: accord-net/framework

공개 메소드들

메소드 설명
DeLongVariance ( double positiveAccuracies, double negativeAccuracies ) : double

Calculates the standard error of an area calculation for a curve with the given number of positive and negatives instances

HanleyMcNealVariance ( double area, int positiveCount, int negativeCount ) : double

Calculates the standard error of an area calculation for a curve with the given number of positive and negatives instances

ReceiverOperatingCurveTest ( ReceiverOperatingCharacteristic curve, double hypothesizedValue = 0.5, OneSampleHypothesis alternate = OneSampleHypothesis.ValueIsDifferentFromHypothesis ) : System

Creates a new ReceiverOperatingCurveTest.

메소드 상세

DeLongVariance() 공개 정적인 메소드

Calculates the standard error of an area calculation for a curve with the given number of positive and negatives instances
public static DeLongVariance ( double positiveAccuracies, double negativeAccuracies ) : double
positiveAccuracies double
negativeAccuracies double
리턴 double

HanleyMcNealVariance() 공개 정적인 메소드

Calculates the standard error of an area calculation for a curve with the given number of positive and negatives instances
public static HanleyMcNealVariance ( double area, int positiveCount, int negativeCount ) : double
area double
positiveCount int
negativeCount int
리턴 double

ReceiverOperatingCurveTest() 공개 메소드

Creates a new ReceiverOperatingCurveTest.
public ReceiverOperatingCurveTest ( ReceiverOperatingCharacteristic curve, double hypothesizedValue = 0.5, OneSampleHypothesis alternate = OneSampleHypothesis.ValueIsDifferentFromHypothesis ) : System
curve ReceiverOperatingCharacteristic The curve to be tested.
hypothesizedValue double The hypothesized value for the ROC area.
alternate OneSampleHypothesis The alternative hypothesis (research hypothesis) to test.
리턴 System