Computes cdf values of observed distances from fitted distribution. For a set of observed x it returns the integral of f(x) for the range= (inner, x), where inner is the innermost distance which is observable (either 0 or left if left truncated). In terms of g(x) this is the integral of g(x) over range divided by the integral of g(x) over the entire range of the data (inner, W).
cdf.ds(model, newdata = NULL)
vector of cdf values for each observation
fitted distance sampling model
new data values if computed for values other than the original observations
Jeff Laake
qqplot.ddf