Next: Standard Output Plugins
Up: SAM User Manual
Previous: Performing an analysis
Subsections
Standard Analysis Plugins
The following standard analysis plugins are distributed with SAM.
This plugin plots the autocorrelation coefficients for the data against the
time lag, where the time lag
has a range from 0 to the final time at which
data was dumped:
where
is the lag-
autocorrelation coefficient and the
are the
data values (with the scaling factor of
added in).
This plugin calculates the Cumulative Distribution Function of the data:
where
is the probability that the variable takes a value
less than or equal to the data value
, displaying it as a
histogram, with the values of the data along the
X-axis, and the probability along the Y-axis.
The only option for the CDF analysis is the number of bins, as shown
below. It must be a positive integer.
Figure 7:
Additional settings to set for CDF plugin
|
|
This plugin performs a FFT (fast fourier transform) on the data.
This plugin performs linear interpolation upon the data, essentially
increasing the number of data points to ensure a more uniform time interval
between data points. It does this by first defining a value meanstep, which is the arithmetic mean of the five smallest
values. Whenever two consecutive values
and
are
separated by more than one and a half meansteps, an extra data point
is added to our set of values
, such that
.
This is automatically used by the Autocorrelation and Spectral Analysis
plugins.
This plugin calculates the mean of the data as follows:
where
is the mean and the
are the
data
values. A single value is calculated for each stream.
This function calculates the Probability Distribution Function for the
data:
where
is the probability that the variate takes the data
value
, displaying it as a histogram, with the values of the data along
the X-axis, and the probability along the Y-axis.
It has the settings window below, allowing you to set the number
of bins used for the calculation:
Figure 8:
Additional settings to set for PDF plugin
|
|
Note that the number of bins must be a positive integer.
The `No Analysis' analysis plugin is an identity plugin, i.e. no actual
analysis is performed on the data. This plugin is useful to use if, for
example, you just want to output the window size vs time for a TCP stream.
This plugin calculates the variance of the data as follows:
where
is the mean as described by the Mean plugin above,
and the
are the
data values. A single value is calculated for
each stream.
Next: Standard Output Plugins
Up: SAM User Manual
Previous: Performing an analysis
Chris Edwards
2002-10-30