calc_dist_OU_bridge: Calculate OU bridge distribution.

Description Usage Arguments Value See Also

Description

calc_dist_OU_bridge returns the distribution of an OU bridge.

Usage

1
2
calc_dist_OU_bridge(num_states, fixed_times, fixed_behav, fixed_speeds, times,
  behavs, mean_para, corr_para, var_para)

Arguments

num_states

Numeric, number of behavioural states.

fixed_times

Vector, length 2, of the times at the ends of the section.

fixed_behav

Numeric, fixed behaviour at the start.

fixed_speeds

Vector, length 2, of the speeds at the ends 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_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.