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 BandwidthMethodpublic void setSmoothMethod(AbstractSmoothMethod S)
setSmoothMethod in interface BandwidthMethodpublic abstract DblMatrix getBandwidth(Lpreg Reg, DblMatrix X)
getBandwidth in interface BandwidthMethodpublic abstract DblMatrix[] getXlocal()
getXlocal in interface BandwidthMethodpublic abstract DblMatrix getYlocal()
getYlocal in interface BandwidthMethodpublic abstract Subscript[] getLocal()
getLocal in interface BandwidthMethodpublic abstract void update(Lpreg R)
update in interface BandwidthMethodCopyright © 2011, 2013. Daniel P. Dougherty