AndrewYongZhenNing
|
6eca1e6fc6
|
i) removed pvalue fit criteria
ii) overloaded fit() to output FitResult object of a particular sample
|
2021-10-07 17:44:10 +01:00 |
|
AndrewYongZhenNing
|
28aff209c4
|
New function fitSample to make XYSampleData::fit more modular:
Eg application: In fit scans, one may only want central fit for the uncorr fit to speed up process.
|
2021-09-22 15:53:26 +01:00 |
|
AndrewYongZhenNing
|
9c5ade4989
|
Changed fit criteria from chi2PerDof to pValue.
|
2021-09-22 12:35:41 +01:00 |
|
AndrewYongZhenNing
|
f0739047c3
|
XYSampleData throws Runtime exception error if central fit's chi2PerDof exceeds user-set/default bounds for chi2PerDof. This can be used to skip fits with bad fitranges.
|
2021-08-25 15:59:00 +01:00 |
|
AndrewYongZhenNing
|
6990d16ca0
|
Merge remote-tracking branch 'fork/develop' into develop
|
2021-08-25 14:55:52 +01:00 |
|
|
80e3c27d8e
|
Added private variables to set bound on chi2perDof. This is used tas criteria for fit scans.
TODO: modify to exception handling.
|
2021-08-25 14:53:52 +01:00 |
|
AndrewYongZhenNing
|
2b52ee4512
|
Merge remote-tracking branch 'fork/develop' into develop
|
2021-05-21 15:33:52 +01:00 |
|
|
af31d1564d
|
Previous commit failed to compile: needed to remove leftover lines.
|
2021-05-21 15:33:34 +01:00 |
|
AndrewYongZhenNing
|
938b96bf95
|
Merge remote-tracking branch 'fork/develop' into develop
|
2021-05-21 15:30:02 +01:00 |
|
|
375b8fd038
|
Removed criteria of rejecting fits if sample fit chi2PerDof is bad.
|
2021-05-21 15:29:24 +01:00 |
|
AndrewYongZhenNing
|
a7d020e0f9
|
Merge remote-tracking branch 'fork/develop' into develop
|
2021-05-20 11:51:53 +01:00 |
|
|
c48e2be20b
|
Added feature to reject fit if 25% of sample fits are bad (with chi2perdof > 2 or is a NaN)
|
2021-05-20 11:51:29 +01:00 |
|
AndrewYongZhenNing
|
113b433b5e
|
Merge remote-tracking branch 'fork/develop' into develop
|
2021-05-20 11:14:53 +01:00 |
|
|
9e8d534635
|
New methods in XYSampleData class to skip fits that are non-converging/large chi2PerDof.
This is tracked by boolean goodFit_.
|
2021-05-20 11:05:25 +01:00 |
|
|
376bdfc38b
|
Remove archaic error is DISPLAY is not set
|
2020-11-17 11:50:52 +00:00 |
|
|
0cda9e20cd
|
Warning suppression
|
2020-11-17 11:19:51 +00:00 |
|
|
ddee922e72
|
1) restored original definition of sinh in makeSinhModel() and its init in parameterGuess(). 2) fold definition includes sign factor due to cosh/sinh model.
|
2020-07-10 08:33:28 +01:00 |
|
|
b6c2efa666
|
1) fold now requires second argument: modelPar to properly fold correlators with cosh/sinh form. 2) makeSinhModel has the appropriate alternate sign s.t the prefactor remains positive. 3) parameterGuess uses correct analytic form for sinh-type correlator's init(1), corresponding to the prefactor.
|
2020-07-07 10:07:05 +01:00 |
|
|
417e068485
|
Swapped p[0] -> p[1] such that p[0] is always the effective mass parameter.
|
2020-05-07 17:08:12 +01:00 |
|
|
e944f9c4aa
|
For 'cst' model, changed bug from x[0] -> p[0].
|
2020-02-21 11:18:02 +00:00 |
|
|
3e70792a06
|
correlator transform utilities
|
2020-02-02 19:43:14 +01:00 |
|
|
f014003593
|
minor FFT leak
|
2020-02-02 19:42:54 +01:00 |
|
|
c37e6e1bfd
|
effective mass fix
|
2020-01-28 20:15:28 +00:00 |
|
|
1d6a66263d
|
code cleaning
|
2020-01-28 17:55:47 +00:00 |
|
|
685d433032
|
minor fixes in new physics classes
|
2020-01-28 17:34:37 +00:00 |
|
|
1bde8822b1
|
band plot does not rely anymore on tac & tail -r commands
|
2020-01-28 17:34:00 +00:00 |
|
|
f826f30e82
|
first stab at correlator fit utility classes
|
2020-01-23 19:11:01 +00:00 |
|
|
5f5ecf241f
|
Copyright year update
|
2020-01-13 09:57:06 +00:00 |
|
|
d894aa185c
|
bigger font in plots
|
2020-01-11 17:23:02 +00:00 |
|
|
0fbe00da0d
|
gnuplot path search fix
|
2020-01-11 16:48:36 +00:00 |
|
|
caeb78b143
|
more default options when trying to localise gnuplot
|
2020-01-11 16:34:05 +00:00 |
|
|
d43197ccc7
|
public access to gnuplot path
|
2020-01-10 15:15:46 +00:00 |
|
|
5e891063e1
|
plot fixes when reploting the same Plot object
|
2020-01-09 13:43:27 +00:00 |
|
|
97267c196f
|
saving PDF is optional when saving plot
|
2020-01-09 13:42:59 +00:00 |
|
|
c7ed995052
|
quieter gnuplot call
|
2019-12-12 18:06:43 +00:00 |
|
|
1c55c93669
|
option parser checks for duplicated options
|
2019-12-12 18:05:13 +00:00 |
|
|
21812e1fd7
|
added NaN numbers
|
2019-12-12 18:04:57 +00:00 |
|
|
0ca4e0ef17
|
p-value now 2-sided and added chi^2 CCDF
|
2019-12-12 18:04:33 +00:00 |
|
|
8cfbaeb9ce
|
compatibility fix
|
2019-11-08 13:11:27 +00:00 |
|
|
35a20ed713
|
matrix plot fix
|
2019-11-08 12:58:38 +00:00 |
|
|
b04338bf36
|
Plot prediction bands without samples
|
2019-04-26 16:33:38 +01:00 |
|
|
11ecea3c6d
|
const-correctness fix
|
2019-04-04 20:04:56 +01:00 |
|
|
cb2f6bf0aa
|
Plot: dashed lines
|
2019-03-25 23:20:25 +00:00 |
|
|
e37f2ab124
|
multivariate Gaussian RNG
|
2019-03-25 23:20:09 +00:00 |
|
|
0bf6d8c8ae
|
line plots
|
2019-03-21 17:40:13 +00:00 |
|
|
3918d3a9b8
|
function sampling method
|
2019-03-21 17:40:02 +00:00 |
|
|
302934de01
|
Merge branch 'develop' into feature/reorg
|
2019-03-19 20:27:02 +00:00 |
|
|
f899d9e64a
|
line width plot modifier
|
2019-03-19 20:26:50 +00:00 |
|
|
b5e0d5c054
|
Merge branch 'develop' into feature/feature/reorg
|
2019-03-09 22:46:21 +00:00 |
|
|
2ac6255031
|
Plot option to set palette and category10 palette by default
|
2019-03-09 22:46:11 +00:00 |
|