Package | Description |
---|---|
com.mockturtlesolutions.snifflib.graphics |
Contains standard classes and interfaces for 2D and 3D graphics.
|
com.mockturtlesolutions.snifflib.invprobs |
Contains standard classes and interfaces for solving statistical inverse problems.
|
Constructor and Description |
---|
LpregPanel.ResultsTab.InvOptObjective(Lpreg reg,
int d) |
Modifier and Type | Method and Description |
---|---|
abstract DblMatrix |
AbstractBandwidthMethod.getBandwidth(Lpreg Reg,
DblMatrix X) |
DblMatrix |
BandwidthMethod.getBandwidth(Lpreg reg,
DblMatrix xx) |
DblMatrix |
NNBandwidth.getBandwidth(Lpreg Reg,
DblMatrix thisxx) |
DblMatrix |
SmoothMethod.getSmoothParameter(Lpreg Reg,
DblMatrix xx) |
abstract DblMatrix |
AbstractSmoothMethod.getSmoothParameter(Lpreg Reg,
DblMatrix xx) |
DblMatrix |
FixedSmoothMethod.getSmoothParameter(Lpreg reg,
DblMatrix thisxx) |
DblMatrix |
GCVSmoothMethod.getSmoothParameter(Lpreg reg,
DblMatrix thisxx)
Since the GCV smoothing parameter is global the specified coordinates
are ignored.
|
DblMatrix |
GCVSmoothMethod.optimize(Lpreg reg) |
abstract void |
AbstractBandwidthMethod.update(Lpreg R) |
void |
SmoothMethod.update(Lpreg reg) |
void |
BandwidthMethod.update(Lpreg reg) |
abstract void |
AbstractSmoothMethod.update(Lpreg R) |
void |
NNBandwidth.update(Lpreg R)
Calls the update method of the SmoothMethod.
|
void |
FixedSmoothMethod.update(Lpreg R)
This update method has no effect.
|
void |
GCVSmoothMethod.update(Lpreg reg)
Sets the SmoothMethod to fixed, then calls the optimize method to determine
the optimial fixed smoothing parameter.
|
Constructor and Description |
---|
AbstractBandwidthMethod(Lpreg func) |
AbstractSmoothMethod(Lpreg func) |
FixedSmoothMethod(Lpreg S) |
FixedSmoothMethod(Lpreg S,
DblMatrix Init) |
GCVSmoothMethod(Lpreg S) |
GCVSmoothMethod(Lpreg S,
DblMatrix Init) |
NNBandwidth(Lpreg func) |
Copyright © 2011, 2013. Daniel P. Dougherty