myncurve | R Documentation |
Normal Curve Distribution
myncurve(mu, sigma, a)
mu |
mu as the mean of the distribution |
sigma |
sigma as the standard deviation of the distribution |
a |
a as the value that the random sample is less than |
Returns a normal distribution curve with the area shaded between the curve and the x-axis from -10000 to x=a. The area of P(x<=a) is also displayed on the plot.
myncurve(mu=10, sigma=2, a=8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.