approxdens {fmx} | R Documentation |
Empirical Density Function
Description
..
Usage
approxdens(x, ...)
Arguments
x |
|
... |
additional parameters of density.default |
Details
approx inside density.default
another 'layer' of approxfun
Value
Function approxdens returns a function.
Examples
x = rnorm(1e3L)
f = approxdens(x)
f(x[1:3])
[Package fmx version 0.1.2 Index]