Revision 20aefc9955133b9d3a2f3ea6366edd542e26701d authored by David Hofmeyr on 16 February 2018, 12:43:08 UTC, committed by cran-robot on 16 February 2018, 12:43:08 UTC
1 parent af98636
md_reldepth.Rd
\name{md_reldepth}
\alias{md_reldepth}
\title{Relative Depth of a Hyperplane}
\description{
Finds the relative depth, min((M1-m)/m, (M2-m)/m), where M1 is the maximum density below the optimal hyperplane orthogonal to v and M2 the maximum above, while m is the integrated density on the optimal hyperplane orthogonal to v.
}
\usage{
md_reldepth(v, X, P)
}
\arguments{
\item{v}{a numeric vector of length ncol(X)}
\item{X}{a numeric matrix (num_data x num_dimensions) to be projected on v}
\item{P}{a list of parameters including (at least) $h (positive numeric bandwidth value), $alpha (positive numeric constraint width), $C (positive numeric affecting the slope of the penalty)}
}
\value{
the value of the relative depth of the best hyperplane orthogonal to v.
}
\keyword{internal}

Computing file changes ...