tr.nd: Normal density function

Description Usage Arguments Examples

View source: R/tr.nd.R

Description

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

Usage

1
tr.nd(x,mu,sig)

Arguments

x

:x value

mu

:mean value

sig

:standard deviation

Examples

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

PMmisc documentation built on May 1, 2019, 9:57 p.m.

Related to tr.nd in PMmisc...