#include <gridpp.h>
◆ CrossValidation()
Structure function for performing cross validation experiments.
CrossValidation.
- Parameters
-
dist | Force background-to-obs correlation to 0 for points within this distance [m]. If MV, disable this. |
◆ clone()
◆ corr()
float gridpp::CrossValidation::corr |
( |
const Point & |
p1, |
|
|
const Point & |
p2 |
|
) |
| const |
|
virtual |
Correlation between two points.
- Parameters
-
p1 | First point |
p2 | Other point |
- Returns
- Correlation between points
Implements gridpp::StructureFunction.
◆ corr_background()
float gridpp::CrossValidation::corr_background |
( |
const Point & |
p1, |
|
|
const Point & |
p2 |
|
) |
| const |
|
virtual |
Correlation between a background point and an observation points.
- Parameters
-
p1 | Background point |
p2 | Observation point |
- Returns
- Correlation between background and observation points
Reimplemented from gridpp::StructureFunction.
◆ localization_distance()
float gridpp::CrossValidation::localization_distance |
( |
const Point & |
p | ) |
const |
|
virtual |
Maximum distance for which an observation can have an impact (localization)
- Returns
- Distance [m]
Reimplemented from gridpp::StructureFunction.
The documentation for this class was generated from the following files: