draw_random_ages: A wrapper around agemodel that returns a matrix of multiple...

Description Usage Arguments

Description

A wrapper around agemodel that returns a matrix of multiple age models. Each column is an age model.

Usage

1
2
draw_random_ages(ages, sigmas, n.replicates = 1, n.sigma = 2,
  firstdiffagreementratio = 1, tolerance = 10^-10)

Arguments

ages

A vector containing the age data.

sigmas

A vector containing the 1 sigma uncertainties associated with the age data.

n.replicates

How many age vectors to draw?

n.sigma

n*sigma uncertainty. Defaults to 2.

firstdiffagreementratio

How large can the slope between time steps be? Defaults to 1, or 100 percent.

tolerance

A tolerance level to speed up computations when age points are very close. Ensures that iterations don't get stuck.


kahaaga/tstools documentation built on May 24, 2019, 5:01 a.m.