Greetings,
I've been getting my feet wet with OxCal and have enjoyed the easy-to-use calibration and modelling.
However, I've got a bit of a quandary regarding the k value for a simple P-sequence deposition model. The profile I'm working on is an alluvial (flood deposit) sequence. Our knowledge of flood return intervals indicates that on average the k shouldn't be higher than 4.89 events per cm, and is probably considerably lower.
I have run models with variable k values ranging from my upper limit (4.89) to 0.5. However, my resultant k probability plots still indicate log(k) values less than zero. If I'm reading this right (and tell me if I'm not) my optimum k is actually a negative value?!? Attached is what appears to be the "best" result plot, from k0=0.5.
Further, I understand that so long as the model-selected k value is within the range allowed by the model, in my case, the standard, U(-2,2), the program should select the "right" k. However, I'd like to get an idea of the predicted event-rate to compare to stratigraphic analysis.
In short: a) How can I tell how low I have to make my k to yield a reliable model and b) if the model selects my k from a range, how can I tell what the resultant model "optimum" is?
The code I'm working with is as follows (depth is in cm):
Plot()
{
P_Sequence("k=0.5",0.5,2,U(-2,2))
{
Boundary();
R_Date("Radio3",924.9619260639960, 22.3517320113017)
{
z=115;
};
R_Date("Radio2",865.8364138980180, 22.3517320113017)
{
z=78;
};
R_Date("Radio1",327.7468324823860, 22.3517320113017)
{
z=35;
};
Date("Top",2015,0)
{
z=0;
};
Boundary();
};
};
As a side-note, I've tried breaking up this profile into smaller sequences/phases, however, the results are not that good because of the sparse dates.
Thanks so much for the help,
Matthew