pyblp.ProblemResults.extract_diagonal_means

ProblemResults.extract_diagonal_means(matrices, market_id=None)

Extract means of diagonals from stacked \(J_t \times J_t\) matrices for each market \(t\).

Parameters
Returns

Stacked diagonal means. If market_id was not specified, diagonal means are extracted in each market \(t\) and stacked. If the matrices are estimates of \(\varepsilon\), the mean of a diagonal is a market’s mean own elasticity of demand; if they are estimates of \(\mathscr{D}\) or \(\bar{\mathscr{D}}\), the mean of a diagonal is a market’s mean diversion ratio to the outside good. Rows are in the same order as Problem.unique_market_ids.

Return type

ndarray

Examples