standardizeMeanIteratively

standardizeMeanIteratively(
  ages,
  pdm,
  duration,
  searchRange,
  normalizeVariance = TRUE,
  thresh = 0.01,
  minN = 8
)

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

searchRange

the age range to which the interval range will be sampled from

normalizeVariance

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

thresh

threshold for mean RMSE

minN

minimum number length of de within the interval to calculate

Value

a matrix of standardized values