f_df_md

PURPOSE

Function value and derivative for penalised density

SYNOPSIS

function [f,df] = f_df_md(v,X, pars)

DESCRIPTION

Function value and derivative for penalised density 
[F,DF] = F_DF_MD(V,X, PARS)

 Inputs:
    (V): Projection vector
    (X): Data matrix
    (PARS): Structure array containing all parameters of MDH algorithm

 Output: 
    (F): the value of projection index for MDH 
    (DF): derivative of projection index w.r.t. projection vector (v)

CROSS-REFERENCE INFORMATION

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