C# Class Jellyfish.Commands.Metrics.PercentileSnapshot

Afficher le fichier Open project: Zenasoft/Jellyfish.Commands Class Usage Examples

Méthodes publiques

Méthode Description
GetPercentile ( double percentile ) : int

Provides percentile computation.

PercentileSnapshot ( IEnumerable dataList ) : Jellyfish.Commands.Utils

Private Methods

Méthode Description
ComputePercentile ( double percent ) : int

Percentile (Wikipedia) Percentile percentile of data desired data at the asked-for percentile. Interpolation is used if exactness is not possible

PercentileSnapshot ( ) : Jellyfish.Commands.Utils

Method Details

GetPercentile() public méthode

Provides percentile computation.
public GetPercentile ( double percentile ) : int
percentile double
Résultat int

PercentileSnapshot() public méthode

public PercentileSnapshot ( IEnumerable dataList ) : Jellyfish.Commands.Utils
dataList IEnumerable
Résultat Jellyfish.Commands.Utils