compute_acov | Computes the (multivariate) auto-covariance function of the sample (possibly with missing observations). |
compute_corr | Computes the correlation matrix of the sample (possibly with missing observations). |
compute_cova | Computes the covariance matrix of the sample (possibly with missing observations). |
compute_stdv | Compute the standard deviation for each observed variable (possibly with missing observations). |
describe_missing_data | This function reads the dataset and determines the location of the missing observations (defined by NaNs) |
descriptive_statistics | Computes various descriptive statistics for the sample and stores them in the structure dataset_. |
initialize_dataset | Initializes a structure describing the dataset. |