View source: R/MPdifferencefunctions.R
RIMSD | R Documentation |
Root Integrated Mean Square Difference
RIMSD(T1, T2, w)
T1 |
Vector of values corresponding to traceline or information function 1. |
T2 |
Vector of values corresponding to traceline or information function 2. |
w |
Vector of weights; usually these should sum to 1. |
Computes root integrated mean square difference (RIMSD) between T1
and T2
, with weights for integration
from w
. The difference is squared, a weighted sum is computed based on w
and then the square root is taken.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.