C# Class Accord.Statistics.Analysis.ContrastFunctions.Kurtosis

Inheritance: IContrastFunction
Afficher le fichier Open project: accord-net/framework

Méthodes publiques

Méthode Description
Evaluate ( double x, double output, double derivative ) : void

Contrast function.

Kurtosis ( ) : System

Initializes a new instance of the Kurtosis class.

Method Details

Evaluate() public méthode

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 .
Résultat void

Kurtosis() public méthode

Initializes a new instance of the Kurtosis class.
public Kurtosis ( ) : System
Résultat System