powered by
Initializes the standard deviation for the Gaussian(s).
sd_uv(data, num_sd)
(matrix): The dataset provided by the user (converted to matrix format).
(number): Number of values corresponding to the number of clusters.
A vector of standard deviation value(s).
# NOT RUN { # Standard deviation of a random sample. sd_uv(rnorm(100,20,10), 2) # }
Run the code above in your browser using DataLab