dlink<- {RBesT} | R Documentation |
Transform Densities with a link function
Description
One-to-one transforms (mixture) of densities using a link function.
Usage
dlink(object) <- value
Arguments
object |
Mixture density to apply link to. |
value |
Link. Note: link functions are assumed to be order preserving, i.e. if x_1 < x_2 holds, then link(x_1) < link(x_2). |
[Package RBesT version 1.8-0 Index]