- Perform time series analysis of taxi data.
- Divide complete new york state into 20x20 grids.
- Generate time series annual, weekly and daily for each 20x20 grid point.
- Decompose into seasonal, treand and residual. Utilize the residual part to get anomalous events.
- Detect statistically most significant events using modified z-score as a metric.
- Visualize all points on heat map over NYC google maps.
- View Demo