EventStudy.get_event_time_summary#

EventStudy.get_event_time_summary(round_to=2, hdi_prob=0.94)[source]#

Get event-time coefficients as a DataFrame.

Parameters:
  • round_to (int, optional) – Number of decimals for rounding. Defaults to 2.

  • hdi_prob (float, optional) – Probability mass for the highest density interval. Defaults to 0.94.

Returns:

DataFrame with event-time coefficient statistics.

Return type:

pd.DataFrame