Appendix
This appendix lists the functions (m-files) developed by the authors and used in the examples in this
book. Functions used that are part of MATLAB’s commercial distribution have been omitted; the reader
is referred to the respective MATLAB manuals.
In the following list, functions are ordered alphabetically by chapter. For further function details,
including descriptions of input and output arguments, refer to MATLAB’s hel p utility. Also see the
complete source code of the listed m-files, provided as part of the software on the companion website.
Chapter 1
bayes_classifier Bayesian classification rule for c classes, modeled by Gaussian distributions (also
used in Chapter 2).
comp_gauss_dens_val Computes the value of a Gaussian distribution at ...