Hi all!
I have a question about model agreement, phases, and outliers. I am interested in estimating the beginning and end of a material type in a particular region, and thought I could do so by putting all of the associated C14 dates into a single phase and using the start and end boundaries. This very simple solution resulted in poor agreement indices, with the ~five earliest and ~five latest dates marked as problematic.
An outlier model similarly identifies these dates as not fitting, but also does not seem to solve the agreement problems.
I am curious if people have recommendations for how to move forward. Excluding these dates as they are all at the ends of phase seems like it would rather artificially shorten the phase, and may simply result in the next youngest/oldest dates being marked as outliers.
Code/Dates:
Options()
{
Curve="IntCal20.14c";
};
Plot()
{
Outlier_Model("General", T(5), U(0,4), "t");
Sequence("Moravian Bell Beaker")
{
Boundary("Start Morav")
Boundary("Start Pampas")
{
color = "green";
};
KDE_Plot("Moravia Bell Beaker KDE")
{
R_Date("BLM-4500 Tvorihráz/CZ gr. 2", 4011, 52)
{
Outlier(0.05);
};
R_Date("Erl-4721 Pavlov Horni pole/CZ gr. 516", 4007, 62)
{
Outlier(0.05);
};
R_Date("Erl-4719 Pavlov Horni pole/CZ gr. 501", 3990, 54)
{
Outlier(0.05);
};
R_Date("KIA-34838 Stribrnice 1/CZ gr. 37", 3980, 35)
{
Outlier(0.05);
};
R_Date("KIA-34665 Hulin 1/CZ gr. 63", 3950, 30)
{
Outlier(0.05);
};
R_Date("Poz-44322 Kyovice Sutny 2", 3940, 40)
{
Outlier(0.05);
};
R_Date("VERA-5530 Zahlinice gr. 48", 3935, 40)
{
Outlier(0.05);
};
R_Date("KIA-34666 Hulin 1/CZ gr. 73", 3935, 25)
{
Outlier(0.05);
};
R_Date("MAMS-34188 Pavlov-Horni pole H570", 3919, 26)
{
Outlier(0.05);
};
R_Date("KIA-34720 Stribrnice 1/CZ pit 4", 3915, 30)
{
Outlier(0.05);
};
R_Date("Erl-4722 Pavlov Horni pole/CZ gr. 570", 3913, 56)
{
Outlier(0.05);
};
R_Date("Erl-4718 Pavlov Horni pole/CZ gr. 500", 3908, 54)
{
Outlier(0.05);
};
R_Date("VERA-5533 Hostice I gr. 937", 3900, 40)
{
Outlier(0.05);
};
R_Date("KIA-34669 Hulin 1/CZ gr. 86", 3900, 25)
{
Outlier(0.05);
};
R_Date("DeA-16846 Prerov-Predmosti 5 H44", 3897, 26)
{
Outlier(0.05);
};
R_Date("VERA-3337 OL-Slavonin Horni lan pit 255", 3890, 35)
{
Outlier(0.05);
};
R_Date("KIA-34721/A-1 Stribrnice 1/CZ pit. 44", 3890, 30)
{
Outlier(0.05);
};
R_Date("VERA-5209 Hostice I gr. 837", 3885, 35)
{
Outlier(0.05);
};
R_Date("KIA-34721/A1 Stribrnice I/CZ pit 44", 3880, 30)
{
Outlier(0.05);
};
R_Date("KIA-34840 Stribrnice 1/CZ gr. 43", 3875, 30)
{
Outlier(0.05);
};
R_Date("Erl-7620 OL-Slavonin Horni lan/CZ pit 1247", 3874, 55)
{
Outlier(0.05);
};
R_Date("KIA-34714 Vrchoslavice-Vitcice 1/CZ pit 45", 3870, 30)
{
Outlier(0.05);
};
R_Date("Bln-4497 Tvorihráz/CZ gr. 2", 3869, 40)
{
Outlier(0.05);
};
R_Date("MAMS-34185 Zahlinice H67/89", 3869, 26)
{
Outlier(0.05);
};
R_Date("KIA-34842 Stribrnice gr. 53", 3865, 35)
{
Outlier(0.05);
};
R_Date("Erl-4681 OL-Slavonin Horni lan/CZ pit 2030", 3861, 51)
{
Outlier(0.05);
};
R_Date("Erl-4724 Pavlov Horni pole/CZ gr. 585", 3860, 57)
{
Outlier(0.05);
};
R_Date("KIA-34721/A2 Stribrnice 1/CZ pit 44", 3860, 40)
{
Outlier(0.05);
};
R_Date("VERA-5206 Hostice I gr. 863", 3860, 35)
{
Outlier(0.05);
};
R_Date("Erl-4720 Pavlov Horni pole/CZ gr. 505", 3859, 57)
{
Outlier(0.05);
};
R_Date("MAMS-34189 Pavlov-Horni pole H500", 3856, 26)
{
Outlier(0.05);
};
R_Date("VERA-5532 Hostice I gr. 871", 3855, 40)
{
Outlier(0.05);
};
R_Date("KIA-34663/1-2 Hulin 1/CZ gr. 57", 3855, 30)
{
Outlier(0.05);
};
R_Date("VERA-3347 OL-Slavonin/CZ pit 254", 3850, 35)
{
Outlier(0.05);
};
R_Date("VERA-3360 Pavlov Horni pole/CZ gr. 585", 3850, 35)
{
Outlier(0.05);
};
R_Date("VERA-5207 Hostice I gr. 947", 3850, 35)
{
Outlier(0.05);
};
R_Date("VERA-5529 Zahlinice gr. 47", 3845, 40)
{
Outlier(0.05);
};
R_Date("Poz-93238 Brno-Slatina Stranska skala obj. 2", 3845, 35)
{
Outlier(0.05);
};
R_Date("Poz-85799 Opava-Varovice obj. 1618 (H45)", 3845, 30)
{
Outlier(0.05);
};
R_Date("MAMS-34186 Pavlov-Horni pole H588", 3840, 26)
{
Outlier(0.05);
};
R_Date("BLN-4501 Tvorihráz/CZ gr. 2", 3838, 42)
{
Outlier(0.05);
};
R_Date("VERA-5528 Zahlinice gr. 5", 3845, 40)
{
Outlier(0.05);
};
R_Date("KIA-34845 Stribrnice 1/CZ gr. 27", 3835, 35)
{
Outlier(0.05);
};
R_Date("KIA-34845 Stribrnice 1/H27 (823)", 3835, 35)
{
Outlier(0.05);
};
R_Date("KIA-34686 Hulin 1 H 78", 3835, 30)
{
Outlier(0.05);
};
R_Date("VERA-2161 Pavlov Horni pole/CZ gr. 500", 3830, 35)
{
Outlier(0.05);
};
R_Date("KIA-34836 Stribrnice 1/CZ gr. 23", 3830, 35)
{
Outlier(0.05);
};
R_Date("KIA-34719 Stribrnice 1/CZ pit 3", 3830, 30)
{
Outlier(0.05);
};
R_Date("UGAMS-11867 Drevohostice", 3830, 30)
{
Outlier(0.05);
};
R_Date("Erl-7622 OL-Slavonin Horni lan/CZ pit 1406", 3828, 50)
{
Outlier(0.05);
};
R_Date("KIA-34835 Stribrnice 1/CZ gr. 21", 3825, 30)
{
Outlier(0.05);
};
R_Date("KIA-34713-A Vrchoslavice-Vitcice 1/CZ gr. 10", 3825, 25)
{
Outlier(0.05);
};
R_Date("VERA-5208 Hostice I gr. 826", 3820, 40)
{
Outlier(0.05);
};
R_Date("Poz-93239 Brno-Slatina Stranska skala obj. 2", 3820, 40)
{
Outlier(0.05);
};
R_Date("Erl-4677 OL-Slavonin Horni lan/CZ pit 964", 3815, 55)
{
Outlier(0.05);
};
R_Date("VERA-3359 Pavlov Horni pole/CZ gr. 570", 3810, 35)
{
Outlier(0.05);
};
R_Date("Erl-4723 Pavlov Horni pole/CZ gr. 570", 3808, 57)
{
Outlier(0.05);
};
R_Date("KIA-34633/1-1 Hulin I gr. 57", 3805, 30)
{
Outlier(0.05);
};
R_Date("KIA-34833 Stribrnice 1/CZ gr. 7", 3805, 30)
{
Outlier(0.05);
};
R_Date("VERA-5205 Hostice I gr. 820", 3800, 35)
{
Outlier(0.05);
};
R_Date("KIA-34633/1 Hulin 1/CZ gr. 3", 3800, 25)
{
Outlier(0.05);
};
R_Date("UGAMS-7653 Pravcice 3 99/800", 3800, 25)
{
Outlier(0.05);
};
R_Date("DeA-16848 Prerov-Predmosti 7 H4", 3796, 27)
{
Outlier(0.05);
};
R_Date("MAMS-34190 Pavlov-Horni pole H523", 3795, 26)
{
Outlier(0.05);
};
R_Date("KIA-34841 Stribrnice 1/CZ gr. 48", 3790, 35)
{
Outlier(0.05);
};
R_Date("KIA-34670 Hulin 1/CZ gr. 93", 3790, 30)
{
Outlier(0.05);
};
R_Date("KIA-34721/A2 Stribrnice 1/CZ pit. 44", 3790, 30)
{
Outlier(0.05);
};
R_Date("KIA-34844 Stribrnice 1/CZ gr. 85", 3790, 25)
{
Outlier(0.05);
};
R_Date("KIA-34837 Stribrnice 1/CZ gr. 33", 3785, 35)
{
Outlier(0.05);
};
R_Date("KIA-34713 Vrchoslavice-Vitcice 1/CZ gr. 10", 3785, 30)
{
Outlier(0.05);
};
R_Date("VERA-5531 Zahlinice gr. 67", 3780, 40)
{
Outlier(0.05);
};
R_Date("KIA-34834 Stribrnice 1/CZ gr. 9", 3780, 30)
{
Outlier(0.05);
};
R_Date("KIA-34843 Stribrnice 1/CZ gr. 79", 3775, 30)
{
Outlier(0.05);
};
R_Date("BLN-4499 Tvorihráz/CZ gr. 2", 3771, 44)
{
Outlier(0.05);
};
R_Date("KIA-34839 Stribrnice 1/CZ gr. 41", 3760, 30)
{
Outlier(0.05);
};
R_Date("DeA-16847 Prerov-Predmosti 5 H25", 3753, 26)
{
Outlier(0.05);
};
R_Date("BLN-2841 Holubice/CZ pit 1", 3750, 61)
{
Outlier(0.05);
};
R_Date("BLN-4498 Tvorihráz/CZ gr. 2", 3746, 52)
{
Outlier(0.05);
};
R_Date("BLN-2840 Holubice/CZ pit 2", 3740, 70)
{
Outlier(0.05);
};
R_Date("Poz-98491 Prerov-Predmosti 5 H24", 3740, 40)
{
Outlier(0.05);
};
R_Date("Poz-93511 Brno-Slatina Stranska skala obj. 2", 3700, 30)
{
Outlier(0.05);
};
R_Date("Poz-98492 Prerov-Predmosti 5 H25", 3690, 35)
{
Outlier(0.05);
};
R_Date("Erl-7621 OL-Slavonin Horni lan/CZ pit 1406", 3667, 50)
{
Outlier(0.05);
};
};
Boundary("End Morav")
{
color = "red";
};
};
};