mcDNorm: dnorm but with more arguments

Description Usage Arguments Value

View source: R/CtsHypothesisTests.R

Description

compute density of normal distribution while allowing for more arguments which are ignored

Usage

1
mcDNorm(x, mean = 0, sd = 1, log = FALSE, ...)

Arguments

x

x value

mean

mean of normal distribution

sd

std. dev. of noraml distribution

log

logical; if TRUE probabilities are given as log(p). See stats::dnorm

...

extra parameters which are ignored

Value

density of normal distribution


mcStats documentation built on March 26, 2020, 7:37 p.m.