pm4py.statistics.traces.generic.log.case_arrival module#
- class pm4py.statistics.traces.generic.log.case_arrival.Parameters(*values)[source]#
Bases:
Enum- ATTRIBUTE_KEY = 'pm4py:param:attribute_key'#
- ACTIVITY_KEY = 'pm4py:param:activity_key'#
- TIMESTAMP_KEY = 'pm4py:param:timestamp_key'#
- CASE_ID_KEY = 'pm4py:param:case_id_key'#
- BUSINESS_HOURS = 'business_hours'#
- BUSINESS_HOUR_SLOTS = 'business_hour_slots'#
- WORKCALENDAR = 'workcalendar'#
- pm4py.statistics.traces.generic.log.case_arrival.get_case_arrival_avg(log: EventLog, parameters: Dict[str | Parameters, Any] | None = None) float[source]#
Gets the average time interlapsed between case starts
- Parameters:
log – Trace log
parameters –
- Parameters of the algorithm, including:
Parameters.TIMESTAMP_KEY -> attribute of the log to be used as timestamp
- Returns:
Average time interlapsed between case starts
- Return type:
case_arrival_avg
- pm4py.statistics.traces.generic.log.case_arrival.get_case_dispersion_avg(log: EventLog, parameters: Dict[str | Parameters, Any] | None = None) float[source]#
Gets the average time interlapsed between case ends
- Parameters:
log – Trace log
parameters –
- Parameters of the algorithm, including:
Parameters.TIMESTAMP_KEY -> attribute of the log to be used as timestamp
- Returns:
Average time interlapsed between the completion of cases
- Return type:
case_dispersion_avg