Control chart to monitor sample mean of beta prime observations
Usage
chart_bp(data, alpha = 0.0027, mu = NULL, phi = NULL)
Arguments
- data
The data points (matrix)
- alpha
The significance level for control limits
- mu
The mean of the distribution
- phi
The shape parameter
Value
An ggplot2 object with the control limits plot
Examples
# data <- r_bp(500, 5, 1, 1.7)
# chart_bp(data, 0.0027, 1, 1.7)