f_md

PURPOSE

Penalised density of optimal hyperplane with normal vector (V)

SYNOPSIS

function [fmin, bmin, df, dkde] = f_md(v,X,pars)

DESCRIPTION

Penalised density of optimal hyperplane with normal vector (V)
[FVAL, SPLIT, DF, DKDE] = F_MD(V,X,PARS)

 Inputs:
    (V): Projection vector
    (X): Data matrix
    (PARS): Structure array containing MDH parameters (alpha, eta, epsilon,h)

 Output: 
    (FVAL): penalised density integral for optimal hyperplane orthogonal to (v)
    (SPLIT): optimal split point on (v) after (v) is scaled to unit-length
    (DF): derivative of penalised density integral at (split)
    (DKDE): derivative of 1D kernel density estimator at (split)

CROSS-REFERENCE INFORMATION

This function calls: This function is called by:
Generated on Tue 17-Jul-2018 18:58:09 by m2html © 2005