C# Class Jellyfish.Commands.Metrics.PercentileSnapshot

Mostra file Open project: Zenasoft/Jellyfish.Commands Class Usage Examples

Public Methods

Method Description
GetPercentile ( double percentile ) : int

Provides percentile computation.

PercentileSnapshot ( IEnumerable dataList ) : Jellyfish.Commands.Utils

Private Methods

Method 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 method

Provides percentile computation.
public GetPercentile ( double percentile ) : int
percentile double
return int

PercentileSnapshot() public method

public PercentileSnapshot ( IEnumerable dataList ) : Jellyfish.Commands.Utils
dataList IEnumerable
return Jellyfish.Commands.Utils