Code author: jhkwakkel <j.h.kwakkel (at) tudelft (dot) nl>
Parameter controlling whether tight layout from matplotlib should be used
Default key for time
Helper function responsible for performing a KDE
Parameters: | data – |
---|
Parameters: | outcomes – |
---|
Helper function for setting the title on an ax
Parameters: |
|
---|
Helper function for setting the y labels on an ax
Parameters: |
|
---|
Helper function that removes non time series outcomes from all the outcomes.
Parameters: | outcomes – |
---|---|
Returns: | the filtered outcomes |
Helper function that takes the experiments and results and returns a list based on groupings. Each element in the dictionary contains the experiments and results for a particular group, the key is the grouping specifier.
Parameters: |
|
---|---|
Returns: | A dictionary with the experiments and results for each group, the the grouping specifier is used as key |
Helper function for discretesizing a continuous array. By default, the array is split into 5 equally wide intervals.
Parameters: |
|
---|---|
Returns: | list of tuples with the lower and upper bound of the intervals. |
Note
this code only produces intervals. group_results() uses these intervals in half-open fashion, apart from the last interval: [a, b), [b,c), [c,d]. That is, both the end point and the start point of the range of the continuous array are included.
Helper function for making the grid that specifies the size and location of the various axes.
Parameters: |
|
---|
Parameters: |
|
---|
Helper function, responsible for plotting an envelope.
Parameters: |
|
---|
Helper function, responsible for plotting a histogram
Parameters: |
|
---|
Helper function, responsible for plotting a KDE.
Parameters: |
|
---|
Parameters: |
|
---|
Parameters: |
|
---|
Helper function, responsible for producing a density plot
Parameters: |
|
---|
Helper function for generating a density heatmap over time
Parameters: |
|
---|