norm_moment: Gaussian Moments

Description Usage Arguments Value Examples

View source: R/aux_fcn.R

Description

Gaussian Moments

Usage

1
norm_moment(n, mu, sig)

Arguments

n

the power of moment to be calculated

mu

mean of the normal distribution

sig

standard deviation of the normal distribution

Value

nth moment of N(mu, sig^2)

Examples

1
norm_moment(6, 1, 2)

koohyun-kwon/OptACI documentation built on Oct. 6, 2020, 8:09 a.m.