I have the following forest in Beamer:
\begin{forest}
for tree={
align=center,
font=\sffamily,
%edge+={thick, -{Stealth[]}},
l sep'+=10pt,
fork sep'=10pt,
},
forked edges,
if level=0{
inner xsep=0pt,
tikz={\draw [thick] (.children first) -- (.children last);}
}{},
[Degredation Modeling
[Mechanical\\Models]
[Statistical\\Models
[Deterministic\\Models]
[Probabilistic\\Models
[Continuous\\Distributions]
[Bayesian\\Models]
]
[Stochastic\\Models
[Markov Models]
[Poisson and \\Other Processes]
]
]
[Mechanical-Statistical \\Models]
[Artificial Intelligence\\Models ]
]
\end{forest}
}
What I want to do is, I want to combine the last four leaves in the sublayers of Probabilistic and Stochastic Models, and write the common advantages and disadvantages of the models. How can I do this reverse branching as given below? (It doesn't have to be straight arrows or lines, anything indicating these four nodes also work)

