mlsq_error_argparse 実行例

help出力 mlsq_error_argparse.py --help

time at startup: 26/05/07 11:42:41
usage: mlsq_error_argparse.py [-h] [--infile INFILE] [--xlabel XLABEL]
                              [--ylabel YLABEL] [--norder NORDER]
                              [--xmin XMIN] [--xmax XMAX] [--xcalmin XCALMIN]
                              [--xcalmax XCALMAX] [--ncal NCAL]
                              [--xlsm_template XLSM_TEMPLATE]
                              [--figsize FIGSIZE FIGSIZE] [--plot_ci PLOT_CI]
                              [--plot_sigma_param PLOT_SIGMA_PARAM]
                              [--plot_sigma_pred PLOT_SIGMA_PRED]
                              [--plot_sigma_combined PLOT_SIGMA_COMBINED]
                              [--fontsize FONTSIZE]
                              [--fontsize_legend FONTSIZE_LEGEND]
                              [--pause | --no-pause]

Polynomial least-squares fitting with uncertainty visualization

options:
  -h, --help            show this help message and exit
  --infile INFILE       Input data file
  --xlabel XLABEL       Label or index for x data
  --ylabel YLABEL       Label or index for y data
  --norder NORDER       Polynomial order
  --xmin XMIN           Minimum x for fitting
  --xmax XMAX           Maximum x for fitting
  --xcalmin XCALMIN     Minimum x for calculation grid
  --xcalmax XCALMAX     Maximum x for calculation grid
  --ncal NCAL           Number of points in xcal grid
  --xlsm_template XLSM_TEMPLATE
                        Excel template path
  --figsize FIGSIZE FIGSIZE
                        プロット figsize, 例: --figsize 8 8
  --plot_ci PLOT_CI     Plot confidence interval
  --plot_sigma_param PLOT_SIGMA_PARAM
                        Plot parameter uncertainty band
  --plot_sigma_pred PLOT_SIGMA_PRED
                        Plot prediction uncertainty band
  --plot_sigma_combined PLOT_SIGMA_COMBINED
                        Plot combined uncertainty band
  --fontsize FONTSIZE   Font size for plots
  --fontsize_legend FONTSIZE_LEGEND
                        Legend font size
  --pause               Pause on terminate
  --no-pause            Do not pause on terminate


生成されたデータファイル

(データファイルが見つかりませんでした)

生成された画像一覧

(画像ファイルが見つかりませんでした)