Home > brede > brede_pde_specht.m

brede_pde_specht

PURPOSE ^

brede_pde_specht - Specht Kernel evaluation

SYNOPSIS ^

function LP = brede_pde_specht(X, X0)

DESCRIPTION ^

 brede_pde_specht     - Specht Kernel evaluation
 
       function E = brede_pde_specht(X, X0)

       Input:  X       Datamatrix with datapoints
               X0      Datamatrix with center of kernels

       Output: E       Logarithm of probability

       The function returns the logarithm of the probability for the
       datapoint in the X datamatrix (the "testset") using the Specht
       kernel probability density estimate with the centers defined
       in X0. The width of the kernel is found by leave-one-out (LOO)
       cross-validation on the X0 dataset (the "trainingset").

       All the calculation takes place in support functions
       brede_pde_spechtest (the width estimation) and
       brede_pde_spechtlp (evaluation of probability of the testset) 

       See also BREDE, BREDE_PDE, BREDE_PDE_SPECHTEST,
                BREDE_PDE_SPECTLP.

 $Id: brede_pde_specht.m,v 1.2 2007/07/12 23:11:17 fn Exp $

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 27-Nov-2009 18:11:22 by m2html © 2005