35#ifndef STK_MULTILAW_JOINTCAUCHY_H 
   36#define STK_MULTILAW_JOINTCAUCHY_H 
   49template<
class RowVector>
 
   64    inline Real const& 
scale(
int const& 
j)
 const { 
return this->
law(j).scale();}
 
 
In this file we define the Cauchy probability distribution.
In this file we define the Interface base classes IMultiLaw and JointProbability.
#define _T(x)
Let x unmodified.
Implement the Joint Cauchy probability law.
Real const & scale(int const &j) const
Real const & location(int const &j) const
JointCauchy(int const &nbVar)
constructor
JointCauchy()
default constructor
JointProbability< RowVector, Law::Cauchy > Base
void setLocation(int const &j, Real const &location)
set the location of the jth law
void setScale(int const &j, Real const &scale)
set the scale of the jth law
virtual ~JointCauchy()
destructor
joint density class for the multivariate distributions.
Law const & law(int const &j) const
The MultidimRegression class allows to regress a multidimensional output variable among a multivariat...
double Real
STK fundamental type of Real values.
The namespace STK is the main domain space of the Statistical ToolKit project.