C# Class CanvasClean.LoessInterpolator.LoessInterval

Afficher le fichier Open project: Illumina/canvas

Méthodes publiques

Méthode 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 méthode

Whether the interval contains x
public Contains ( double x ) : bool
x double
Résultat bool

IsLeftOf() public méthode

Whether the interval is on the left of x
public IsLeftOf ( double x ) : bool
x double
Résultat bool

IsRightOf() public méthode

Whether the interval is on the right of x
public IsRightOf ( double x ) : bool
x double
Résultat bool

LoessInterval() public méthode

public LoessInterval ( double xMin, double xMax, int bandwidthInterval ) : System
xMin double
xMax double
bandwidthInterval int
Résultat System