pm4py.stats#
The pm4py.stats
module contains the statistics offered in pm4py
Functions
|
Given an event log, returns a dictionary which summarize the positions of the activities in the different cases of the event log. |
|
Gets the durations of the cases in the event log |
|
Gets the average difference between the start times of two consecutive cases |
|
Gets the duration of a specific case |
|
Associates to each case in the log the number of cases concurrently open |
|
Calculates the cycle time of the event log. |
|
Returns the end activities of a log |
|
Returns the values for a specified (event) attribute |
|
Returns the attributes at the event level of the log |
|
This function derives the minimum self distance witnesses. |
|
This algorithm computes the minimum self-distance for each activity observed in an event log. |
|
Find out for which activities of the log the rework (more than one occurrence in the trace for the activity) occurs. |
|
Returns the start activities from a log object |
|
Gets the stochastic language from the provided object |
|
Returns the values for a specified trace attribute |
|
Gets the attributes at the trace level of a log object |
|
Gets the variants from the log |
|
Gets the variants from the log (where the keys are tuples and not strings) |