normalDistribution: normalDistribution

Description Usage Arguments Details Value Author(s) Examples

View source: R/normalDistribution.R

Description

Probability density distribution of a normally distributed variable.

Usage

1
normalDistribution(x = "numeric", mu = "numeric", sigma = "numeric")

Arguments

x

The x-value (numeric)

mu

The expextation value (numeric)

sigma

The standard deviation (numeric)

Details

Calculates p(x | mu, sigma). Where p is the probability of observing an event x given the expected value mu and the standard deviation sigma.

Value

The probability of observing event x given mu and sigma. (numeric)

Author(s)

Sebastian Malkusch, malkusch@med.uni-frankfurt.de

Examples

1
y <- pguIMP::normalDistribution(x=5, mu=0.0, sigma=1.0)

pguIMP documentation built on Sept. 30, 2021, 5:08 p.m.