norm.trans: Standardization of the Normal Distribution

Description Usage Arguments Value Examples

Description

Check Probability Conservation in Standardizing the Normal Distribution

Usage

1
norm.trans(mu, sig, a, b, mt1, mt0, dig = 4, span = 3, np = 100)

Arguments

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

Value

None.

Examples

1
norm.trans(2, 2, -1, 4)

tjssu/Rstat documentation built on Aug. 8, 2020, 12:38 p.m.