.. |
jkqtp_imexport.h
|
code reorganization
|
2019-05-18 13:22:46 +02:00 |
jkqtpalgorithms.cpp
|
Split of jkqtcommon/jkqtptools.h into several smaller units
|
2019-05-23 07:38:07 +02:00 |
jkqtpalgorithms.h
|
Split of jkqtcommon/jkqtptools.h into several smaller units
|
2019-05-23 07:38:07 +02:00 |
jkqtparraytools.cpp
|
new: Statistics library with functions to calculate histograms, regression, kernel density estimates, ... including a new example
|
2019-05-29 22:40:02 +02:00 |
jkqtparraytools.h
|
new: Statistics library with functions to calculate histograms, regression, kernel density estimates, ... including a new example
|
2019-05-29 22:40:02 +02:00 |
jkqtpbasicimagetools.cpp
|
new: Statistics library with functions to calculate histograms, regression, kernel density estimates, ... including a new example
|
2019-05-29 22:40:02 +02:00 |
jkqtpbasicimagetools.h
|
bugfixes (added missing DEFINE-compiler-flags for Visual C++, doxygen warnings/errors removed)
|
2019-05-30 11:19:56 +02:00 |
jkqtpcodestructuring.cpp
|
new: Statistics library with functions to calculate histograms, regression, kernel density estimates, ... including a new example
|
2019-05-29 22:40:02 +02:00 |
jkqtpcodestructuring.h
|
new: Statistics library with functions to calculate histograms, regression, kernel density estimates, ... including a new example
|
2019-05-29 22:40:02 +02:00 |
jkqtpdebuggingtools.cpp
|
moved basic polynomial functions to jkqtpmathtools.h
|
2019-06-02 15:39:10 +02:00 |
jkqtpdebuggingtools.h
|
moved basic polynomial functions to jkqtpmathtools.h
|
2019-06-02 15:39:10 +02:00 |
jkqtpdrawingtools.cpp
|
new: Statistics library with functions to calculate histograms, regression, kernel density estimates, ... including a new example
|
2019-05-29 22:40:02 +02:00 |
jkqtpdrawingtools.h
|
bugfixes (added missing DEFINE-compiler-flags for Visual C++, doxygen warnings/errors removed)
|
2019-05-30 11:19:56 +02:00 |
jkqtpenhancedpainter.cpp
|
new: Statistics library with functions to calculate histograms, regression, kernel density estimates, ... including a new example
|
2019-05-29 22:40:02 +02:00 |
jkqtpenhancedpainter.h
|
new: Statistics library with functions to calculate histograms, regression, kernel density estimates, ... including a new example
|
2019-05-29 22:40:02 +02:00 |
jkqtphighrestimer.cpp
|
new: Statistics library with functions to calculate histograms, regression, kernel density estimates, ... including a new example
|
2019-05-29 22:40:02 +02:00 |
jkqtphighrestimer.h
|
new: Statistics library with functions to calculate histograms, regression, kernel density estimates, ... including a new example
|
2019-05-29 22:40:02 +02:00 |
jkqtplinalgtools.cpp
|
new: Statistics library with functions to calculate histograms, regression, kernel density estimates, ... including a new example
|
2019-05-29 22:40:02 +02:00 |
jkqtplinalgtools.h
|
added regression, IRLS robust regression, weighted regression and polynomial fitting/evaluation to statistics library
|
2019-06-01 18:15:04 +02:00 |
jkqtpmathparser.cpp
|
bugfixes
|
2019-05-30 09:48:51 +02:00 |
jkqtpmathparser.h
|
improvements to iterator interface (full random access iterators, erase-remove-idion)
|
2019-05-31 14:51:01 +02:00 |
jkqtpmathtools.cpp
|
new: Statistics library with functions to calculate histograms, regression, kernel density estimates, ... including a new example
|
2019-05-29 22:40:02 +02:00 |
jkqtpmathtools.h
|
statistics library: added functions for 2D histograms and 2D kernel density estimates
|
2019-06-11 18:06:03 +02:00 |
jkqtpstatbasics.cpp
|
split statistics library by topic into several .H/.CPP-pairs
|
2019-06-12 12:58:47 +02:00 |
jkqtpstatbasics.h
|
split statistics library by topic into several .H/.CPP-pairs
|
2019-06-12 12:58:47 +02:00 |
jkqtpstathistogram.cpp
|
split statistics library by topic into several .H/.CPP-pairs
|
2019-06-12 12:58:47 +02:00 |
jkqtpstathistogram.h
|
split statistics library by topic into several .H/.CPP-pairs
|
2019-06-12 12:58:47 +02:00 |
jkqtpstatisticstools.cpp
|
split statistics library by topic into several .H/.CPP-pairs
|
2019-06-12 12:58:47 +02:00 |
jkqtpstatisticstools.h
|
split statistics library by topic into several .H/.CPP-pairs
|
2019-06-12 12:58:47 +02:00 |
jkqtpstatkde.cpp
|
split statistics library by topic into several .H/.CPP-pairs
|
2019-06-12 12:58:47 +02:00 |
jkqtpstatkde.h
|
split statistics library by topic into several .H/.CPP-pairs
|
2019-06-12 12:58:47 +02:00 |
jkqtpstatpoly.cpp
|
split statistics library by topic into several .H/.CPP-pairs
|
2019-06-12 12:58:47 +02:00 |
jkqtpstatpoly.h
|
split statistics library by topic into several .H/.CPP-pairs
|
2019-06-12 12:58:47 +02:00 |
jkqtpstatregression.cpp
|
split statistics library by topic into several .H/.CPP-pairs
|
2019-06-12 12:58:47 +02:00 |
jkqtpstatregression.h
|
split statistics library by topic into several .H/.CPP-pairs
|
2019-06-12 12:58:47 +02:00 |
jkqtpstringtools.cpp
|
added weighted sum of deviations (chi-square) and coefficient of determination (R^2) to statistics library
|
2019-06-02 14:17:49 +02:00 |
jkqtpstringtools.h
|
added weighted sum of deviations (chi-square) and coefficient of determination (R^2) to statistics library
|
2019-06-02 14:17:49 +02:00 |
jkqttools.cpp
|
new: Statistics library with functions to calculate histograms, regression, kernel density estimates, ... including a new example
|
2019-05-29 22:40:02 +02:00 |
jkqttools.h
|
new: Statistics library with functions to calculate histograms, regression, kernel density estimates, ... including a new example
|
2019-05-29 22:40:02 +02:00 |