Skip to contents

Makes a distribution belonging to the family of Normal (Gaussian) distributions.

Usage

dst_norm(mean, variance)

Arguments

mean, variance

Mean and variance of the distribution.

Examples

dst_norm(0, 1)
#> [1] "norm"       "parametric" "dst"       
#> 
#>  name :
#> [1] "norm"