learning_data_struct Struct Reference

Data structure seasonal-dependent learning_data_struct. More...

#include <dsclim.h>

Collaboration diagram for learning_data_struct:
Collaboration graph
[legend]

Data Fields

int ntime
 Number of times.
time_vect_structtime_s
 Time information in time structure.
double * time
 Time vector of learning data.
double * weight
 Weights of learning data.
int * class_clusters
 Classification clusters learning data.
double * precip_reg
 Precipitation regression values.
double * precip_reg_cst
 Precipitation regression constant values.
double * precip_reg_rsq
 Precipitation regression statistics R^2.
double * precip_reg_err
 Precipitation regression statistics residuals.
double * precip_reg_vif
 Precipitation regression statistics VIF Variance Inflation Factor.
double * precip_reg_autocor
 Precipitation regression statistics auto-correlation of residuals.
double * precip_reg_dist
 Precipitation regression distance values to each cluster.
double * precip_index
 Precipitation index.
double * precip_index_obs
 Observed precipitation index on regression points.
double * sup_index
 Secondary field index.
double sup_index_mean
 Mean of secondary field index.
double sup_index_var
 Variance of secondary field index.
double * sup_val
 Values of secondary field.

Detailed Description

Data structure seasonal-dependent learning_data_struct.

Definition at line 273 of file dsclim.h.


Field Documentation

Classification clusters learning data.

Definition at line 278 of file dsclim.h.

Referenced by free_main_data(), read_learning_fields(), write_learning_fields(), wt_downscaling(), and wt_learning().

Number of times.

Definition at line 274 of file dsclim.h.

Referenced by read_learning_fields(), write_learning_fields(), wt_downscaling(), and wt_learning().

Precipitation index.

Definition at line 286 of file dsclim.h.

Referenced by free_main_data(), read_learning_fields(), write_learning_fields(), wt_downscaling(), and wt_learning().

Observed precipitation index on regression points.

Definition at line 287 of file dsclim.h.

Referenced by free_main_data(), write_learning_fields(), and wt_learning().

Precipitation regression values.

Definition at line 279 of file dsclim.h.

Referenced by free_main_data(), read_learning_fields(), write_learning_fields(), write_regression_fields(), wt_downscaling(), and wt_learning().

Precipitation regression statistics auto-correlation of residuals.

Definition at line 284 of file dsclim.h.

Referenced by free_main_data(), write_learning_fields(), and wt_learning().

Precipitation regression constant values.

Definition at line 280 of file dsclim.h.

Referenced by free_main_data(), read_learning_fields(), write_learning_fields(), write_regression_fields(), wt_downscaling(), and wt_learning().

Precipitation regression distance values to each cluster.

Definition at line 285 of file dsclim.h.

Referenced by free_main_data(), read_learning_fields(), write_learning_fields(), and wt_learning().

Precipitation regression statistics residuals.

Definition at line 282 of file dsclim.h.

Referenced by free_main_data(), read_learning_fields(), write_learning_fields(), and wt_learning().

Precipitation regression statistics R^2.

Definition at line 281 of file dsclim.h.

Referenced by free_main_data(), write_learning_fields(), and wt_learning().

Precipitation regression statistics VIF Variance Inflation Factor.

Definition at line 283 of file dsclim.h.

Referenced by free_main_data(), write_learning_fields(), and wt_learning().

Secondary field index.

Definition at line 288 of file dsclim.h.

Referenced by free_main_data(), read_learning_fields(), write_learning_fields(), wt_downscaling(), and wt_learning().

Mean of secondary field index.

Definition at line 289 of file dsclim.h.

Referenced by read_learning_fields(), write_learning_fields(), and wt_learning().

Variance of secondary field index.

Definition at line 290 of file dsclim.h.

Referenced by read_learning_fields(), write_learning_fields(), wt_downscaling(), and wt_learning().

Values of secondary field.

Definition at line 291 of file dsclim.h.

Referenced by free_main_data(), read_learning_fields(), write_learning_fields(), wt_downscaling(), and wt_learning().

Time vector of learning data.

Definition at line 276 of file dsclim.h.

Referenced by free_main_data(), read_learning_fields(), write_learning_fields(), and wt_learning().

Time information in time structure.

Definition at line 275 of file dsclim.h.

Referenced by free_main_data(), load_conf(), read_learning_fields(), write_learning_fields(), wt_downscaling(), and wt_learning().

Weights of learning data.

Definition at line 277 of file dsclim.h.

Referenced by free_main_data(), read_learning_fields(), write_learning_fields(), wt_downscaling(), and wt_learning().


The documentation for this struct was generated from the following file:

Generated on 12 May 2016 for DSCLIM by  doxygen 1.6.1