normarea {PASWR}R Documentation

Normal Area

Description

Function that computes and draws the area between two user specified values in a user specified normal distribution with a given mean and standard deviation

Usage

normarea(mean, sigma, lower = -Inf, upper = Inf)

Arguments

mean the mean for the population
sigma the standard deviation of the population
lower the lower value
upper the upper value

Author(s)

Alan T. Arnholt

Examples

normarea(100,15,70,130)
    # Finds and P(70 < X < 130) given X is N(100,15).

[Package PASWR version 1.0 Index]