parDef {moveHMM} | R Documentation |
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 |
nbStates |
Number of states of the HMM. |
estAngleMean |
|
zeroInflation |
|
Value
A list of:
parSize |
Vector of two values: number of parameters of the step length distribution, number of parameters of the turning angle distribution |
bounds |
Matrix with 2 columns and |
parNames |
Names of parameters of step distribution (the names of the parameters of the angle distribution are always the same). |
[Package moveHMM version 1.9 Index]