discover_temporal_profile
Compute mean and standard deviation of sojourn time for each ordered activity pair to detect anomalies when a pair's duration deviates significantly from its profile.
Instructions
Discover a temporal profile — per-activity-pair mean + stddev of sojourn time.
For every ordered activity pair (A, B) seen in any case, the profile
records (mean_seconds, std_seconds). Useful for anomaly detection:
an execution where a pair is much slower than its profile mean is flagged.
Returns a handle plus the number of pairs observed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| log_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||