is_estd_proc: Check if process is estimated

View source: R/specify_estimated.R

is_estd_procR Documentation

Check if process is estimated

Description

Only intended to be called from specify_estimated; proc_spec argument should take any of the arguments of specify_estimated while spec argument takes a list containing all of those arguments..

Usage

is_estd_proc(parname, proc_spec, obs_lik)

is_estd_hpar(parname, estd)

Arguments

parname

Name of the process parameter (e.g. "omega_n") as a string

proc_spec

Logical or list at the "process" level (e.g. omega, which contains omega_n and omega_w)

obs_lik

Observation likelihood, current options are 0:

estd

List indicating whether each random process is estimated

Value

Logical indicating whether parameter is to be estimated

Functions

  • is_estd_hpar: Check which hyperparameters are estimated

Author(s)

John Best


jkbest2/spatq documentation built on Sept. 22, 2022, 3:22 a.m.