evalcdf: Evaluates and empirical cdf at a value

Description Usage Arguments Value

View source: R/predcurver-evalcdf.R

Description

Finds the closted observed value less than u and returns the probability.

Usage

1
  evalcdf(cdf, u)

Arguments

cdf

The cdf to be evaluated. The first column is the sorted vector x, the second column is the probability that X is less than x.

u

A vector of values at which the cdf will be evaluated.

Value

output A numeric vector between 0 and 1


sachsmc/predcurver documentation built on May 29, 2019, 12:44 p.m.