C# 클래스 CanvasClean.LoessInterpolator.LoessInterval

파일 보기 프로젝트 열기: Illumina/canvas

공개 메소드들

메소드 설명
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

메소드 상세

Contains() 공개 메소드

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

IsLeftOf() 공개 메소드

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

IsRightOf() 공개 메소드

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

LoessInterval() 공개 메소드

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