1 #ifndef teca_descriptive_statistics_h
2 #define teca_descriptive_statistics_h
5 #include "teca_algorithm.h"
6 #include "teca_metadata.h"
28 TECA_GET_ALGORITHM_PROPERTIES_DESCRIPTION()
29 TECA_SET_ALGORITHM_PROPERTIES()
33 TECA_ALGORITHM_VECTOR_PROPERTY(std::
string, dependent_variable)
40 unsigned int port, const std::vector<
teca_metadata> &input_md,
43 const_p_teca_dataset execute(
44 unsigned int port, const std::vector<const_p_teca_dataset> &input_data,
48 std::vector<std::
string> &dep_vars);
50 std::vector<std::
string> dependent_variables;
The interface to TECA pipeline architecture.
Definition: teca_algorithm.h:244
compute descriptive statistics over a set of arrays.
Definition: teca_descriptive_statistics.h:19
p_teca_error_handler error_handler TECA_EXPORT
The global error handler instance.