rootMedianSquare: Compute the root median square deviation (rmsd) of a vector

View source: R/rootMedianSquare.R

rootMedianSquareR Documentation

Compute the root median square deviation (rmsd) of a vector

Description

Function to compute the root median square deviation (rmsd) of a vector.

Usage

rootMedianSquare(y, na.rm = TRUE)

Arguments

y
  • vector to compute rmsd for

na.rm
  • flag to remove NAs before calculating

Details

Uses package stats.

Value

the rmsd, or NA_real_ if y is all NAs


wStockhausen/wtsUtilities documentation built on Feb. 3, 2025, 6:29 a.m.