Description Generic function Methods Author(s) See Also Examples
Accesor and replacement methods for the lower
and upper
attributes of
objects of class FLModel
. These are stored as part of the structure
inside the initial
slot. This slot contains a function to be used to provide
initial values to any of the fitting method (e.g. fmle
).
The values in lower
and upper
are only used if the method selected for
optim
is able to make use of them, like for example "L-BFGS-B",
which is the default for fmle
.
The exact location of this information could be changed (i.e. a separate slot might be created), so code accessing it is encouraged to use these accesor methods.
upper(object) upper<-(object, value) lower(object) lower<-(object, value)
Describe method
Describe method
The FLR Team
FLModel
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.