C# 클래스 DataDebugMethods.NormalDistribution

파일 보기 프로젝트 열기: plasma-umass/DataDebug 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_ranked_errors List

공개 메소드들

메소드 설명
Mean ( ) : Double
NormalDistribution ( AST range_nodes, Microsoft.Office.Interop.Excel app ) : System
NormalDistribution ( Microsoft.Office.Interop.Excel r ) : System
__phi ( double x ) : double
erf ( double x ) : double
erfc ( double x ) : double
getErrorAtPosition ( int rank ) : Microsoft.Office.Interop.Excel.Range
getErrorsCount ( ) : int
getRankedErrors ( ) : List
getStandardDeviation ( ) : Double
getVariance ( ) : Double
getWorstError ( ) : Microsoft.Office.Interop.Excel.Range

비공개 메소드들

메소드 설명
__error ( ) : Double>.Dictionary
__mean ( ) : Double
__rank_errors ( ) : List
__standard_deviation ( ) : Double
__variance ( ) : Double

메소드 상세

Mean() 공개 메소드

public Mean ( ) : Double
리턴 Double

NormalDistribution() 공개 메소드

public NormalDistribution ( AST range_nodes, Microsoft.Office.Interop.Excel app ) : System
range_nodes AST
app Microsoft.Office.Interop.Excel
리턴 System

NormalDistribution() 공개 메소드

public NormalDistribution ( Microsoft.Office.Interop.Excel r ) : System
r Microsoft.Office.Interop.Excel
리턴 System

__phi() 공개 정적인 메소드

public static __phi ( double x ) : double
x double
리턴 double

erf() 공개 정적인 메소드

public static erf ( double x ) : double
x double
리턴 double

erfc() 공개 정적인 메소드

public static erfc ( double x ) : double
x double
리턴 double

getErrorAtPosition() 공개 메소드

public getErrorAtPosition ( int rank ) : Microsoft.Office.Interop.Excel.Range
rank int
리턴 Microsoft.Office.Interop.Excel.Range

getErrorsCount() 공개 메소드

public getErrorsCount ( ) : int
리턴 int

getRankedErrors() 공개 메소드

public getRankedErrors ( ) : List
리턴 List

getStandardDeviation() 공개 메소드

public getStandardDeviation ( ) : Double
리턴 Double

getVariance() 공개 메소드

public getVariance ( ) : Double
리턴 Double

getWorstError() 공개 메소드

public getWorstError ( ) : Microsoft.Office.Interop.Excel.Range
리턴 Microsoft.Office.Interop.Excel.Range

프로퍼티 상세

_ranked_errors 공개적으로 프로퍼티

public List _ranked_errors
리턴 List