estimate_p {skewsamp} | R Documentation |
Computes an empirical estimate of p
(P(X < X + \delta)
)
Description
Computes an empirical estimate of p
(P(X < X + \delta)
)
Usage
estimate_p(sample, delta)
Arguments
sample |
numeric vector of data to base the estimation on (X) |
delta |
numeric value, location shift parameter |
Value
An empirical estimate of P(X < X + \delta)
[Package skewsamp version 1.0.0 Index]