zval {GUIDE}R Documentation

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

zval()

Details

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

Value

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

Author(s)

S Subramanian <ssubramanian@sssihl.edu.in>

References

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

See Also

pval


[Package GUIDE version 1.2.7 Index]