Description Usage Arguments Examples
View source: R/IQDlocal_integrate.R
Calculate integrated quadratic distance (IQ distance) between the empirical cumulative distribution functions (ecdfs) of two data vectors with the integrate function. NB! The integrate function is very slow and problematic with the 'subdivisions', (the maximum number of subintervals), i.e. no convergence even though the number of subintervals is large.
1 | IQDlocal_integrate(modelVec, obsVec)
|
modelVec |
Vector with model data |
obsVec |
Vector with dataproduct data |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.