estimate_parameters {ubiquity} | R Documentation |
Performs parameter estimation
Description
Performs the actual parameter estimation
Usage
estimate_parameters(cfg)
Arguments
cfg |
ubiquity system object |
Value
list with elements:
-
estimate
- vector of parameter estimates -
raw
- raw output from the underlying optimization routine -
conv
- list of convergence criteria with keysnum
(numeric)text
(text description) -
obj
- objective function value -
statistics_est
- solution statistics -
sysup
- Text to update the system file with the parameter estimates -
estimate
- Names list of parameter estiamtes -
report
- Named list with elements for reporting -
cohorts
- Cohort elements from thecfg
file -
cohort_view
- Cohort view fromsystem_view()
-
system_file
- Contents of the system file when estimation was run
[Package ubiquity version 2.0.3 Index]