Scripting - How to select best fit distribution and collect capability parameters?
I want to create a script that does the following: 1) take a data set (1 column at a time)2) do a continuous fit for all distributions3) find the best fit, apply the spec limits and analyze capability parameters (CpK specifically)4) output the CpK (and probably other stuff) to a table I know how to do this manually, but even after I do it and save a script, the script doesn't regenerate the same ...