fitNormal | R Documentation |
?
fitNormal(values, pos, output = "mu")
values |
A numeric vector of data values. |
pos |
A numeric vector with N data positions. |
output |
The kind of output wanted (see Value). |
?
By default, this function only returns the location of the peak of the normal function fitted to the data, but there are other options: - mu: the mean - sigma: the standard deviation - offset: and offset added to the function - scale: a largely irrelevant scale parameter - par: all four parameters as a named, numeric vector
?
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.