pnorminv: Inverse Normal Cumulative Distribution Function

View source: R/pnorminv.R

pnorminvR Documentation

Inverse Normal Cumulative Distribution Function

Description

This function returns the inverse cumulative distribution function value for the normal distribution. It is calculated based on the inverse complemenary error function. The maximum CDF value that can be inverted is x = 0.999.

Usage

pnorminv(p, m = 0, s = 1)

Arguments

p

probability of nonexceedence < 1

m

mean of sample

s

standard deviation of sample

Value

value of nonexceedence for that probability


LimpopoLab/hydrostats documentation built on April 14, 2025, 5:25 a.m.