Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

activeSetRoutines

Auxiliary Numerical Routines for the Function activeSetLogCon


Description

Functions that are used by activeSetLogCon.

Usage

LocalCoarsen(x, w, IsKnot)
LocalConvexity(x, phi)
LocalExtend(x, IsKnot, x2, phi2) 
LocalF(x, phi)
LocalNormalize(x, phi)
LocalMLE(x, w, IsKnot, phi_o, prec)
LocalVariance(x, w = NULL, phi)

Arguments

x

Vector of independent and identically distributed numbers, with strictly increasing entries.

w

Optional vector of nonnegative weights corresponding to x.

IsKnot

Vector with entries IsKnot_i = 1\{φ has a kink at x_i\}.

phi

Vector with entries φ(x_i).

x2

Vector of same type as x.

phi2

Vector of same type as φ.

phi_o

Optional starting vector.

prec

Threshold for the directional derivative during Newton-Raphson procedure.

Author(s)

See Also

All the above functions are used by activeSetLogCon to estimate a log-concave probability density.

Log concave density estimation via an iterative convex minorant algorithm can be performed using icmaLogCon.


logcondens

Estimate a Log-Concave Probability Density from Iid Observations

v2.1.5
GPL (>= 2)
Authors
Kaspar Rufibach <kaspar.rufibach@gmail.com> and Lutz Duembgen <duembgen@stat.unibe.ch>
Initial release
2016-07-11

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.