rachitshah86 / guardd

Automatically exported from code.google.com/p/guardd
0 stars 0 forks source link

FIXED Display chi2 for each RD Curve #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Goal:
 Display chi2 fitting results from each individual RD Curve (instead of the sum for the entire Group)

To program
 Implement this anywhere (table or Fit RD window)

 Results Table is likely most informative

Original issue reported on code.google.com by ian.klec...@gmail.com on 11 Jan 2012 at 11:02

GoogleCodeExporter commented 8 years ago
Use these two new files to see chi2 per curve upon each instance of a Fit 
Optimization

INSTALLATION
(1) Download chi2_MQRD_CRJ_group.m and replace current file
(2) Download FitResult.m and replace current file

USAGE
(1) In GUARDD, open FitRD window
(2) Use "Optimize Fit" option
(3) Go!
(4) View output in command window

To disable this feature
(1) Open FitResult.m
(2) Set OUTPUT_CHI2_PER_CURVE = false; (line 908)

Original comment by ian.klec...@gmail.com on 11 Jan 2012 at 11:52

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by ian.klec...@gmail.com on 21 Apr 2012 at 4:29