1.12.42
[gnumeric.git] / src / tools / analysis-wilcoxon-mann-whitney.h
blob2af5773704b5872b4f02be0a04373d28d8b2d9db
1 /*
2 * analysis-wilcoxon-mann-whitney.h:
4 * Author:
5 * Andreas J. Guelzow <aguelzow@pyrshep.ca>
7 * (C) Copyright 2010 by Andreas J. Guelzow <aguelzow@pyrshep.ca>
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version.
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, see <https://www.gnu.org/licenses/>.
25 #ifndef ANALYSIS_WILCOXON_MANN_WHITNEY_H
26 #define ANALYSIS_WILCOXON_MANN_WHITNEY_H
28 #include <gnumeric.h>
29 #include <numbers.h>
30 #include <tools/dao.h>
31 #include <tools/tools.h>
32 #include <tools/analysis-tools.h>
33 #include <sheet.h>
35 gboolean
36 analysis_tool_wilcoxon_mann_whitney_engine (GOCmdContext *gcc,
37 data_analysis_output_t *dao,
38 gpointer specs,
39 analysis_tool_engine_t selector,
40 gpointer result);
43 #endif