calc_dist_OU_forward: Calculate OU distribution.

Description Usage Arguments Value See Also

Description

calc_dist_OU_forward returns the distribution of an OU prcoess

Usage

1
2
calc_dist_OU_forward(num_states, fixed_time, fixed_behav, fixed_speed, times,
  behavs, mean_para, corr_para, var_para)

Arguments

num_states

Numeric, number of behavioural states.

fixed_time

Numeric, of the time at the start of the section.

fixed_behav

Numeric, fixed behaviour at the start.

fixed_speed

Numeric, of the speed at the start of the section.

times

Vector of refined times.

behavs

Vector of refined behaviours.

mean_para

Vector of mean speed parameters.

corr_para

Vector of speed correlation parameters.

var_para

Vector of speed variance parameters.

Value

List with the components:

mean

Vector of mean.

covar

Square matrix of covariances.

See Also

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


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