log.like.sst:

Usage Arguments Examples

Usage

1
log.like.sst(ingrid, datax = as.numeric(vec[11]), sigma = as.numeric(vec[12]))

Arguments

ingrid
datax
sigma

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (ingrid, datax = as.numeric(vec[11]), sigma = as.numeric(vec[12])) 
{
    if (is.na(sigma)) 
        sigma = 5
    tempL = ingrid * 0
    tdim = dim(ingrid)
    tempL = dlnorm(log(ingrid), log(datax), log(sigma), log = F)
    tempL
  }

galuardi/hmmwoa documentation built on May 16, 2019, 5:37 p.m.