FunctionalModel.fit.nlslm: Apply a Levenberg-Marquardt Algorithm to Fit a Functional...

Description Usage Arguments Value

Description

Apply the Levenberg-Marquardt algorithm to fit a functional model.

Usage

1
FunctionalModel.fit.nlslm(metric, model, par = NULL, q = 0.75)

Arguments

metric

an instance of regressoR.quality::RegressionQualityMetric

model

an instance of FunctionalModel

par

the initial starting point

q

the effort to spent in learning, a value between 0 (min) and 1 (max). Higher values may lead to much more computational time, lower values to potentially lower result quality.

Value

On success, an instance of FittedFunctionalModel. NULL on failure.


thomasWeise/regressoR.functional documentation built on May 10, 2019, 10:24 a.m.