norm.trans: Standardization of the Normal Distribution

Description Usage Arguments Value Examples

View source: R/norm.trans.R

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-spansig, mu+spansig), Default: 3

np

Number of plotting points, Default: 100

Value

None.

Examples

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

jhk0530/Rstat documentation built on Dec. 20, 2021, 11:11 p.m.