运行 动态布朗桥运动模型错误 - 小 window 尺寸

error when running dynamic brownian bridge movement model - small window size

我正在尝试 运行 class 'MoveBurst' 对象上的动态布朗桥运动模型。我有一个包含 30 个位置的单独数据集,并指定了如下模型:

bursted_dbbmm <- brownian.bridge.dyn(bursted, burstType='normal', raster = xAEQD.ind, 
                                       location.error = "LocationError", time.step = 5, ext = 3,
                                       window.size = 29)

运行这段代码returns一条错误信息:

Error in brownian.motion.variance.dyn(as(object, ".MoveTrackSingle"),  : 
  window.size can't be larger than the number of locations in the move object

尽管我指定 window 大小小于移动对象中的位置数。无论我为 window.size 选择什么奇数,都会返回相同的错误。有什么想法可以让它发挥作用吗?

我使用的是 RStudio v 1.2.5033,'move' R 包版本 3.2.2。

移动包中存在错误。现在已修复:https://gitlab.com/bartk/move/-/commit/e3db2077a7f0acdb23161a86a8a0d474c85fb41f

如果您安装了开发版,请告诉我现在是否可以使用。它为我的可重现示例解决了问题