standardizeOverRandomInterval

standardizeOverRandomInterval(
  ages,
  pdm,
  duration,
  searchRange,
  minN = 8,
  normalizeVariance = TRUE
)

Arguments

ages

vector of ages. Each age corresponds to a row in pdm

pdm

matrix of binned paleoData values

duration

length of the interval to standardize the data within. Must be <= than searchRange

searchRange

the age range within which to search for an interval

minN

minimum number length of de within the interval to calculate

normalizeVariance

Should the pdm be scaled to a uniform mean (FALSE) or variance and mean (TRUE) (default = TRUE)

Value

a matrix of standardized values