(1) এবং (1 বি) উভয়ই সঠিক। ওপির ঠিক আছে যে (এই মডেলটিতে) একটি পরিবর্তন পয়েন্ট থাকতে পারেt+1, এবং xt+1পরিবর্তন পয়েন্ট আছে কিনা তার উপর নির্ভর করে। এটি (1) এর সম্ভাব্য মান হিসাবে কোনও সমস্যা বোঝায় নাrt+1 সম্পূর্ণরূপে দ্বারা "আচ্ছাদিত" P(xt+1∣rt,x1:t)। P(xt+1|rt,x1:t) শর্তসাপেক্ষে বিতরণ মানে xt+1 শর্তসাপেক্ষে (rt,x1:t)। এই শর্তসাপেক্ষ বন্টন গড় সহ "অন্যান্য সমস্ত কিছু" জুড়ে overrt+1শর্তযুক্ত (rt,x1:t)। যেমন কেউ লিখতে পারে, বলে,P(xt+1000|xt), যা চেঞ্জপয়েন্টগুলির সম্ভাব্য সমস্ত কনফিগারেশন পাশাপাশি মানগুলির বিবেচনা করবে xiএর মধ্যে ঘটছে t এবং t+1000।
বাকী অংশগুলিতে আমি প্রথমে (1) এবং তারপরে (1 বি) ভিত্তিক (1) প্রাপ্ত করি।
(1) এর উত্স
যেকোন র্যান্ডম ভেরিয়েবলের জন্য A,B,C, আমাদের আছে
P(A∣B)=∑cP(A∣B,C=c)P(C=c∣B),
যতক্ষন পর্যন্ত না
Cস্বতন্ত্র (অন্যথায় যোগফল একটি অখণ্ড দ্বারা প্রতিস্থাপন করা প্রয়োজন)। এটি প্রয়োগ করা হচ্ছে
xt+1,x1:t,rt:
P(xt+1∣x1:t)=∑rtP(xt+1∣rt,x1:t)P(rt∣x1:t),
which holds no matter what the dependencies between
rt,
x1:t,
xt+1 are, that is, no model assumptions have yet been used. In the present model,
xt+1 given
rt,x(r)t is assumed* to be conditionally independent of the values of
x from the runs before
x(r)t. This implies
P(xt+1∣rt,x1:t)=P(xt+1∣rt,x(r)t). Substituting this into the previous equation, we get
P(xt+1∣x1:t)=∑rtP(xt+1∣rt,x(r)t)P(rt∣x1:t),(1)
which is (1) in OP.
Derivation of (1b)
Let us consider the decomposition of P(xt+1∣rt,x(r)t) over possible values of rt+1:
P(xt+1∣rt,x(r)t)=∑rt+1P(xt+1∣rt+1,rt,x(r)t)P(rt+1∣rt,x(r)t).
Since it is assumed* that whether a changepoint occurs at t+1 (between xt and xt+1) does not depend on the history of x, we have P(rt+1∣rt,x(r)t)=P(rt+1∣rt). Furthermore, since rt+1 determines whether xt+1 belongs into the same run as xt, we have P(xt+1∣rt+1,rt,x(r)t)=P(xt+1∣rt+1,x(r)t). Substituting these two simplifications into the factorization above, we get
P(xt+1∣rt,x(r)t)=∑rt+1P(xt+1∣rt+1,x(r)t)P(rt+1∣rt).
Substituting this into (1), we get
P(xt+1∣x1:t)=∑rt(∑rt+1P(xt+1∣rt+1,x(r)t)P(rt+1∣rt))P(rt∣x1:t),(1b)
which is OP's (1b).
* Remark on the model's conditional independence assumptions
Based on quickly browsing the paper, I would personally like the conditional independence properties to be more explicitly stated somewhere, but I suppose that the intention is that r is Markovian and the x:s associated to different runs are independent (given the runs).