Robert
The way the program works is that it tries to estimated the reasonable extent of the marginal posterior for the boundaries. This generally works ok - but if, as in this case, there are too few events to really use a model of this kind it may underestimate and they you get truncated boundaries. If you see this and want to get around it you can provide a prior for the Boundary using a Uniform distribution. In this case you are also using too high a resolution and of course you know the end boundary will not extend beyond the present so something like:
Options()
{
Resolution=20;
};
Plot()
{
Sequence()
{
Boundary("Old",U(-100000,0));
Phase()
{
C_Date("OSL1",-14100,1300);
C_Date("OSL2",-11505,1350);
};
Boundary("Young",U(-20000,2019));
};
};
might be appropriate. Though even here you can see there is some truncation still at the old end (and obviously at the young end).
Note that when you get truncated boundaries you often get a slight rise in the probability at the truncation point - this is because the model is trying to impose a uniform on the span of the phase - right up to the maximum possible.
The truncation at the old end could be dealt with using a different MCMC sampling algorithm - and I might try this in future versions. In the end though the main issue here is a model with too many parameters and too few data.
Best wishes
Christopher
> --
> 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/4deddd16-4b68-43c8-8cf6-43f8bed16ecd%40googlegroups.com.
> <PDF_trimming.png>