next up previous index
Next: Loading from and Writing Up: Coefficients Previous: Coefficients   Index

Initialization

The constructor takes the following arguments:
names
- an array of coefficient names.
values
- an array of coefficient values (of the same size as names if not empty).
standard_errors
- an array of standard errors of coefficients (of the same size as names if not empty).
submodels
- an array of submodels (of the same size as names if not empty).
in_storage
- an object of class Storage for loading coefficients from a storage.
out_storage
- an object of class Storage for coefficients output.
other_measures
- a dictionary for other coefficient measures, such as t-values. Keys are the names of the measures, values are arrays or of the same size as names.
other_info
- dictionary storing other information about the coefficients, such as goodness of fit values.
The arguments are interpreted as the coefficient of $ i$-th name has the $ i$-th value, optionally the $ i$-th standard error and is used in $ i$-th submodel. This also applies to other_measures. Note that since equations are not used here, there has to be coefficients with different names for different equations, defined in the specification.

All arguments are set as class properties. in_storage and out_storage are not used in the constructor.


next up previous index
Next: Loading from and Writing Up: Coefficients Previous: Coefficients   Index
info (at) urbansim.org