Learn R Programming

moveHMM (version 1.0)

parDef: Parameters definition

Description

Parameters definition

Usage

parDef(stepDist, angleDist, nbStates, estAngleMean, zeroInflation)

Arguments

stepDist
Name of the distribution of the step lengths.
angleDist
Name of the distribution of the turning angles. Set to "none" if the angle distribution should not be estimated.
nbStates
Number of states of the HMM.
estAngleMean
TRUE if the mean of the turning angles distribution is estimated, FALSE otherwise.
zeroInflation
TRUE if the step length distribution is inflated in zero.

Value

  • A list of:
  • parSizeVector of two values: number of parameters of the step length distribution, number of parameters of the turning angle distribution
  • boundsMatrix with 2 columns and sum(parSize) rows - each row contains the lower and upper bound for the correponding parameter)
  • parNamesNames of parameters