GRAVI Pipeline Reference Manual 1.9.2
Loading...
Searching...
No Matches
Data Fields
_gravi_pca_result_ Struct Reference

Type to hold results of a PCA decomposition. More...

Data Fields

int n_obs
 
int n_wave
 
int n_valid
 
gsl_matrix * data
 
gsl_matrix_int * mask
 
gsl_vector * mean
 
gsl_matrix * Vt
 
gsl_vector * S
 
gsl_vector * signs
 
int n_comp
 
gsl_matrix * data_fit
 

Detailed Description

Type to hold results of a PCA decomposition.

Note
The PCA functions use GSL types internally so this type should only be accessed via the public interface which handles the conversions to the corresponding CPL types.

Definition at line 63 of file gravi_pca.c.

Field Documentation

◆ data

gsl_matrix* _gravi_pca_result_::data

◆ data_fit

gsl_matrix* _gravi_pca_result_::data_fit

◆ mask

gsl_matrix_int* _gravi_pca_result_::mask

◆ mean

gsl_vector* _gravi_pca_result_::mean

◆ n_comp

int _gravi_pca_result_::n_comp

Definition at line 75 of file gravi_pca.c.

Referenced by gravi_pca_create_result(), and gravi_pca_fit_model().

◆ n_obs

int _gravi_pca_result_::n_obs

◆ n_valid

int _gravi_pca_result_::n_valid

Definition at line 66 of file gravi_pca.c.

Referenced by gravi_pca_create_result(), and gravi_pca_decomp_matrix_svd().

◆ n_wave

int _gravi_pca_result_::n_wave

◆ S

gsl_vector* _gravi_pca_result_::S

◆ signs

gsl_vector* _gravi_pca_result_::signs

◆ Vt

gsl_matrix* _gravi_pca_result_::Vt

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