"sysMomentWeights"
A class to store the weighting matrix of the moment conditions from a system of equations.
Objects can be created by calls of the form new("sysMomentWeights", ...)
.
It is created by the evalWeights
method.
w
:Object of class "ANY"
~~
type
:Object of class "character"
~~
wSpec
:Object of class "list"
~~
Sigma
:Object of class "ANY"
~~
momNames
:Object of class "list"
~~
eqnNames
:Object of class "character"
~~
sameMom
:Object of class "logical"
~~
signature(x = "sysMomentWeights", i = "missing", j = "list")
: ...
signature(x = "sysMomentWeights", i = "numeric", j = "list")
: ...
signature(x = "sysMomentWeights", i = "numeric", j = "missing")
: ...
signature(object = "sysModel", theta = "list", wObj = "sysMomentWeights")
: ...
signature(x = "sysMomentWeights")
: ...
signature(w = "sysMomentWeights", x = "matrixORnumeric", y = "matrixORnumeric")
: ...
signature(w = "sysMomentWeights", x = "matrixORnumeric", y = "missing")
: ...
signature(w = "sysMomentWeights", x = "missing", y = "missing")
: ...
signature(object = "sysMomentWeights")
: ...
signature(object = "rslinearModel", wObj = "sysMomentWeights")
: ...
signature(object = "slinearModel", wObj = "sysMomentWeights")
: ...
signature(object = "snonlinearModel", wObj = "sysMomentWeights")
: ...