:orphan: .. index:: pair: struct; te_meas_stats_data_t .. _doxid-structte__meas__stats__data__t: struct te_meas_stats_data_t =========================== .. toctree:: :hidden: Overview ~~~~~~~~ Structure with main statistical characteristics of sample :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct te_meas_stats_data_t { // fields unsigned int :target:`num_datapoints`; unsigned int :target:`max_num_datapoints`; double :target:`mean`; double :ref:`tss`; double :target:`cv`; double* :target:`sample`; }; .. _details-structte__meas__stats__data__t: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Structure with main statistical characteristics of sample Fields ------ .. index:: pair: variable; tss .. _doxid-structte__meas__stats__data__t_1a936173818ef2c17a103906c85101c635: .. ref-code-block:: cpp :class: doxyrest-title-code-block double tss Total sum of squares of differences from mean