compute_density {CausalGPS} | R Documentation |
Approximate density based on another vector
Description
A function to impute missing values based on density estimation of another vector or itself after removing the missing values.
Usage
compute_density(x0, x1)
Arguments
x0 |
vector |
x1 |
vector |
Value
Returns approximation of density value of vector x1 based on vector x0.
[Package CausalGPS version 0.5.0 Index]