DataProviderResultStatisticResult ================================= .. py:class:: ansys.stk.core.stkobjects.DataProviderResultStatisticResult Results returned by statistics computation. .. py:currentmodule:: DataProviderResultStatisticResult Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.DataProviderResultStatisticResult.value` - Value of the statistic computed. Uses the dimension of the data set used to compute the time varying extremum. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import DataProviderResultStatisticResult Property detail --------------- .. py:property:: value :canonical: ansys.stk.core.stkobjects.DataProviderResultStatisticResult.value :type: float Value of the statistic computed. Uses the dimension of the data set used to compute the time varying extremum.