Configuration for building integration nodes and weights for
approximating integrals over the distribution of random coefficients.
Methods
Method new()
Create integration configuration
Arguments
specification
Character: method name
size
Integer: number of draws or quadrature level
seed
Optional RNG seed
Method build()
Build nodes and weights
Usage
BLPIntegration$build(dimensions)
Arguments
dimensions
Number of integration dimensions (K2)
Returns
List with nodes (N x K2) and weights (N x 1)
Print integration configuration
Usage
BLPIntegration$print(...)
Method clone()
The objects of this class are cloneable with this method.
Usage
BLPIntegration$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.