Jedną z opcji byłoby użycie ograniczonego wariantu HMC, jak opisano w A Family of MCMC Methods on Implicitly Defined Manifolds autorstwa Brubaker i wsp. (1). Wymaga to, abyśmy mogli wyrazić warunek, że oszacowanie maksymalnego prawdopodobieństwa parametru lokalizacji jest równe ustalonemu μ 0, ponieważ niektóre domyślnie zdefiniowane (i możliwe do odróżnienia) ograniczenie holonomiczne c ( { x i } N i = 1 ) = 0 . Możemy następnie zasymulować ograniczoną dynamikę hamiltonowską podlegającą temu ograniczeniu i zaakceptować / odrzucić w kroku Metropolis-Hastings, jak w standardowej konsoli HMC.μ0c({xi}Ni=1)=0
Ujemne logarytmiczne prawdopodobieństwo wynosi
która ma pochodne cząstkowe pierwszego i drugiego rzędu w odniesieniu do parametru lokalizacjiμ∂L
L=−∑i=1N[logf(xi|μ)]=3∑i=1N[log(1+(xi−μ)25)]+constant
μ
Oszacowanie maksymalnego prawdopodobieństwa
μ0jest następnie domyślnie zdefiniowane jako rozwiązanie dla
c=N∑i=1[2(μ0-xi)∂L∂μ=3∑i=1N[2(μ−xi)5+(μ−xi)2]and∂2L∂μ2=6∑i=1N[5−(μ−xi)2(5+(μ−xi)2)2].
μ0c=∑i=1N[2(μ0−xi)5+(μ0−xi)2]=0subject to∑i=1N[5−(μ0−xi)2(5+(μ0−xi)2)2]>0.
Nie jestem pewien, czy są jakieś wyniki sugerujące, że będzie istniał unikalny MLE dla dla danego { x i } N i = 1 - gęstość nie jest log-wklęsła w μ, więc zagwarantowanie tego nie wydaje się trywialne. Jeśli istnieje jedno unikalne rozwiązanie, powyższe domyślnie definiuje połączony N - 1 wymiarowy kolektor osadzony w R N odpowiadający zestawowi { x i } N i = 1 z MLE dla μ równej μ 0μ{xi}Ni=1μN−1RN{xi}Ni=1μμ0. Jeśli istnieje wiele rozwiązań, kolektor może składać się z wielu niepowiązanych ze sobą elementów, z których niektóre mogą odpowiadać minimom funkcji prawdopodobieństwa. W takim przypadku potrzebowalibyśmy dodatkowego mechanizmu do przemieszczania się między niepołączonymi komponentami (ponieważ symulowana dynamika zasadniczo pozostanie ograniczona do jednego komponentu) i sprawdzania warunku drugiego rzędu i odrzucania ruchu, jeśli odpowiada to przejściu do minimalne prawdopodobieństwo.
Jeśli użyjemy do oznaczenia wektora [ x 1 … x N ] T i wprowadzimy sprzężony stan pędu p z macierzą masy M i mnożnikiem Lagrange'a λ dla ograniczenia skalarnego c ( x ), to rozwiązanie układu ODE
d xx[x1…xN]TpMλc(x)
danego warunku początkowegox(0)=x0,p(0)=p0przyc(x0)=0i ∂ c
dxdt=M−1p,dpdt=−∂L∂x−λ∂c∂xsubject toc(x)=0and∂c∂xM−1p=0
x(0)=x0, p(0)=p0c(x0)=0, definiuje ograniczoną dynamikę hamiltonowską, która pozostaje ograniczona do rozmaitości wiązań, jest odwracalna w czasie i dokładnie zachowuje hamiltonian i element objętości kolektora. Jeśli użyjemy integratora symplektycznego dla ograniczonych układów hamiltonowskich, takich jak SHAKE (2) lub RATTLE (3), które dokładnie utrzymują ograniczenie w każdym kroku czasowym, rozwiązując mnożnik Lagrange'a, możemy symulować dokładny dynamicznydyskretny czas
L względemprzodu
δtz pewne wstępne ograniczenie spełniające
x,∂c∂x∣∣x0M−1p0=0Lδt i zaakceptuj proponowaną nową parę stanów
x ′ ,x,px′,p′min{1,exp[L(x)−L(x′)+12pTM−1p−12p′TM−1p′]}.
If we interleave these dynamics updates with partial / full resampling of the momenta from their Gaussian marginal (restricted to the linear subspace defined by
∂c∂xM−1p=0) then modulo the possiblity of there being multiple non-connected constraint manifold components, the overall MCMC dynamic should be ergodic and the configuration state samples
x will coverge in distribution to the target density restricted to the constraint manifold.
To see how constrained HMC performed for the case here I ran the geodesic integrator based constrained HMC implementation described in (4) and available on Github here (full disclosure: I am an author of (4) and owner of the Github repository), which uses a variation of the 'geodesic-BAOAB' integrator scheme proposed in (5) without the stochastic Ornstein-Uhlenbeck step. In my experience this geodesic integration scheme is generally a bit easier to tune than the RATTLE scheme used in (1) due the extra flexibility of using multiple smaller inner steps for the geodesic motion on the constraint manifold. An IPython notebook generating the results is available here.
I used N=3, μ=1 and μ0=2. An initial x corresponding to a MLE of μ0 was found by Newton's method (with the second order derivative checked to ensure a maxima of the likelihood was found). I ran a constrained dynamic with δt=0.5, L=5 interleaved with full momentum refreshals for 1000 updates. The plot below shows the resulting traces on the three x components
and the corresponding values of the first and second order derivatives of the negative log-likelihood are shown below
from which it can be seen that we are at a maximum of the log-likelihood for all sampled x. Although it is not readily apparent from the individual trace plots, the sampled x lie on a 2D non-linear manifold embedded in R3 - the animation below shows the samples in 3D
Depending on the interpretation of the constraint it may also be necessary to adjust the target density by some Jacobian factor as described in (4). In particular if we want results consistent with the ϵ→0 limit of using an ABC like approach to approximately maintain the constraint by proposing unconstrained moves in RN and accepting if |c(x)|<ϵ, then we need to multiply the target density by ∂c∂xT∂c∂x−−−−−−√. In the above example I did not include this adjustment so the samples are from the original target density restricted to the constraint manifold.
References
M. A. Brubaker, M. Salzmann, and R. Urtasun. A family of MCMC methods on implicitly defined manifolds. In Proceedings of the 15th International Conference on Artificial Intelligence and Statistics, 2012.
http://www.cs.toronto.edu/~mbrubake/projects/AISTATS12.pdf
J.-P. Ryckaert, G. Ciccotti, and H. J. Berendsen.
Numerical integration of the Cartesian equations of motion of a system with constraints: molecular dynamics of n-alkanes. Journal of Computational
Physics, 1977.
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.399.6868
H. C. Andersen. RATTLE: A "velocity" version of the SHAKE algorithm for molecular dynamics calculations. Journal of Computational Physics, 1983.
http://www.sciencedirect.com/science/article/pii/0021999183900141
M. M. Graham and A. J. Storkey. Asymptotically exact inference in likelihood-free models. arXiv pre-print arXiv:1605.07826v3, 2016.
https://arxiv.org/abs/1605.07826
B. Leimkuhler and C. Matthews. Efficient molecular dynamics using geodesic integration and solvent–solute splitting. Proc. R. Soc. A. Vol. 472. No. 2189. The Royal Society, 2016.
http://rspa.royalsocietypublishing.org/content/472/2189/20160138.abstract