Tools for the Analysis of Measurement Traces (:mod:`butools.trace`) =================================================================== .. module:: butools.trace To load this package, either start the :func:`BuToolsInit()` script, or execute .. list-table:: :widths: 50 50 * - :code:`addpath('butools/trace')` - in Matlab, * - :code:`<` - Returns the empirical distribution function of the trace * - :py:func:`CdfFromWeightedTrace ` - Returns the empirical distribution function of a trace consisting of weighted data * - :py:func:`PdfFromTrace ` - Returns the empirical density function of a trace * - :py:func:`PdfFromWeightedTrace ` - Returns the empirical density function of a trace consisting of weighted data * - :py:func:`MarginalMomentsFromTrace ` - Returns the marginal moments of a trace * - :py:func:`MarginalMomentsFromWeightedTrace ` - Returns the marginal moments of a trace consisting of weighted data * - :py:func:`LagCorrelationsFromTrace ` - Returns the lag-k autocorrelation of a trace * - :py:func:`LagkJointMomentsFromTrace ` - Returns the lag-k joint moments of a trace * - :py:func:`IATimesFromCummulative ` - Returns inter-arrival times from cummulative a trace. .. toctree:: :hidden: CdfFromTrace CdfFromWeightedTrace PdfFromTrace PdfFromWeightedTrace MarginalMomentsFromTrace MarginalMomentsFromWeightedTrace LagCorrelationsFromTrace LagkJointMomentsFromTrace IATimesFromCummulative