luca-scr / qcc

An R package for Quality Control Charts
https://luca-scr.github.io/qcc/
43 stars 17 forks source link

Process Capability for non-normal data #42

Closed mantikera closed 1 year ago

mantikera commented 1 year ago

Hi Luca. How can I proceed with your package to analyse directly the process capability with non-normal data? Do I have to "transform" the data before to make the analysis using qcc package? Some softwares like Minitab have a function/option (Individual Distribution Identification) that gives the information about what kind of distribuition tha non-normal data fits and after that I'm able to make a capability analysis with another distribuition. Thank you.

birdybro commented 1 year ago

https://www.researchgate.net/post/How-could-I-build-a-control-chart-manual-in-R-based-on-non-normal-distribution - possibly relevant information. Here's the link to the white paper for the aglr package that was referenced in their reply:

https://www.researchgate.net/profile/Tomasz-Sobiesciak/post/How-could-I-build-a-control-chart-manual-in-R-based-on-non-normal-distribution/attachment/61925278f5675b211b100899/AS%3A1090384453210113%401636979320611/download/aglr.pdf

And there was a presentation on this years ago:

https://user2011.r-project.org/TalkSlides/Contributed/18Aug_0950_FocusVI_5-ProcessOptimization_2-Roth.pdf

And this paper shows that the assumptions behind each methodological approach should be carefully considered depending on your situation, or else the results are not really useful --> https://core.ac.uk/download/pdf/43632292.pdf

mantikera commented 1 year ago

Hi @birdybro . Thank you for the information. I will check it out.