Description Usage Arguments Value Examples
Check Probability Conservation in Standardizing the Normal Distribution
1 | norm.trans(mu, sig, a, b, mt1, mt0, dig = 4, span = 3, np = 100)
|
mu |
Mean of the normal distribution |
sig |
Standard deviation of the normal distribution |
a |
Lower limit of X for calculating probability P(a<X<b) |
b |
Upper limit of X for calculating probability P(a<X<b) |
mt1 |
Title of the normal distribution probability plot |
mt0 |
Title of the standard normal distribution probability plot |
dig |
Number of digits below the decimal point, Default: 4 |
span |
Range of x-axis in [mu-span*sig, mu+span*sig], Default: 3 |
np |
Number of plotting points, Default: 100 |
None.
1 | norm.trans(2, 2, -1, 4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.