C# Class CanvasClean.LoessInterpolator.LoessInterval

Mostrar archivo Open project: Illumina/canvas

Public Methods

Method Description
Contains ( double x ) : bool

Whether the interval contains x

IsLeftOf ( double x ) : bool

Whether the interval is on the left of x

IsRightOf ( double x ) : bool

Whether the interval is on the right of x

LoessInterval ( double xMin, double xMax, int bandwidthInterval ) : System

Method Details

Contains() public method

Whether the interval contains x
public Contains ( double x ) : bool
x double
return bool

IsLeftOf() public method

Whether the interval is on the left of x
public IsLeftOf ( double x ) : bool
x double
return bool

IsRightOf() public method

Whether the interval is on the right of x
public IsRightOf ( double x ) : bool
x double
return bool

LoessInterval() public method

public LoessInterval ( double xMin, double xMax, int bandwidthInterval ) : System
xMin double
xMax double
bandwidthInterval int
return System