Learn R Programming

distionary (version 0.1.0)

dst_norm: Normal (Gaussian) Distribution

Description

Makes a Normal (Gaussian) distribution.

Usage

dst_norm(mean, sd)

Value

A Normal distribution.

Arguments

mean

Mean of the distribution. Single numeric.

sd

Standard deviation of the distribution. Single positive numeric.

Examples

Run this code
dst_norm(0, 1)

Run the code above in your browser using DataLab