Description Usage Arguments Details Value See Also
Those functions calculate the (weighted) difference between two vectors.
1 2 3 4 5 6 7 |
x |
Reference vector. |
y |
Test vector. |
w |
Weights vector. |
Those functions are commonly used in the literature as error
functions for minimization in inversion problems. mlrt
computes the
mean log ratio, mard
computes the mean absolute relative difference,
rmsd
computes the root mean squared difference, and rrse
computes the relative root squared error between two vectors. All function
accept a vector of weights, as in weighted.mean
.
A scalar with the difference between the two vectors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.