GetNumInvCDF: Gets numerical inverse CDF

Description Usage Arguments Value Note Author(s)

View source: R/GetNumInvCDF.R

Description

For the cases where c code does not return an inverse CDF. This uses uniroot to find an approximation.

Usage

1
  GetNumInvCDF(problem, parameters, t)

Arguments

problem

see LinePickingCDF

parameters
t

probabilities

Value

points x such that P(X <= x)=t

Note

September 18 2012

Author(s)

Eric Parsonage, Matt Roughan, Jono Tuke


mroughan/LinePicking documentation built on May 23, 2019, 7:48 a.m.