estNormal | R Documentation |
Fast estimation of mean and standard deviation of a normal distrbution, optionally with weights
estNormal(y, w = NULL, p = length(y))
y |
vector of observations |
w |
optional weight vector |
p |
The number of features |
A vector of length 2 with mean and standard deviation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.