p {RGeode} | R Documentation |
The decreasing function for the adptive puning.
p(t, c0, c1)
t |
int |
c0 |
double |
c1 |
double |
p
returns the threshold of interest:
p(t) |
double |
L. Rimella, lorenzo.rimella@hotmail.it
[1] A. Canale, D. Dunson, Y. Wang.
"Scalable Geometric Density Estimation" (2016).
(available at https://arxiv.org/abs/1410.7692).
The implementation of rgammatr is inspired to the Matlab
implementation of rexptrunc by Ye Wang.
t = 10 c0= -1 c1= 10 p(t, c0, c1)