objective function

This function evaluates root mean squared error of a model

This function evaluates root mean squared error of a model

objective(theta, model, temp, obs)

Arguments

  • theta: values for each of the parameters
  • model: mathematical function to be used to model data
  • temp: temperature values
  • obs: DTG mass values

Returns

root mean square error of model output

  • Maintainer: Saras Windecker
  • License: MIT + file LICENSE
  • Last published: 2018-08-16