#include <Vecchia.hpp>
◆ Vecchia() [1/2]
Vecchia::Vecchia |
( |
const ModelGeneric * |
model, |
|
|
const Db * |
db1, |
|
|
const Db * |
db2 = nullptr |
|
) |
| |
◆ Vecchia() [2/2]
Vecchia::Vecchia |
( |
const Vecchia & |
r | ) |
|
|
delete |
◆ ~Vecchia()
◆ computeLower()
int Vecchia::computeLower |
( |
const MatrixT< int > & |
Ranks, |
|
|
bool |
verbose = false |
|
) |
| |
Construct the Vecchia approximation starting from 'Ranks'.
- Parameters
-
Ranks | MatrixT<int> which the ranks of the sample indices for each target |
verbose | Verbose flag |
- Returns
- int Error returned code
- Note
- The dimension of 'Rank' is:
- ncols = Dimension of the Neighborhood + 1
- nrows = Number of samples (dbin and dbout [optional])
-
For each row, the first element of 'Ranks' is the sample number
- if smaller than N_dbin, it refers to the sample absolute rank in 'dbin'
- if larger, its value (after subtracting N_dbin) gives the sample absolute rank in 'dbout'
◆ getDFull()
◆ getDMat()
◆ getLFull() [1/2]
◆ getLFull() [2/2]
double Vecchia::getLFull |
( |
int |
i, |
|
|
int |
j |
|
) |
| const |
|
inline |
◆ operator=()
The documentation for this class was generated from the following files: