Learn R Programming

GUIDE (version 1.2.7)

pval: Calculate the cumulative probability corresponding to a given a z value from a normal distribution.

Description

Function to calculate the cumulative probability corresponding to a given a z value from a normal distribution.

Usage

pval()

Arguments

Value

The cumulative probability from the left tail of the distribution till the given z value.

Details

The user input is as follows: z value: A number that can be from - infinity to + infinity. E.g. -1.65

References

John C. Hull, "Options, Futures, and Other Derivatives", 8/E, Prentice Hall, 2012.

See Also

zval