

| Bayes Factor Calcs | n- No of dates | 40 | |||||||
| Sqrt (n) | 6.324555 | ||||||||
| F_modelA | 3967 | A_modelA | 370.66 | ||||||
| F_modelB | 52.6 | A_modelB | 187.12 | ||||||
| Bayes factor | 75.41871 |
F_modelA/F_modelB=(A_modelA/A_modelB)^sqrt(n) | |||||||
https://en.wikipedia.org/wiki/Bayes_factor#Interpretation
--

The really important thing is that the null model part of the F_model is the same when comparing two models. That means that the same n parameters must all be in both models and have the same likelihoods. If there are parameters other than dates this will need some careful thought to make sure the two are comparable. For Ben’s models this is true.
Ray, what type of model are you constructing that has parameters other than dates?
Best wishes
Andrew
--
Dr. Andrew Millard
e: A.R.M...@durham.ac.uk | t: +44 191 334 1147
w: http://www.dur.ac.uk/archaeology/staff/?id=160
Senior Lecturer in Archaeology, Durham University, UK
From:
ox...@googlegroups.com [mailto:ox...@googlegroups.com]
Sent: 11 July 2015 20:32
To: ox...@googlegroups.com
Subject: Re: Identifying distinct occupations with pseudo-Bayes Factors
Ciao Gianmarco,
"The V_Sequence method, carried forward from previous versions of OxCal extends the D_Sequence methodology to allow for uncertainty in the gaps between events. The events are also constrained to be in order (so the Normal uncertainty is truncated at zero). In the current version the same can be achieved by applying a prior to the interval between events in a normal sequence. Both of the following are equivalent."
Best wishes
Ray |
|
Hi Ray,
The important thing is that the likelihoods are the same in both models and only the priors change. So not only must there
be the same number of parameters, but they must have the same likelihood functions so that the null model is the same. If you compare the list of likelihoods for the two v_sequence models you can see they are different so the
element of the F_model is not the same
and does not cancel when you take the ratio of the two F_model values. If I add additional boundaries to the second model, the likelihood function does not change (though the labelling of the parameters does) and the F_model values can be compared.
(very wide table follows)
|
V_Sequence |
V_Sequence Equivalent |
V_Sequence Equivalent modified |
|
V_Sequence() { Boundary("Start"); Gap(10,5); R_Date("A",2023,20); Gap(10,5); R_Date("B",1961,20); Gap(10,5); R_Date("C",1999,20); Gap(10,5); R_Date("D",1966,20); Gap(10,5); R_Date("E",1954,20); Gap(10,5); R_Date("F",1936,20); Gap(10,5); R_Date("G",1948,20); Gap(10,5); R_Date("H",1925,20); Gap(10,5); Boundary("End"); }; |
|
Sequence() |
Boundary("Start pause"); Boundary("End pause"); |
|
Interval(N(10,5)); R_Date("E",1954,20); Interval(N(10,5)); R_Date("F",1936,20); Interval(N(10,5)); R_Date("G",1948,20); Interval(N(10,5)); R_Date("H",1925,20); Interval(N(10,5)); Boundary("End"); }; |
|
|
|
|
| Interval (LnN(ln(x),ln(2))) | ||
| x= | Fmodel | Amodel |
| 6 | 1.8498 | 116.09 |
| 8 | 2.47702 | 124.61 |
| 10 | 4.53871 | 144.32 |
| 12 | 6.59131 | 157.99 |
| 14 | 8.22518 | 166.71 |
| 16 | 9.05746 | 170.65 |
| 18 | 9.0458 | 170.6 |
| 20 | 8.10027 | 166.09 |
| 22 | 7.0429 | 160.55 |
| 24 | 5.46262 | 150.95 |

