Learn R Programming

scdensity (version 1.0.3)

WeightedKDE: 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)

Value

A mutated version of the input list, with additional elements giving the optimization output.

Arguments

P

A list, as created by InitializeP().