C# 클래스 Accord.Statistics.Analysis.ContrastFunctions.Kurtosis

상속: IContrastFunction
파일 보기 프로젝트 열기: accord-net/framework

공개 메소드들

메소드 설명
Evaluate ( double x, double output, double derivative ) : void

Contrast function.

Kurtosis ( ) : System

Initializes a new instance of the Kurtosis class.

메소드 상세

Evaluate() 공개 메소드

Contrast function.
public Evaluate ( double x, double output, double derivative ) : void
x double The vector of observations.
output double At method's return, this parameter /// should contain the evaluation of function over the vector /// of observations .
derivative double At method's return, this parameter /// should contain the evaluation of function derivative over /// the vector of observations .
리턴 void

Kurtosis() 공개 메소드

Initializes a new instance of the Kurtosis class.
public Kurtosis ( ) : System
리턴 System