g_fun {SeBR} | R Documentation |
Compute the transformation
Description
Given the CDFs of z and y, compute a smoothed function to evaluate the transformation
Usage
g_fun(y, Fy_eval, z, Fz_eval)
Arguments
y |
vector of points at which the CDF of y is evaluated |
Fy_eval |
CDF of y evaluated at |
z |
vector of points at which the CDF of z is evaluated |
Fz_eval |
CDF of z evaluated at |
Value
A smooth monotone function which can be used for evaluations of the transformation.
[Package SeBR version 1.0.0 Index]