momentWeights-class: Class '"momentWeights"'

momentWeights-classR Documentation

Class "momentWeights"

Description

A class to store the weighting matrix of a set of moment conditions.

Objects from the Class

Objects can be created by calls of the form new("momentWeights", ...). It is created my evalWeights.

Slots

w:

Object of class "ANY" ~~

type:

Object of class "character" ~~

wSpec:

Object of class "list" ~~

Methods

[

signature(x = "momentWeights", i = "missing", j = "missing"): ...

[

signature(x = "momentWeights", i = "numeric", j = "missing"): ...

evalGmmObj

signature(object = "momentModel", theta = "numeric", wObj = "momentWeights"): ...

print

signature(x = "momentWeights"): ...

quadra

signature(w = "momentWeights", x = "matrixORnumeric", y = "matrixORnumeric"): ...

quadra

signature(w = "momentWeights", x = "matrixORnumeric", y = "missing"): ...

quadra

signature(w = "momentWeights", x = "missing", y = "missing"): ...

show

signature(object = "momentWeights"): ...

solveGmm

signature(object = "allNLModel", wObj = "momentWeights"): ...

solveGmm

signature(object = "linearModel", wObj = "momentWeights"): ...

Examples

showClass("momentWeights")

momentfit documentation built on Sept. 20, 2023, 3:01 a.m.