Dear Igor
Many thanks I think you are doing essentially the right thing. There are some error messages but I think that is just because of a detail.
On the Exp function the first numerical parameter is the time constant of the decay/rise (not one over that). For a mean 10 year offset then I think you want:
a = R_Date(2340, 145);
charcoal = Exp(-10,0,100);
a1 = Date(a + charcoal);
a2 = Date(R_Date(2340, 145) + Exp(-10,0, 100));
A couple of other points then:
First - remember that the time line in OxCal is time not age - so if you add a positive distribution like charcoal to the age that will bring the date younger which is I imagine what you want.
Second - when you do a calculation the type of the output may not be clear - here I have set the type to Date to make clear that the results are intended to be dates rather than intervals or some other kind of parameter.
Finally - if you need to force the program to run an MCMC process you can include the MCMC_Sample() command to force it to do so.
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 visit
https://groups.google.com/d/msgid/oxcal/3ff27189-20b9-4106-97a1-a0b70d1c5075n%40googlegroups.com.