unif: Uniform Response Model for depmixS4

Description Usage Arguments Value Slots

Description

Creates a uniform response model to be used in makeDepmix as part of HMM_classify.

Usage

1
2
3
4
unif(y, ...)

## S4 method for signature 'ANY'
unif(y, fixed = NULL, ...)

Arguments

y

Numeric vector containing a response variable.

...

Further arguments to be supplied by parent functions.

fixed

Logical vector of length two indicating which parameters are fixed.

Value

An S4 object of class 'unif'.

Slots

parameters

List of length two containing the minimum and maximum parameters of the uniform distribution.

fixed

Logical vector indicating which parameters are fixed.

y

Response variable.

x

Covariate variables (or just an intercept).

npar

Number of parameters.

constr

Vector defining the parameter constraints.


maltelueken/gazeHMM documentation built on Oct. 6, 2020, 11:10 a.m.