|
SedSat3 1.1.6
Sediment Source Apportionment Tool - Advanced statistical methods for environmental pollution research
|
#include <elemental_profile_set.h>#include "vector"#include "parameter.h"#include "observation.h"#include "contribution.h"#include "results.h"#include "ProgressWindow.h"#include "fstream"#include "qjsonobject.h"#include "cmbvector.h"#include "cmbvectorset.h"#include "cmbvectorsetset.h"#include "MCMC.h"

Go to the source code of this file.
Classes | |
| struct | profiles_data |
| struct | element_data |
| struct | element_data_groups |
| struct | DFA_result |
| struct | ANOVA_info |
| class | SourceSinkData |
Enumerations | |
| enum class | transformation { linear , softmax } |
| enum class | estimation_mode { only_contributions , elemental_profile_and_contribution , source_elemental_profiles_based_on_source_data } |
| enum class | negative_reporting { list , complete } |
|
strong |
| Enumerator | |
|---|---|
| only_contributions | |
| elemental_profile_and_contribution | |
| source_elemental_profiles_based_on_source_data | |
Definition at line 62 of file sourcesinkdata.h.
|
strong |
| Enumerator | |
|---|---|
| list | |
| complete | |
Definition at line 64 of file sourcesinkdata.h.
|
strong |
| Enumerator | |
|---|---|
| linear | |
| softmax | |
Definition at line 18 of file sourcesinkdata.h.