myNormCurve | R Documentation |
This function will create a normal distribution given then mean and standard deviation, and will calculate area under the distribution from negative infinity to a, a user-input parameter.
myNormCurve(mu, sigma, a)
mu |
decimal or integer center of distribution |
sigma |
decimal or integer standard deviation |
a |
upper limit for the area under the distribution |
myNormCurve(2, 3, 1) myNormCurve(4, 1, 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.