pyblp.Agents¶
-
class
pyblp.
Agents
¶ Agent data structured as a record array.
-
market_ids
¶ IDs that associate agents with markets.
- Type
ndarray
-
agent_ids
¶ IDs that identify agents within markets.
- Type
ndarray
-
weights
¶ Integration weights, \(w\).
- Type
ndarray
-
nodes
¶ Unobserved agent characteristics called integration nodes, \(\nu\).
- Type
ndarray
-
demographics
¶ Observed agent characteristics, \(d\).
- Type
ndarray
-
availability
¶ Agent-specific product availability, \(a\).
- Type
ndarray
-