Stores estimation results and provides post-estimation methods.
Public fields
problemThe originating BLPProblem
sigmaEstimated Cholesky root of random coefficient covariance
piEstimated demographics interaction matrix
rhoEstimated nesting parameters
betaEstimated demand linear parameters
gammaEstimated supply linear parameters
deltaEstimated mean utilities
xiDemand-side structural error
omegaSupply-side structural error
objectiveGMM objective value
gradientGMM gradient at solution
hessianGMM Hessian at solution
seStandard errors for nonlinear parameters
parameter_covariancesCovariance matrix for nonlinear parameters
WFinal weighting matrix
optimization_convergedWhether optimization converged
optimization_iterationsNumber of optimization iterations
optimization_evaluationsNumber of function evaluations
fp_convergedWhether all fixed points converged
fp_iterationsTotal fixed-point iterations
methodGMM method ("1s" or "2s")
se_typeStandard error type
Methods
Method new()
Create results object
Usage
BLPResults$new(
problem,
params,
sigma,
pi,
rho,
beta,
gamma,
delta,
xi,
omega,
objective,
gradient,
hessian,
se,
parameter_covariances,
W,
step_results,
optimization_converged,
optimization_iterations,
optimization_evaluations,
fp_converged,
fp_iterations,
method,
se_type,
beta_se = NULL,
gamma_se = NULL
)Method compute_merger()
Simulate merger and compute new equilibrium prices
Method compute_aggregate_elasticities()
Compute aggregate elasticities per market
Method bootstrap()
Parametric bootstrap for inference on post-estimation quantities