FunctionalModel.par.fix: Fix a Vector to be Contained in the Lower/Upper Boundaries

Description Usage Arguments

View source: R/parFix.R

Description

Make sure that a vector consists of only finite values within the specified boundaries. This method can be used to clean the result of a stochastic parameter estimation step to make sure that all synthesized parameters are finite and within the specified boundaries.

Usage

1
2
FunctionalModel.par.fix(par, lower = NULL, upper = NULL,
  paramCount = length(par))

Arguments

par

the parameter vector to fix

lower

the lower boundaries, or NULL if no lower boundaries are specified

upper

the upper boundaries, or NULL if no upper boundaries are specified

paramCount

the parameter count, by default the length of par


thomasWeise/regressoR.functional.models documentation built on May 17, 2019, 8:45 p.m.