Description Usage Arguments Value Examples
A function to display a normal curve.
1 |
a |
The probability that X will be less than or equal to. |
mu |
The mean. |
sigma |
The standard deviation. |
Makes a curve, shades the area from negative infinity to a, calculates the probability that X <= a, P(X <= a), prints the calculated probability to the console.
1 | ## Not run: myncurve(3, 10, 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.