Open baggepinnen opened 5 months ago
df for APF is only used in smoothing, where it is used in the call
df
logpdf(df, xb[m,t+1], f(xf[n,t],u[t],p,t), t)
to the custom method
@inline Distributions.logpdf(d::Distribution,x,xp,t) = logpdf(d,x-xp)
This PR thus has to
df
for APF is only used in smoothing, where it is used in the callto the custom method
This PR thus has to