tr.nd {YRmisc}R Documentation

Normal density function

Description

Calculate normal density function value at x with a mean of mu and standard deviation of sig.

Usage

tr.nd(x,mu,sig)

Arguments

x

:x value

mu

:mean value

sig

:standard deviation

Examples

 tr.nd(seq(-3, 3, 0.1), 0, 1)

[Package YRmisc version 0.1.6 Index]