skewNormal: Evaluates a normal function at specific locations.

View source: R/skewNormalFit.R

skewNormalR Documentation

Evaluates a normal function at specific locations.

Description

?

Usage

skewNormal(par, x)

Arguments

par

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

x

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

Details

?

Value

A numeric vector with the value of the skewed 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.