nlxb_jz: Parameter estimate using the Nash equivalent of LM algorithm.

Description Usage Arguments Source See Also

Description

nlxb_jz Determines a parameter estimate. I had to modify if from nlxb so it doesn't print out the progress messages.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
nlxb_jz(
  formula,
  start,
  trace = FALSE,
  data = NULL,
  lower = -Inf,
  upper = Inf,
  masked = NULL,
  weights = NULL,
  control = list()
)

Arguments

formula

The formula (expression we use for data assimilation)

start

Start values for parameters

trace

Should we report progress

data

What data will we use for assimilation?

lower

lower bound for parameters

upper

Upper bound for parameters

masked

Parameters not used

weights

weights on the data

control

A list of controls for the algorithm.

Source

Function nlxb in the nlsr pacakge

See Also

nlxb from the nlsr pacakge


jmzobitz/FireResp documentation built on Dec. 21, 2021, 1:13 a.m.