normpdf: Probability density function of a gaussian distribution

View source: R/misc_functions.R

normpdfR Documentation

Probability density function of a gaussian distribution

Description

normpdf returns the value of f(x, \mu, \sigma^2), the probability density function (PDF) of a gaussian distribution

Usage

normpdf(x, mean, sd)

Arguments

x

(numeric) vector of values over which to compute the PDF

mean

(numeric) mean of the gaussian

sd

(numeric) standard deviation of the gaussian

Value

(numeric) vector of values equal in length to x


lculibrk/Ploidetect documentation built on May 18, 2023, 5:53 p.m.