1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-09-20 13:35:38 +01:00
Commit Graph

51 Commits

Author SHA1 Message Date
3793aca27c lot of fixes, XYSampleData fit now seems to work (more checks are probably needed) 2016-03-16 20:03:32 +00:00
313a730bb2 minor code cleaning 2016-03-16 18:33:06 +00:00
9bc9288dfb XYStatData: various fixes and improvement, fit is now working 2016-03-16 13:05:56 +00:00
b165a98a93 FitInterface data layout complete, first version of the new XYStatData 2016-03-15 16:38:57 +00:00
a4b1584645 FitInterface (new): covariance matrix interface & layout 2016-03-10 18:43:53 +00:00
c535d261ea FitInterface (new): first (tested) version of data layout 2016-03-10 15:10:23 +00:00
9730dafe62 Merge branch 'master' into new_fit 2016-03-08 19:39:16 +00:00
c6a8a1571b minor code cleaning 2016-03-08 19:39:05 +00:00
917031747f first commit for the new fit interface 2016-03-08 19:37:51 +00:00
016a29e3df removing old fit module 2016-03-08 16:23:18 +00:00
e90d620096 pseudoinverse example 2016-02-29 19:49:06 +00:00
e950e18639 method to get fit p-value from fit interface 2015-11-25 18:29:31 +00:00
25698fc6b2 Merge branch 'master' of github.com:aportelli/LatAnalyze3 2015-11-24 16:28:10 +00:00
9be76b11d7 Histogram: percentiles & confidence interval 2015-11-24 16:27:47 +00:00
Matt Spraggs
3c03d6d76e Examples: Added example for nearest interpolation algorithm. 2015-11-23 13:57:19 +00:00
Matt Spraggs
aa1ae67b60 Merge branch 'master' of github.com:aportelli/LatAnalyze3 2015-11-13 14:31:21 +00:00
aeda59adfa dimension resized automatically for solvers 2015-11-13 14:30:10 +00:00
Matt Spraggs
ed3546e544 Examples: Added quadratic interpolation example. 2015-11-12 13:14:10 +00:00
f9fcf25012 IO: stricter control of data names 2015-10-07 19:03:19 +01:00
5e3247697d first implementation of HDF5 format 2015-10-01 00:13:34 +01:00
c672c33189 histogram class and associated plotting functions 2015-09-28 18:18:54 +01:00
adc709d40f more example Makefile.am fix 2015-03-20 16:14:35 +00:00
a5ea7633ba example Makefile.am fix 2015-03-20 16:06:15 +00:00
465499626b overhaul of the function class 2015-02-24 17:00:19 +00:00
89cf008fb8 minor fixes 2014-10-14 16:36:20 +01:00
bbeaec9ed3 Math interpreter: significant improvement of runtime context handling 2014-09-26 18:41:30 +01:00
0fdd76b19d numerical derivative class with arbitrary improvement order and step auto-tuning 2014-09-26 18:40:52 +01:00
3a8d3a7758 plot example for tabulated function 2014-09-22 15:19:46 +01:00
4d19c23400 first root finder class implementation 2014-09-22 15:19:30 +01:00
39012e4b73 GSL integrator added - LatAnalyze now depends on GSL 2014-04-17 12:18:11 +01:00
47e159e041 significant optimisation of the math interpreter using integer address tables for variables and functions 2014-04-08 19:48:52 +01:00
270186f52e examples/utils build fix 2014-04-07 15:56:53 +01:00
5b65dc8fc9 reorganizing sources... 2014-03-13 18:51:01 +00:00
0109379dc3 compiled model class 2014-03-13 18:20:40 +00:00
28b3306110 big project cleaning 2014-03-12 19:54:27 +00:00
6b8ba55e47 XYStatData: simpler data access 2014-03-03 18:57:53 +00:00
0df75d0809 plot example update 2014-03-03 18:34:35 +00:00
af246dc5d3 Plot: object to plot a DoubleFunction 2014-03-03 18:33:53 +00:00
4100ffb24c big update: first fit implementation 2014-03-03 12:41:48 +00:00
157fda5445 simplification of IO interface 2014-02-20 23:52:45 +00:00
5a3f6a6106 first minimiser implementation 2014-02-20 20:21:45 +00:00
47b9789f84 big cleaning and update: switching to C++11 2014-02-13 19:27:19 +00:00
9484934a8a improvement of matrix example 2014-02-12 18:35:18 +00:00
74c11a1da3 ranlxd random generator 2014-02-10 16:01:39 +00:00
84d063edf0 minor code cleaning and examples update 2014-02-10 11:22:56 +00:00
ce6469cdd7 general cleaning/consolidation of the math interpreter 2014-02-06 18:07:27 +00:00
50d21ae904 math compiler fixes and improvements, now working 2014-02-04 17:36:41 +00:00
36bc0bc9b0 math compiler supports function calls + standard C math library wrapper 2014-02-04 17:33:10 +00:00
2efc4ef6c5 first working version of the math compiler 2013-09-15 18:39:22 +01:00
86d9607224 first experimental IO that read matrices from a bison/flex parser 2013-05-21 18:02:42 +01:00