source: trunk/src/RegressionKernelBox.h @ 216

Last change on this file since 216 was 216, checked in by Peter, 18 years ago

RegressionLocal? added

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 493 bytes
Line 
1// $Id: RegressionKernelBox.h 216 2004-12-29 09:29:54Z peter $
2
3
4#ifndef _theplu_statistics_regression_kernel_box_
5#define _theplu_statistics_regression_kernel_box_
6
7#include "RegressionKernel.h"
8
9namespace theplu {
10namespace statistics { 
11
12  ///
13  ///
14  ///
15
16  class RegressionKernelBox : public RegressionKernel
17  {
18   
19  public:
20    ///
21    /// Constructor
22    ///
23    RegressionKernelBox() ;
24
25    ///
26    /// Function calculating the weight
27    ///
28    double weight(const double) const;
29 
30  private:
31  };
32
33}}  // of namespace statistics and namespace theplu
34
35#endif
Note: See TracBrowser for help on using the repository browser.