RIMSD: Root Integrated Mean Square Difference

View source: R/MPdifferencefunctions.R

RIMSDR Documentation

Root Integrated Mean Square Difference

Description

Root Integrated Mean Square Difference

Usage

RIMSD(T1, T2, w)

Arguments

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.

Details

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.


falkcarl/mpirt documentation built on July 11, 2024, 12:09 a.m.