C# Class BuildingsIterator.Statistics.Calculators.RawMomentCalculator

Calculates ith raw moment of sample.
Inheritance: IOnePicksCalculator
Afficher le fichier Open project: intervals-mining-lab/libiada-core

Méthodes publiques

Méthode Description
Calculate ( List sample ) : double

Calculates raw moment of given power for given sample.

RawMomentCalculator ( int i ) : System

Initializes a new instance of the RawMomentCalculator class.

Method Details

Calculate() public méthode

Calculates raw moment of given power for given sample.
public Calculate ( List sample ) : double
sample List /// The sample. ///
Résultat double

RawMomentCalculator() public méthode

Initializes a new instance of the RawMomentCalculator class.
public RawMomentCalculator ( int i ) : System
i int /// Moment's power. ///
Résultat System