struct te_meas_stats_data_t

Overview

Structure with main statistical characteristics of sample More…

#include <te_meas_stats.h>

struct te_meas_stats_data_t {
    // fields

    unsigned int num_datapoints;
    unsigned int max_num_datapoints;
    double mean;
    double tss;
    double cv;
    double* sample;
};

Detailed Documentation

Structure with main statistical characteristics of sample

Fields

double tss

Total sum of squares of differences from mean