Description Usage Arguments Value Examples
Creates a graph of a normal curve with mean mu and standard deviation sigma. On this plot, it will also plot the lower tail area under the curve beginning at a, and print this value out to the console.
1 |
mu |
The mean of this normal distribution. Defaults to 0 |
sigma |
The standard deviation of this normal distribution. Defaults to 1 |
a |
The lower tail probability which the function begins at. |
This function does not return any values. Rather, it simply prints out the lower tail probability of the given curve beginning at the value a
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.