moment_norm | R Documentation |
Moments of normal distribution, parameter nomenclature follows dnorm function.
moment_norm(mean = 0, sd = 1)
mean |
numeric scalar or vector,
mean parameter |
sd |
numeric scalar or vector,
standard deviation |
Function moment_norm()
returns a moment object.
moment_norm(mean = 1.2, sd = .7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.