[JSL] Get "Best Fit" Capability statistics from a data table and populate a new table
Hello, I have to manage big data files on a daily basis (10k columns x 20k rows).My goal is to get capability statistics from all columns with limits, by using the best fit method (only a few columns are normally distributed).I have made a quick and dirty script that:- loop through columns with limits,- plot distribution > "fits all" > capability,- picks the info in the report window and- close th...