surv {GBJ}R Documentation

surv.R

Description

Survival (1 minus the CDF) function of standard normal random variable.

Usage

surv(x)

Arguments

x

Vector of quantiles

Value

Probability that a standard normal random variable is greater than x.

Examples

surv(0)		# Should return 0.5

[Package GBJ version 0.5.4 Index]