Skip to contents

Control chart to monitor sample mean of Inverse Gaussian observations

Usage

chart_ig(data, alpha = 0.0027, mu = NULL, lambda = NULL)

Arguments

data

The data points (matrix)

alpha

The significance level for control limits

mu

The mean of the distribution

lambda

The shape parameter

Value

An ggplot2 object with the control limits plot

Examples

# data <- r_ig(500, 5, 1, 1.7)
# chart_ig(data, 0.0027, 1, 1.7)