Computes the geometric mean composition of a set of fission track or U-Th-He data and returns the corresponding age and fitting parameters.
central(x, ...)# S3 method for default
central(x, alpha = 0.05, ...)
# S3 method for UThHe
central(x, alpha = 0.05, ...)
# S3 method for fissiontracks
central(x, mineral = NA, alpha = 0.05, ...)
an object of class UThHe
or fissiontracks
,
OR a 2-column matrix with (strictly positive) values and
uncertainties
optional arguments
cutoff value for confidence intervals
setting this parameter to either apatite
or
zircon
changes the default efficiency factor, initial
fission track length and density to preset values (only affects
results if x$format=2
.)
if x
has class UThHe
, a list containing the
following items:
a four-element vector with:
t
: the central age
s[t]
: the standard error of s[t]
ci[t]
: the \(100(1-\alpha/2)\%\) confidence interval for
t
for the appropriate number of degrees of freedom
disp[t]
: the \(100(1-\alpha/2)\%\) confidence interval
enhanced by a factor of \(\sqrt{MSWD}\).
the reduced Chi-square statistic of data concordance, i.e. \(mswd=SS/df\), where \(SS\) is the sum of squares of the log[U/He]-log[Th/He] compositions
the degrees of freedom (\(2n-2\))
the p-value of a Chi-square test with df
degrees of freedom
(if the input data table contains Sm) or uv (if it doesn't): the geometric mean log[U/He], log[Th/He] (, log[Sm/He]) and log[Sm/He] composition
the covariance matrix of uvw
or uv
the \(100(1-\alpha/2)\%\) percentile of the t-
distribution for df
degrees of freedom
OR, otherwise:
a three-element vector with:
t
: the central age
s[t]
: the standard error of s[t]
ci[t]
: the \(100(1-\alpha/2)\%\) confidence interval for
t
for the appropriate number of degrees of freedom
a two-element vector with the overdispersion (standard deviation) of the excess scatter, and the corresponding \(100(1-\alpha/2)\%\) confidence interval for the appropriate degrees of freedom.
the reduced Chi-square statistic of data concordance, i.e. \(mswd=X^2/df\), where \(X^2\) is a Chi-square statistic of the EDM data or ages
the degrees of freedom (\(n-2\))
the p-value of a Chi-square test with df
degrees of freedom
Galbraith, R.F. and Laslett, G.M., 1993. Statistical models for mixed fission track ages. Nuclear tracks and radiation measurements, 21(4), pp.459-470.
Vermeesch, P., 2008. Three new ways to calculate average (U-Th)/He ages. Chemical Geology, 249(3), pp.339-347.
# NOT RUN {
data(examples)
print(central(examples$UThHe)$age)
# }
Run the code above in your browser using DataLab