Package: EATME 0.1.0
EATME: EWMA-p control charts with correction of measurement error
The package EATME, refered to EWMA with Adjustments To Measuremeant Error, aims to address measurement error effects when constructing EWMA-p control charts. The method primarily focuses on binary random variables, but it can be applied to any continuous random variables by using sign statistic to transform them to discrete ones. With the correction of measurement error effects, we can obtain the corrected control limits of EWMA-p control chart and reasonably adjusted EWMA-p control charts.
Authors:
EATME_0.1.0.tar.gz
EATME_0.1.0.zip(r-4.5)EATME_0.1.0.zip(r-4.4)EATME_0.1.0.zip(r-4.3)
EATME_0.1.0.tgz(r-4.4-any)EATME_0.1.0.tgz(r-4.3-any)
EATME_0.1.0.tar.gz(r-4.5-noble)EATME_0.1.0.tar.gz(r-4.4-noble)
EATME_0.1.0.tgz(r-4.4-emscripten)EATME_0.1.0.tgz(r-4.3-emscripten)
EATME.pdf |EATME.html✨
EATME/json (API)
# Install 'EATME' in R: |
install.packages('EATME', repos = c('https://kuan-cheng-da.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/kuan-cheng-da/eatme/issues
Last updated 6 months agofrom:cf9722a06b. Checks:OK: 1 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 12 2024 |
R-4.5-win | NOTE | Nov 12 2024 |
R-4.5-linux | NOTE | Nov 12 2024 |
R-4.4-win | NOTE | Nov 12 2024 |
R-4.4-mac | NOTE | Nov 12 2024 |
R-4.3-win | NOTE | Nov 12 2024 |
R-4.3-mac | NOTE | Nov 12 2024 |
Exports:cont_to_disc_Mcont_to_disc_VewmaEWMA_p_chart_one_LCLEWMA_p_chart_one_UCLEWMA_p_chart_twoEWMA_p_one_LCLEWMA_p_one_UCLEWMA_p_twoME_data_generate
Dependencies:ashbitopscliclustercodetoolscolorspacedeSolvedoParallelevaluatefansifarverfdafda.uscfdsFNNforeachggplot2gluegtablehdrcdehighrisobanditeratorskernlabKernSmoothknitrkskSampleslabelinglatticelifecyclelocfitmagrittrMASSMatrixmclustmgcvmulticoolmunsellmvtnormnlmepcaPPpillarpkgconfigpracmaqccqcrR6rainbowRColorBrewerRcppRCurlrlangscalesSuppDiststibbleutf8vctrsviridisLitewithrxfunyaml
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Convert data to M statistic | cont_to_disc_M |
Convert data to V statistic | cont_to_disc_V |
EWMA chart statistics of the data | ewma |
A one-sided lower EWMA-p control chart | EWMA_p_chart_one_LCL |
A one-sided upper EWMA-p control chart | EWMA_p_chart_one_UCL |
A two-sided EWMA-p control chart | EWMA_p_chart_two |
The one-sided lower control limit of an EWMA-p chart | EWMA_p_one_LCL |
The one-sided upper control limit of an EWMA-p chart | EWMA_p_one_UCL |
The two-sided control limits of an EWMA-p chart | EWMA_p_two |
Generate the discrete random variable with measurement error | ME_data_generate |