LinePickingInverseCDF: Get inverse CDF for LinePicking problems

Description Usage Arguments Value Note Author(s) Examples

View source: R/LinePickingInverseCDF.R

Description

Takes a point, t, between 0 and 1 and returns point x such that P(X <= x) = t

Usage

1
2
  LinePickingInverseCDF(t, problem = 0, parameters,
    trace = FALSE)

Arguments

t

number between 0 and 1, can also be a vector

problem

see LinePickingCDF

parameters

values to describe the problem

trace

boolean, if true gives some extra info. Default is false

Value

points x

Note

September 18 2012

Author(s)

Eric Parsonage, Matt Roughan, Jono Tuke

Examples

1
2
t <- seq(0,1,by=0.1)
LinePickingInverseCDF(t = t, problem = 0,parameters=1)

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