dnor | R Documentation |
Probability density function of Normal Distribution
dnor(x, para = c(1, 2))
x |
quantile/s |
para |
parameters as c(location, scale) |
Probability density function
Mohanad Zaghloul [aut, cre], Simon Michael Papalexiou [aut, ths], Amin Elshorbagy [aut, ths]
d <- dnor(x = 1.5, para = c(1, 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.