Control Charts for Sample Mean of Gaussian, Inverse Gaussian, Gamma, and Beta Prime Distributions
Description
Control Charts for Sample Mean of Gaussian, Inverse Gaussian, Gamma, and Beta Prime Distributions. This package generates pseudo-random numbers from the distributions described in the title in batches of samples. It obtains maximum likelihood estimates that index the distributions of the sample means of the respective distributions. It calculates control limits and statistics for monitoring the performance of control charts, such as ARL (Average Run Length), MRL (Median Run Length), and SDRL (Standard Deviation Run Length).
It is possible to specify the true parameters if they are unknown or simply not provided. In this case, the package obtains the estimates using the maximum likelihood method. This is done using the following functions:
-
stats_n(): for the normal distribution; -
stats_ig(): for the inverse Gaussian distribution; -
stats_ga(): for the gamma distribution; -
stats_bp(): for the beta prime distribution.
For more details, please refer to the “Reference” tab of the package.
Installation
You need install remotes package to install muchart package from github.
install.packages("remotes")Then, you can install muchart package from github.
remotes::install_github("prdm0/muchart")Authors
- Pedro Rafael D. Marinho (aut, cre)
- Luiz Medeiros de Araujo Lima Filho (aut)
- Marcelo Bourguignon Pereira (aut)
- Rodrigo Bernardo da Silva (aut)
