standardizeMeanIteratively.RdstandardizeMeanIteratively
standardizeMeanIteratively(
ages,
pdm,
duration,
searchRange,
normalizeVariance = TRUE,
thresh = 0.01,
minN = 8
)vector of ages. Each age corresponds to a row in pdm
matrix of binned paleoData values
length of the interval to standardize the data within
the age range to which the interval range will be sampled from
Should the pdm be scaled to a uniform mean (FALSE) or variance and mean (TRUE) (default = TRUE)
threshold for mean RMSE
minimum number length of de within the interval to calculate
a matrix of standardized values