compute_density {CausalGPS} | R Documentation |
A function to impute missing values based on density estimation of another vector or itself after removing the missing values.
compute_density(x0, x1)
x0 |
vector |
x1 |
vector |
Returns approximation of density value of vector x1 based on vector x0.