2024년 2월 13일 화요일

Error estimation of fitting parameters

 https://stackoverflow.com/questions/40187517/getting-covariance-matrix-of-fitted-parameters-from-scipy-optimize-least-squares

2024년 2월 5일 월요일

PyQt5 adding FigureCanvas in designer

(1) Put a layout in a designer. rename it as convenient

(2) Click Right Mouse Button and change it into a Widget. 

(3) After that, one can put Canvas Widget into the layout.