normal_fun: Normal distribution function

View source: R/calculus_funs.R

normal_funR Documentation

Normal distribution function

Description

Normal distribution function

Usage

normal_fun(x, mean = 0, sd = 1)

Arguments

x

x value.

mean

the mean.

sd

the standard deviation.

Value

y value for the given x.


jbryer/VisualStats documentation built on Feb. 27, 2025, 6:19 p.m.