next up previous
Next: Histogram volume creation Up: Histogram volume calculation Previous: Histogram volume calculation


Histogram volume structure

A histogram is a structure for representing a discrete approximation of a probability distribution function. Given some variable $ x$, a histogram of $ x$ can be thought of as a series of ``bins'' which collect occurrences of $ x$ based on the value $ x$ attains. The value of the histogram at some bin is the number of occurrences of $ x$ (``hits'') in that bin. The usefulness of histograms is that they can provide a compact summary of large amounts of data, in the sense that statistical quantities (such as the mean or variance) which can be measured directly from the data can often be measured more easily from a histogram of that data.

In our case, we have three variables, $ f$, $ f'$, and $ f''$, but we want to do more than measure their individual probability distributions. We are interested in the probabilities associated with the relationship between the three variables. The most straight-forward way to do this is with a three dimensional histogram, with one axis for each of the variables. The span of each axis represents a fixed range of values for the corresponding variable. Each axis is divided into some number of (one dimensional) bins, causing the interior volume is to be divided into a three dimensional array of rectilinear bins, not unlike the voxels of a standard volumetric dataset. Each bin in the three dimensional histogram represents the combination of a small range of values in each of the three variables. The value stored in each bin records the number of voxels in the original dataset which had a combination of $ f$, $ f'$, and $ f''$ values covered by that bin. This structure is termed the ``histogram volume'', seen in Figure 4.1.

Figure 4.1: Histogram volume structure. Each of the three axes (for $ f$, $ f'$, and $ f''$) are divided into bins; the volume is thereby divided into a three dimensional histogram.
\begin{figure}
\psfrag{eff0p}{$f(x)$}
\psfrag{eff1p}{$f'(x)$}
\psfrag{eff2p}{$f'...
...{
\epsfig {file=eps/hvolstruct.pp.eps, clip=, width=0.7\textwidth}}
\end{figure}


next up previous
Next: Histogram volume creation Up: Histogram volume calculation Previous: Histogram volume calculation