JKQTPlotter trunk/v5.0.0
an extensive Qt5+Qt6 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies
Loading...
Searching...
No Matches
jkqtpstatisticstools.h
1/*
2 Copyright (c) 2008-2024 Jan W. Krieger (<jan@jkrieger.de>)
3
4 last modification: $LastChangedDate$ (revision $Rev$)
5
6 This software is free software: you can redistribute it and/or modify
7 it under the terms of the GNU Lesser General Public License (LGPL) as published by
8 the Free Software Foundation, either version 2.1 of the License, or
9 (at your option) any later version.
10
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU Lesser General Public License (LGPL) for more details.
15
16 You should have received a copy of the GNU Lesser General Public License (LGPL)
17 along with this program. If not, see <http://www.gnu.org/licenses/>.
18*/
19
20
21#ifndef JKQTPSTATISTICSTOOLS_H_INCLUDED
22#define JKQTPSTATISTICSTOOLS_H_INCLUDED
23
24
25#include "jkqtmath/jkqtpstatbasics.h"
26#include "jkqtmath/jkqtpstathistogram.h"
27#include "jkqtmath/jkqtpstatkde.h"
28#include "jkqtmath/jkqtpstatpoly.h"
29#include "jkqtmath/jkqtpstatregression.h"
30#include "jkqtmath/jkqtpstatgrouped.h"
31
32
33#endif // JKQTPSTATISTICSTOOLS_H_INCLUDED
34
35