Sequence without bounaries

33 views
Skip to first unread message

Kate

unread,
Oct 1, 2024, 6:18:41 PMOct 1
to OxCal
Hello!  
I am looking over an oxcal model (paleoseismic study) made by a student that uses the Sequence command but no Boundaries.  I understand that a typical Sequence model with boundaries (e.g., below) assumes dates uniformly distributed ages.  But I have been unable to figure out the underlying assumption when no Boundary commands are used in a sequence. Can you clarify?  
Thanks!



Plot()
 {
  Sequence("WW")
  {
   Boundary("base");
etc....
Boundary("top");
  };
 };

Erik Marsh

unread,
Oct 2, 2024, 9:30:01 AMOct 2
to OxCal
HI Kate – yes, all models need boundaries. The sequence in your example assumes a sequence of events. It correctly starts and ends the list of events with boundaries.
Your example doesn't assume uniformly distributed ages. To do that, you need a uniform phase, which would look like this:

Sequence("WW")
  {
   Boundary("base");
   Phase("Uniform Phase")
   {
   etc....
    };
   Boundary("top");
  };

This is a very standard setup that often works well with few assumptions.
Hope this helps, Erik

MILLARD, ANDREW R.

unread,
Oct 3, 2024, 4:16:08 AMOct 3
to OxCal
Dear Kate,

A sequence specifies that the dates have the order shown, and adding boundaries that they are randomly distributed in a between unknown start and end dates. With only a sequence the posterior distributions of dates tend to spread wider than their true range because the ordering assumption pushes the probability distribution of one date away from the next. Adding boundaries allows for the spread of dates being composed of two components - duration of the deposition (which is usually of interest) and the uncertainty of measurement and calibration. Boundaries make the most difference to the outcome when the duration is short compared to uncertainty in the dates, and they tend to have more effect on the posterior distribution of the dates near the start and end of the sequence.

So omitting boundaries is a modelling choice, and like all modelling choices it has consequences for the results. As it is non-standard, and not the recommended approach in the papers that developed these types of models, I would expect to see a justification for its use.


Best wishes 

Andrew 

-- 

Dr. Andrew Millard 

Associate Professor of Archaeology,

Durham University, UK 

Email: A.R.M...@durham.ac.uk  

Personal page: https://www.durham.ac.uk/staff/a-r-millard/ 

Dunbar 1650 MOOC: https://www.futurelearn.com/courses/battle-of-dunbar-1650 

 


From: ox...@googlegroups.com <ox...@googlegroups.com> on behalf of Erik Marsh <erik....@gmail.com>
Sent: Wednesday, October 2, 2024 14:30
To: OxCal <ox...@googlegroups.com>
Subject: Re: Sequence without bounaries
 
[EXTERNAL EMAIL]
--
You received this message because you are subscribed to the Google Groups "OxCal" group.
To unsubscribe from this group and stop receiving emails from it, send an email to oxcal+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/oxcal/349abcc0-e6cf-449f-a9da-daf4801baef3n%40googlegroups.com.

Kate

unread,
Oct 4, 2024, 5:06:32 PMOct 4
to OxCal
Thanks - this is helpful.  (I was surprised the model ran without them!) 
Our sequences are long (thousand+ years) thus reason for similar outcomes with and without boundaries.   Cheers. kate

Reply all
Reply to author
Forward
0 new messages