dnorm_mine: Compute the PDF of a univariate normal distribution.

Description Usage Arguments Value

View source: R/standardizing_functions.R

Description

Compute the PDF of a univariate normal distribution.

Usage

1

Arguments

x

is the point where the density will be evaluated at.

mean

is the mean of the normal distribution.

sd

is the standard deviation of the normal distribution.

Value

It returns the density of a univariate normal distribution with specified mean and sd at point x.


sealx017/MIAMI documentation built on Feb. 11, 2022, 12:20 a.m.