public class NNBandwidth extends AbstractBandwidthMethod
SmoothMethod| Constructor and Description |
|---|
NNBandwidth(Lpreg func) |
| Modifier and Type | Method and Description |
|---|---|
DblMatrix |
getBandwidth(Lpreg Reg,
DblMatrix thisxx) |
Subscript[] |
getLocal()
Get the subscripts of the local neighborhood.
|
AbstractSmoothMethod |
getSmoothMethod() |
DblMatrix[] |
getXlocal() |
DblMatrix |
getYlocal() |
void |
setK(int N) |
void |
setSmoothMethod(AbstractSmoothMethod S) |
void |
update(Lpreg R)
Calls the update method of the SmoothMethod.
|
public NNBandwidth(Lpreg func)
public void setSmoothMethod(AbstractSmoothMethod S)
setSmoothMethod in interface BandwidthMethodsetSmoothMethod in class AbstractBandwidthMethodpublic AbstractSmoothMethod getSmoothMethod()
getSmoothMethod in interface BandwidthMethodgetSmoothMethod in class AbstractBandwidthMethodpublic void setK(int N)
public DblMatrix[] getXlocal()
getXlocal in interface BandwidthMethodgetXlocal in class AbstractBandwidthMethodpublic DblMatrix getYlocal()
getYlocal in interface BandwidthMethodgetYlocal in class AbstractBandwidthMethodpublic void update(Lpreg R)
update in interface BandwidthMethodupdate in class AbstractBandwidthMethodpublic Subscript[] getLocal()
getLocal in interface BandwidthMethodgetLocal in class AbstractBandwidthMethodpublic DblMatrix getBandwidth(Lpreg Reg, DblMatrix thisxx)
getBandwidth in interface BandwidthMethodgetBandwidth in class AbstractBandwidthMethodCopyright © 2011, 2013. Daniel P. Dougherty