p {RGeode} | R Documentation |
Threshold probability (p(t))
Description
The decreasing function for the adptive puning.
Usage
p(t, c0, c1)
Arguments
t |
int |
c0 |
double |
c1 |
double |
Value
p
returns the threshold of interest:
p(t) |
double |
Author(s)
L. Rimella, lorenzo.rimella@hotmail.it
References
[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.
Examples
t = 10
c0= -1
c1= 10
p(t, c0, c1)
[Package RGeode version 0.1.0 Index]