myncurve | R Documentation |
Display the curve, shaded area between the curve and x axis from −∞ to x=a, and calculate the area (probability, P(X ≤ a)), which is released to the command-line in a list. From MATH 4753 Lab 6.
myncurve(mu, sigma, a)
mu |
the mean of the normal distribution |
sigma |
the standard deviation of the normal distribution |
a |
for calculating the area (probability P(X <= a)) |
a list containing probability P(X <= a)
myncurve(mu = 10, sigma = 5, a = 6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.