public abstract class AbstractBandwidthMethod extends java.lang.Object implements BandwidthMethod
Modifier and Type | Field and Description |
---|---|
AbstractSmoothMethod |
SmoothMethod |
Constructor and Description |
---|
AbstractBandwidthMethod(Lpreg func) |
Modifier and Type | Method and Description |
---|---|
abstract DblMatrix |
getBandwidth(Lpreg Reg,
DblMatrix X) |
abstract Subscript[] |
getLocal() |
AbstractSmoothMethod |
getSmoothMethod() |
abstract DblMatrix[] |
getXlocal() |
abstract DblMatrix |
getYlocal() |
void |
setSmoothMethod(AbstractSmoothMethod S) |
abstract void |
update(Lpreg R) |
public AbstractSmoothMethod SmoothMethod
public AbstractBandwidthMethod(Lpreg func)
public AbstractSmoothMethod getSmoothMethod()
getSmoothMethod
in interface BandwidthMethod
public void setSmoothMethod(AbstractSmoothMethod S)
setSmoothMethod
in interface BandwidthMethod
public abstract DblMatrix getBandwidth(Lpreg Reg, DblMatrix X)
getBandwidth
in interface BandwidthMethod
public abstract DblMatrix[] getXlocal()
getXlocal
in interface BandwidthMethod
public abstract DblMatrix getYlocal()
getYlocal
in interface BandwidthMethod
public abstract Subscript[] getLocal()
getLocal
in interface BandwidthMethod
public abstract void update(Lpreg R)
update
in interface BandwidthMethod
Copyright © 2011, 2013. Daniel P. Dougherty