diff --git a/README.md b/README.md index 1dc310442a..416d4dd995 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ This software is licensed under the term of the [GNU Lesser General Public Licen - complete with GUI (table view) - export capabilities (e.g. to CSV, SYLK, ...) - C++ standard iterator interface - - statistics library + - statistics library (basic statistics, boxplots, histograms, kernel density estimates, regression analysis, polynomial fitting) - large variety of graphs that can be added to a plot, e.g.: - scatter-plots (also parametrized color/size/symbol by a third data-column) - line graphs, step graphs, impulses diff --git a/doc/dox/mainpage.dox b/doc/dox/mainpage.dox index 28d3e71e8d..3fee931772 100644 --- a/doc/dox/mainpage.dox +++ b/doc/dox/mainpage.dox @@ -28,6 +28,8 @@ - external or internal datasets - complete with GUI (table view) - built-in export capabilities for datatables (e.g. to CSV, SYLK, ...) + - C++ standard iterator interface + - \ref jkqtptools_math_statistics (basic statistics, boxplots, histograms, kernel density estimates, regression analysis, polynomial fitting) - \ref jkqtplotter_elements "large variety of graphs that can be added to a plot", e.g.: - \ref jkqtplotter_linesymbolgraphs_simple "scatter-plots" (also \ref jkqtplotter_linesymbolgraphs_param "parametrized color/size/symbol by a third data-column") - \ref jkqtplotter_linesymbolgraphs "line graphs, step graphs", \ref jkqtplotter_barssticks "impulses"