FILE files F. Udina, June 1997 README a file to be read, (!). kde.shar is a shar file. To unshar it, type `sh kde.shar' in your /bin/sh shell once in an appropriate directory. kde.shar.gz is a compressed version of it, use gunzip from GNU to uncompress it. kde.sit.hqx is a bin-hex'ed and stuffit version of kde.shar for Mac users. Unstuff it in a fresh MacOS directory. kde.zip a winzip file. Unzip it in a fresh Windows 3 or 95 directory. cpKde.zip a compact version of the software with full functionality. Contain Xlisp-stat with a workspace where KDE is already loaded. Recommended to Windows95 users that do not have Xlisp-stat running. lisp-sources a directory containing copies of all the lisp files as described below. compiled-files a directory with kde files, compiled version, faster to load and run. Compiled with Xlisp-stat 3.50, they don't work with older versions. kdesamples a directory containing some example kde and kreg objects =================================================================== Files needed to run kde objects (you need either the .lsp or the compiled .fsl. If both are present, lisp will use the newer one. If you loaded the compact version, you will no other files) runkde.lsp is the normal way to access kde objects, you load this file into xlisp-stat it loads all the files needed and give you either a menu, or a dialog to start with. kde_conf.lsp Global var definitions and some utility functions. kde.lsp is the core file for kde-proto, the main object. kreg.lsp implements kernel regression, including local linear regression. calckde.lsp Numerical routines for computing kernel estimates binning.lsp Routines for binning data. wkde.lsp Code for the wkde-proto object, the window that displays kde objects it is needed if you want to see the graphical aspect of kde objects, but kde objects can run without windows. kdehisto.lsp kde-proto methods to deal with histograms and related things. transfor.lsp contains code for transf-proto object. modetest.lsp a naive mode test. It's being developped. funnorms.lsp some utilities for computing numerical approx to integrals and functional norms. plotline.lsp some modification of the xlispstat function plot-lines. goldsear.lsp in the Macintosh and some unix versions, the function golden-search is documented but not defined. Here is a slow lisp version of it. distrobj.lsp contains code for distrobj-proto, a primitive distribution object prototype that allows easy building of mixtures. gnuplot.lsp Interface to gnuplot for high-quality output. Written with Jan De Leeuw. getfile.lsp file-selector-dialog, from Bernhard Walter, only for unix. Other files containing some kde objects with real data sets, some of them quite popular: buf-snow.kde chrondite.lsp income75.lsp notes.kde old-faithful.kde Stamps.kde Log-Suicide.kde See the file README for more info. udina@upf.es