MRS  1.0
A C++ Class Library for Statistical Set Processing
subpavings::kde::TypeKDE Class Reference

A type for calculating a kernel density estimate given a multivariate data point. More...

+ Inheritance diagram for subpavings::kde::TypeKDE:

List of all members.

Public Member Functions

virtual cxsc::real kde (const std::vector< cxsc::real > &x) const =0
 Estimate kde(x), the kernel density estimator function evaluated at x. where x is given as a vector of cxsc::real values.
virtual cxsc::real kde (const std::vector< double > &x) const =0
 Estimate kde(x), the kernel density estimator function evaluated at x. where x is given as a vector of double values.
virtual cxsc::real kde (const cxsc::rvector &x) const =0
 Estimate kde(x), the kernel density estimator function evaluated at x. where x is given as a cxsc::rvector value.

Detailed Description

A type for calculating a kernel density estimate given a multivariate data point.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends