SedSat3 1.1.6
Sediment Source Apportionment Tool - Advanced statistical methods for environmental pollution research
Loading...
Searching...
No Matches
sourcesinkdata.h File Reference
#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"
Include dependency graph for sourcesinkdata.h:
This graph shows which files directly or indirectly include this file:

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 }
 

Enumeration Type Documentation

◆ estimation_mode

enum class estimation_mode
strong
Enumerator
only_contributions 
elemental_profile_and_contribution 
source_elemental_profiles_based_on_source_data 

Definition at line 62 of file sourcesinkdata.h.

◆ negative_reporting

enum class negative_reporting
strong
Enumerator
list 
complete 

Definition at line 64 of file sourcesinkdata.h.

◆ transformation

enum class transformation
strong
Enumerator
linear 
softmax 

Definition at line 18 of file sourcesinkdata.h.