run_mvsmc: A Function to run a multivariate particle filter

Description Usage Arguments Value

View source: R/run_mvsmc.R

Description

A Function to run a multivariate particle filter

Usage

1
2
run_mvsmc(num_particles, data, mu_val, sigma_val, kappa_val, sigmasq_eta,
  sigmasq_eps)

Arguments

num_particles

The number of particles for the particle filter for animal movement model

data

A array with dimension num_bears x num_times X 2 columns with location data

mu_val

Value for the mean step size

sigma_val

Value for the standard deviation of step size

kappa_val

Value for kappa concentration parameter in VonMises distribution

sigmasq_eta

Value for eta

sigmasq_eps

Value for eps

Value

A list containing the path and the log probability of the path


andyhoegh/moveR documentation built on Feb. 8, 2020, 11:20 p.m.