probitnorm: Functions related to probit-normal distribution.

probitnormR Documentation

Functions related to probit-normal distribution.

Description

Functions related to probit-normal distribution.

Usage

dprobitnorm(x, mu, sigma)

pprobitnorm(x, mu, sigma)

rprobitnorm(n, mu, sigma)

qprobitnorm(x, mu, sigma)

Arguments

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)

Value

Depends on the function


mcmapper documentation built on Nov. 4, 2024, 5:07 p.m.