normal: Evaluates a normal function at specific locations.

View source: R/normalFit.R

normalR Documentation

Evaluates a normal function at specific locations.

Description

?

Usage

normal(par, x)

Arguments

par

A named, numeric vector describing a normal function by its mean ('mu'), standard deviation ('sigma'), an offset ('offset') and a multiplication factor ('scale').

x

A numeric vector with locations to evaluate the normal function at.

Details

?

Value

A numeric vector with the value of the normal function described by the parameters 'par', as evaluated at the positions in 'x'.

Examples

?

thartbm/SMCL documentation built on Oct. 23, 2022, 5:17 a.m.