dinvnorm: Inverse of dnorm

Description Usage Arguments Note

Description

Inverse of dnorm. Provides the two values that solve y = dnorm(x, mu, sigma)

Usage

1
dinvnorm(y, mu, sigma)

Arguments

y

Numeric. The value to take the inverse normal of

mu

Numeric. The mean of the normal.

sigma

Numeric. The standard deviation of the normal.

Note

Inspired by a stackoverflow question that I can't seem to find anymore


Dasonk/Dmisc documentation built on May 6, 2019, 1:36 p.m.