econml.validate.BLPEvaluationResults
- class econml.validate.BLPEvaluationResults(params: List[float], errs: List[float], pvals: List[float], treatments: array)[source]
Bases:
object
Results class for BLP test.
- Parameters:
params (list or numpy array of floats) – Sequence of estimated coefficient values
errs (list or numpy array of floats) – Sequence of estimated coefficient standard errors
pvals (list or numpy array of floats) – Sequence of estimated coefficient p-values
treatments (list or numpy array of floats) – Sequence of treatment labels
Methods
__init__
(params, errs, pvals, treatments)summary
()Construct a dataframe summarizing the results of the BLP test.