1.12.42
[gnumeric.git] / src / tools / analysis-principal-components.h
blob5b9449ff66dd4e92431e2c004be6a1ef5529fbfa
1 /*
2 * analysis-principal-components.h:
4 * Author:
5 * Andreas J. Guelzow <aguelzow@pyrshep.ca>
7 * (C) Copyright 2009 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_PRINCIPAL_COMPONENTS_H
26 #define ANALYSIS_PRINCIPAL_COMPONENTS_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 analysis_tool_principal_components_engine (GOCmdContext *gcc, data_analysis_output_t *dao, gpointer specs,
36 analysis_tool_engine_t selector, gpointer result);
39 #endif