View source: R/skewNormalFit.R
skewNormal | R Documentation |
?
skewNormal(par, x)
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. |
?
A numeric vector with the value of the skewed normal function described by the parameters 'par', as evaluated at the positions in 'x'.
?
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.