Learn R Programming

param2moment (version 0.1.3)

moment_norm: Moments of Normal Distribution

Description

Moments of normal distribution, parameter nomenclature follows dnorm function.

Usage

moment_norm(mean = 0, sd = 1)

Value

Function moment_norm() returns a moment object.

Arguments

mean

numeric scalar or vector, mean parameter \(\mu\)

sd

numeric scalar or vector, standard deviation \(\sigma\)

Examples

Run this code
moment_norm(mean = 1.2, sd = .7)

Run the code above in your browser using DataLab