C# Class R3.Math.Statistics

显示文件 Open project: roice3/Honeycombs

Public Methods

Method Description
ElementAtPercentage ( this source, double percentage ) : double

This is like Median, but allows you to grab the element an arbitrary percentage along. percentage should be between 0 and 1.

Median ( this source ) : double

Method Details

ElementAtPercentage() public static method

This is like Median, but allows you to grab the element an arbitrary percentage along. percentage should be between 0 and 1.
public static ElementAtPercentage ( this source, double percentage ) : double
source this
percentage double
return double

Median() public static method

public static Median ( this source ) : double
source this
return double