calc_dist_OU_backward: Calculate reverse-time OU distribution.

Description Usage Arguments Value See Also

Description

calc_dist_OU_backward returns the distribution of a reverse time OU process.

Usage

1
2
calc_dist_OU_backward(num_states, fixed_time, 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 end of the section.

fixed_speed

Numeric, of the speed at the end 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_bridge, calc_dist_OU_forward, 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.