Skip to content

Commit 6a41fb1

Browse files
readme
1 parent bded65c commit 6a41fb1

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ knitr::opts_chunk$set(
2121

2222
The `R` package `eratosthenes` aims to provide a general, flexible toolkit for archaeological chronology-building by incorporating, computationally, all relevant sources of information on uncertain archaeological or historical dates. Archaeological dates are subject to relational conditions (via seriation or stratigraphic relationships) and absolute constraints (such as radiocarbon dates, datable artifacts, or other known historical events, as _termini post_ or _ante quos_), which prompt the use of a joint conditional probability density to convey those relationships. The date of any one event can then be marginalized from that full, joint conditional distribution.
2323

24-
While software exists for calibrating and conditioning radiocarbon dates upon relative constraints, such as `OxCal` [@bronk_ramsey_bayesian_2009] and `BCal` [@buck_bcal_1999], as well as R packages `oxcAAR` [@hinz_oxcaar_2021], `Bchron` [@haslett_simple_2008], and `rcarbon` [@crema_spatio-temporal_2017], along with software for general chronological modeling like `Chronomodel` [@lanos_hierarchical_2017] and `ChronoLog` [@levy_chronological_2021], formal methods for dating artifacts and artifact types are lacking. One of the major goals of `eratosthenes` is advance the synchronism of chronologies and the crafting of large-scale chronological relationships, which are heavily reliant upon artifact typologies. The package therefore facilitates the marginalization of dates of a type's production, use, and deposition. The method of sampling employed in `eratosthenes` involves a two-step process of Gibbs sampling, using consistent batch means (CBM) and Monte Carlo standard errors (MCSE) to determine convergence [@jones_fixed-width_2006,@flegal_markov_2008]. Finaly, `eratosthenes` provides tools for analyzing the impact of events on each other with the conditional structure stipulated by the investigator, by implementing a jackknife-style estimator of squared displacement (how much the date of one event shifts when another is omitted). Ancillary functions include checking for discrepancies in sequences of events and constraining optimal seriations to known sequences. `Rcpp` is required for faster Gibbs sampling.
24+
While software exists for calibrating and conditioning radiocarbon dates upon relative constraints, such as `OxCal` [@bronk_ramsey_bayesian_2009] and `BCal` [@buck_bcal_1999], as well as R packages `oxcAAR` [@hinz_oxcaar_2021], `Bchron` [@haslett_simple_2008], and `rcarbon` [@crema_spatio-temporal_2017], along with software for general chronological modeling like `Chronomodel` [@lanos_hierarchical_2017] and `ChronoLog` [@levy_chronological_2021], formal methods for dating artifacts and artifact types are lacking. One of the major goals of `eratosthenes` is advance the synchronism of chronologies and the crafting of large-scale chronological relationships, which are heavily reliant upon artifact typologies. The package therefore facilitates the marginalization of dates of a type's production, use, and deposition. The method of sampling employed in `eratosthenes` involves a two-step process of Gibbs sampling, using consistent batch means (CBM) and Monte Carlo standard errors (MCSE) to determine convergence [@jones_fixed-width_2006; @flegal_markov_2008]. Finaly, `eratosthenes` provides tools for analyzing the impact of events on each other with the conditional structure stipulated by the investigator, by implementing a jackknife-style estimator of squared displacement (how much the date of one event shifts when another is omitted). Ancillary functions include checking for discrepancies in sequences of events and constraining optimal seriations to known sequences. `Rcpp` is required for faster Gibbs sampling.
2525

2626
The package is named after Eratosthenes of Cyrene, author of the _Chronographiai_.
2727

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,15 @@ typologies. The package therefore facilitates the marginalization of
3131
dates of a type’s production, use, and deposition. The method of
3232
sampling employed in `eratosthenes` involves a two-step process of Gibbs
3333
sampling, using consistent batch means (CBM) and Monte Carlo standard
34-
errors (MCSE) to determine convergence Flegal, Haran, and Jones (2008).
35-
Finaly, `eratosthenes` provides tools for analyzing the impact of events
36-
on each other with the conditional structure stipulated by the
37-
investigator, by implementing a jackknife-style estimator of squared
38-
displacement (how much the date of one event shifts when another is
39-
omitted). Ancillary functions include checking for discrepancies in
40-
sequences of events and constraining optimal seriations to known
41-
sequences. `Rcpp` is required for faster Gibbs sampling.
34+
errors (MCSE) to determine convergence (Jones et al. 2006; Flegal,
35+
Haran, and Jones 2008). Finaly, `eratosthenes` provides tools for
36+
analyzing the impact of events on each other with the conditional
37+
structure stipulated by the investigator, by implementing a
38+
jackknife-style estimator of squared displacement (how much the date of
39+
one event shifts when another is omitted). Ancillary functions include
40+
checking for discrepancies in sequences of events and constraining
41+
optimal seriations to known sequences. `Rcpp` is required for faster
42+
Gibbs sampling.
4243

4344
The package is named after Eratosthenes of Cyrene, author of the
4445
*Chronographiai*.

0 commit comments

Comments
 (0)