calc_step_dist: Step distribution of a path section (independent steps).

Description Usage Arguments Value See Also

Description

calc_step_dist returns the distribution of a set of steps when the independent step model is assumed.

Usage

1
calc_step_dist(fixed_constant, times, behavs, move_params)

Arguments

fixed_constant

List with components:

num_states

Numeric, number of behavioural states.

q.speed_mean

Vector, index values in move_params which correspond to mean speed parameters.

q.speed_var

Vector, index values in move_params which correspond to speed variance parameters.

times

Vector of refined times.

behavs

Vector of refined behaviours.

move_params

Vector of movement parameters.

Value

List with the components:

mean

Vector of mean step lengths.

sd

Vector of step length standard deviations.

var

Vector of step length variances.

See Also

Other Step distribution: calc_dist_OU_backward, calc_dist_OU_bridge, calc_dist_OU_forward, calc_dist_step_backward, calc_dist_step_bridge, calc_dist_step_forward


a-parton/CTStepTurn documentation built on May 14, 2019, 4:17 p.m.