You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Duckworth-Lewis-Stern (DLS) Method Par Score Calculator is a Django website designed to calculate the revised target score for cricket matches affected by rain or interruptions. The DLS Method is a mathematical formula used to adjust the target score based on the number of overs played, wickets lost, and available resources.
This repo deals with approximating/fitting 'runs production function' using the first innings data of ODI matches and obtaining the curves used in the DL method used in cricket to set revised targets in games shortened due to rain/bad light.
This repository implements the Duckworth-Lewis method for ODI cricket matches, modeling run production using mathematical formulations and optimizing parameters for predictive accuracy. It includes data cleaning, analysis, visualization, and results on scoring dynamics.