estimate_p: 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 \(\delta\)
Value
An empirical estimate of \(P(X < X + \delta)\)