35#ifndef STK_STAT_BIVARIATE_H
36#define STK_STAT_BIVARIATE_H
54template <
class XTYPE,
class YTYPE,
class TContainer1D >
102 void setData( TContainer1D
const&
X, TContainer1D
const&
Y)
This file contain the specialization of the class Univariate for the Real Type.
virtual void setData(YArray_ const &y, XArray_ const &x)
set the data set.
The MultidimRegression class allows to regress a multidimensional output variable among a multivariat...
Computation of the bivariate Statistics of two Variables.
Univariate< TContainer1D > xStat_
Statistics of the X variable.
Univariate< YTYPE, TContainer1D > yStat() const
get statistics of the second variable
virtual ~Bivariate()
virtual destructor.
Univariate< TContainer1D > yStat_
Statistics of the Y variable.
void setData(TContainer1D const &X, TContainer1D const &Y)
set a new data sets
Bivariate(const Bivariate &stat)
Copy constructor.
Bivariate & operator=(const Bivariate &stat)
Operator = : overwrite the Bivariate with stat.
Univariate< XTYPE, TContainer1D > xStat() const
get statistics of the first variable
Bivariate(ITContainer< TContainer1D > const &X, ITContainer< TContainer1D > const &Y)
Default constructor.
The namespace STK is the main domain space of the Statistical ToolKit project.