The more I think about this the more I think the answer is no, but I'd like some input from the pros here.
Most rating algorithms chew up some stats and spit out a rating. If you condition the scale of your system, that rating could corresponds to an expected point spread between the two teams. So while some systems give a numeric rating to a team on an arbitrary scale, some can scale it natively to a point spread.
When making a moneyline predictive algorithm, that doesn't seem possible. What generally happens is the numeric rating is provided and then, through back testing of the dataset, a histogram is formed which determines the probability of teams with these specific ratings winning over each other.
Has anyone developed or seen a system that "natively" determines a percent chance of winning without resorting to histograms?
Most rating algorithms chew up some stats and spit out a rating. If you condition the scale of your system, that rating could corresponds to an expected point spread between the two teams. So while some systems give a numeric rating to a team on an arbitrary scale, some can scale it natively to a point spread.
When making a moneyline predictive algorithm, that doesn't seem possible. What generally happens is the numeric rating is provided and then, through back testing of the dataset, a histogram is formed which determines the probability of teams with these specific ratings winning over each other.
Has anyone developed or seen a system that "natively" determines a percent chance of winning without resorting to histograms?