probitnorm | R Documentation |
Functions related to probit-normal distribution.
dprobitnorm(x, mu, sigma)
pprobitnorm(x, mu, sigma)
rprobitnorm(n, mu, sigma)
qprobitnorm(x, mu, sigma)
x |
For density, CDF, and quantile functions |
mu |
Mean of the probit-transformed variable |
sigma |
SD of the probit-transformed variable |
n |
Number of draws requested (for rprobitnorm) |
Depends on the function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.