Normal distribution as a CompositeFamily
Normal(mean = 0, sd = 1)
mean
the mean
sd
the standard deviation
a new ContinuousFamily object
dist <- Normal() dist$quantile(0.95)