1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-09-20 05:25:37 +01:00
Commit Graph

57 Commits

Author SHA1 Message Date
ee8be4f004 FitInterface: unnecessary resizing in copy function 2015-01-28 17:17:28 +00:00
dd43786189 fix in discrete random generator return type 2015-01-28 17:16:05 +00:00
0e1ef33954 integral factorial function 2015-01-28 17:15:26 +00:00
3f812ee514 namespace macro refactoring to avoid conflicts 2015-01-28 17:15:05 +00:00
583fd05edf missing file in Makefile.am 2015-01-28 17:09:22 +00:00
8b1cd8f43a allow '/' in data name 2014-10-21 17:36:46 +01:00
89cf008fb8 minor fixes 2014-10-14 16:36:20 +01:00
9e6bbd95c3 Minimizer: limits interface 2014-10-14 16:34:27 +01:00
bf3fe8bd13 Compiled function: access to source code 2014-09-29 15:10:38 +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
4d19c23400 first root finder class implementation 2014-09-22 15:19:30 +01:00
8188a5541f missing headers 2014-09-18 17:19:07 +01:00
36ef20c929 improvement of Minuit minimizer 2014-09-18 17:18:51 +01:00
d70d84862d class for linearly interpolated functions 2014-09-18 17:18:15 +01:00
c70008b895 DoubleFunctionSample: constructor inheritance removed 2014-09-18 17:16:49 +01:00
c0bfb12bd7 XY*Data: dog is now a double 2014-09-18 17:15:56 +01:00
05f5223d31 MatSample: scalar operators fix 2014-09-18 17:15:27 +01:00
674263dde7 Plot: function to save plots 2014-09-18 17:13:26 +01:00
b17e2c0c3c function to read file lists and progress bar class 2014-06-04 14:43:36 +02:00
c9a008aaf7 minor code cleaning 2014-06-03 13:40:19 +02:00
41aac911ac DoubleFunction: arithmetic operators 2014-06-03 13:32:29 +02:00
a29a4bde21 Plot: caption modifier 2014-06-02 17:04:20 +02:00
78372fb18a Plot: band plot and terminal option 2014-04-18 11:29:17 +01:00
dfe6240c14 DoubleFunctionSample: more call operators 2014-04-18 11:28:51 +01:00
62d395e8e2 Plot: code cleaning 2014-04-17 12:19:13 +01:00
98567eb4d6 FitInterface: more convenient function to assume correlated data 2014-04-17 12:18:49 +01:00
39012e4b73 GSL integrator added - LatAnalyze now depends on GSL 2014-04-17 12:18:11 +01:00
2af61252b6 Math: integer power function 2014-04-15 17:35:01 +01:00
086c49237d alias for complex number samples 2014-04-15 17:29:54 +01:00
f9ffc17a5f SampleFitResult: constructor inheritance removed 2014-04-15 17:29:36 +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
b0f6c30445 XmlReader: interface for direct access to XML nodes 2014-04-08 19:48:03 +01:00
9b6ad8d56c StatArray: safer statistical functions 2014-04-08 19:47:09 +01:00
38da863801 more strTo specialisations 2014-04-08 19:46:37 +01:00
a6b96b34bb more templatisation/cleaning of data types 2014-04-07 19:29:47 +01:00
f79533c5ce rewriting of matrix sample class as a pure template with scalar operations 2014-04-07 18:08:52 +01:00
10ca7d1d29 more matrix type aliases 2014-04-07 15:56:39 +01:00
749818d9cc Function classes: default function replaced by nullptr 2014-04-07 15:56:08 +01:00
dc659991d0 XmlReader: additional reading functions 2014-04-07 15:55:31 +01:00
5787cf0544 Minuit message for invalid minimisation 2014-04-03 10:04:59 +02:00
0ae8adc013 XmlReader: more safety 2014-04-03 10:04:34 +02:00
9a415017c8 XY*Data: variadic functions for fit 2014-04-03 10:03:46 +02:00
166ed550ae pi constant 2014-04-03 10:02:28 +02:00
1d9769adbc global functions to read vectors 2014-04-03 10:02:06 +02:00
6a1031a8c0 Plot: method to reset plot 2014-04-03 10:00:53 +02:00
11fb009d11 XML parameter file reader based on tinyxml2 2014-03-17 15:01:58 +00:00
a14e5eb20e aliases for Eigen base types 2014-03-17 15:00:59 +00:00
3bebfb6e10 Chi2Function: call optimisation 2014-03-17 15:00:09 +00:00
be3e1b02ba DoubleModel: infinite recursion in model call fixed 2014-03-17 14:59:39 +00:00