:orphan: .. index:: pair: struct; te_meas_stats_summary_t .. _doxid-structte__meas__stats__summary__t: struct te_meas_stats_summary_t ============================== .. toctree:: :hidden: Overview ~~~~~~~~ Summary of sample, e.g. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct te_meas_stats_summary_t { // fields double* :target:`freq`; double* :ref:`bin_edges`; double** :ref:`sample_deviation`; unsigned int :target:`bin_edges_num`; unsigned int :target:`freq_size`; }; .. _details-structte__meas__stats__summary__t: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Summary of sample, e.g. its histogram Fields ------ .. index:: pair: variable; bin_edges .. _doxid-structte__meas__stats__summary__t_1a5002b988b603215cb64b7da64714f16a: .. ref-code-block:: cpp :class: doxyrest-title-code-block double* bin_edges Histogram bin edges or in case of small number of sample unique datapoints - sample's each unique datapoint .. index:: pair: variable; sample_deviation .. _doxid-structte__meas__stats__summary__t_1a99cf2cb67a1c5e09651ab37df1974ca0: .. ref-code-block:: cpp :class: doxyrest-title-code-block double** sample_deviation For each pair of datapoint and prefixed subsample contains ratio of datapoint deviation from subsample mean to subsample standard deviation