This is a CPK tool for Probability Density curve.Main Window:
- Import data from xlsx file, the format pls see cpkdata.xlsx for example;
- According to STD,USL,LSL you filled, generate CPK curve for analysis:
- ZOOM both for x and y axis;
- rectangle zoom
- SHIFT;
- Save current figure as a .png file;
command terminal :cd current dir pyinstaller -D CPKTool.py
- Draft , finish UI frame, curve
- Fix the parameter passing issue that caused the curve are all the same level sigma
- cpk_calc function : for each curve should be passing just one column data ,not the whole df_frame.