Package | Description |
---|---|
com.mockturtlesolutions.snifflib.invprobs |
Contains standard classes and interfaces for solving statistical inverse problems.
|
Modifier and Type | Class and Description |
---|---|
class |
BiweightWeightAlgorithm
Biweight kernel weight function.
|
class |
EpanechnikovWeightAlgorithm
Epanechnikov kernel weight function.
|
class |
NormalWeightAlgorithm
Normal kernel weight function.
|
class |
StdRobustWeightAlgorithm |
class |
TricubeWeightAlgorithm
Tricube kernel weight function.
|
class |
TriweightWeightAlgorithm
Triweight kernel weight function.
|
class |
UniformWeightAlgorithm
Uniform kernel weight function.
|
Modifier and Type | Field and Description |
---|---|
AbstractWeightAlgorithm |
Lpreg.RKernel |
AbstractWeightAlgorithm |
Lpreg.SmoothingKernel |
Modifier and Type | Method and Description |
---|---|
AbstractWeightAlgorithm |
Weight.getAlgorithm() |
Modifier and Type | Method and Description |
---|---|
void |
Weight.setAlgorithm(AbstractWeightAlgorithm x) |
void |
Lpreg.setSmoothingKernel(AbstractWeightAlgorithm W)
Set the smoothing kernel.
|
Copyright © 2011, 2013. Daniel P. Dougherty