Rdocumentation
powered by
Learn R Programming
LIHNPSD (version 0.2.1)
rawcdfinv: Calculate Inverse of CDF using Newton's method
Description
Calculate Inverse of CDF using Newton's method
Usage
rawcdfinv(d, c, xinit)
Arguments
d
A fully specified PSD S3 object
c
CDF
xinit
Initial guess of x. Use 0 if not sure.
Value
References
See Section "Development of PSD" in the PSD paper
See Also
rawcdf