| Library: | distribs |
| See also: | qfn2 qfchi2 qff2 qft2 |
| Quantlet: | qfn2 | |
| Description: | Qfn2 returns the inverse of the standard normal distribution function for the elements of an array. |
| Usage: | y=qfn2(x) | |
| Input: | ||
| x | input array | |
| Output: | ||
| y | output array, it contains the inverse of the standard normal distribution function for the elements of array x | |
library("distribs")
qfn2( #(0, 0.5987, 1.2)' )
Contents of y [1,] -INF 0.24998 -NAN