Normal: Defines a probability space for a normal distribution.

Description Usage Arguments

View source: R/distributions.R

Description

Defines a probability space for a normal distribution.

Usage

1
Normal(mean = 0, sd = 1, var = NULL)

Arguments

mean

(double): mean parameter of the normal distribution

sd

(double): standard deviation parameter of the normal distribution (if specified, var parameter will be ignored)

var

(double): variance parameter of the normal distribution


hayate0304/Rsymbulate documentation built on May 17, 2019, 8:20 a.m.