Learn R Programming

PMmisc (version 0.1.2)

tr.nd: 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

Run this code
# NOT RUN {
 tr.nd(seq(-3, 3, 0.1), 0, 1)
# }

Run the code above in your browser using DataLab