Visualize how changes in mean and standard deviation affect the shape of the normal distribution. Compute & visualize quantiles out of given probability and probability from a given quantile.
vdist_norm_plot(mean = 0, sd = 1)
mean | Mean of the normal distribution. |
---|---|
sd | Standard deviation of the normal distribution. |
# visualize normal distribution vdist_norm_plot()vdist_norm_plot(mean = 2, sd = 0.6)