WeightedKDE {scdensity} | R Documentation |
Function to carry out the weighted or adjusted KDE optimization.
Description
This function sets up the problem and finds an optimal shape-constrained estimate for a specified set of important points.
Usage
WeightedKDE(P)
Arguments
P |
A list, as created by InitializeP(). |
Value
A mutated version of the input list, with additional elements giving the optimization output.
[Package scdensity version 1.0.3 Index]