jODE_normL2: normL2 for julia interface

View source: R/jODE.R

jODE_normL2R Documentation

normL2 for julia interface

Description

normL2 for julia interface

Usage

jODE_normL2(
  est_grid,
  fixed_grid,
  est_vec,
  trafo,
  odes,
  obs,
  err,
  jODE_sourcefile = tempfile("jODE_source_file", fileext = ".jl"),
  data,
  sigma = ":sigma_1"
)

Arguments

est_grid, fixed_grid, est_vec

as in IQRtools

trafo, odes, obs, err

symbolic definitions of functions as in dMod

jODE_sourcefile

the intermediate file in which the julia-code is written

data

filepath or data.frame

sigma

character to paste into julia command. must be one of ":sigma_1" (from data or errormodel) or ":sigma" (from errormodel or data) [] Check which is which

Value

objective function


dlill/conveniencefunctions documentation built on Sept. 30, 2022, 4:40 a.m.