#include <GibbsFactory.hpp>
GibbsFactory::GibbsFactory |
( |
| ) |
|
GibbsFactory::~GibbsFactory |
( |
| ) |
|
|
virtual |
AGibbs * GibbsFactory::createGibbs |
( |
Db * |
db, |
|
|
Model * |
model, |
|
|
bool |
flagMoving |
|
) |
| |
|
static |
Create the relevant Gibbs with Multivariate complete model
- Parameters
-
db | Db structure |
model | Multivariate structure |
flagMoving | True if a Moving Neighborhood must be used |
- Returns
AGibbs * GibbsFactory::createGibbs |
( |
Db * |
db, |
|
|
std::vector< Model * > |
models, |
|
|
double |
rho, |
|
|
bool |
flag_propagation |
|
) |
| |
|
static |
Create the Gibbs instance in the case of Multi-Mono model
- Parameters
-
db | Db structure |
models | Vector of monovariate models |
rho | Correlation coefficient (current to first model) |
flag_propagation | Propagation flag |
- Returns
The documentation for this class was generated from the following files: