1. #1
    brettd
    brettd's Avatar Become A Pro!
    Join Date: 01-25-10
    Posts: 229
    Betpoints: 3869

    Penalty functions for angle complexity in a database heuristics approach

    I'm thinking of embarking on a data mined approach to generating angle plays on my chosen sport. Yes, I understand that angles can be data mined garbage, but I looking to implement a penalty function whereby the more complexity, the greater the penalty. This would act as an initial filter prior to evaluating the most promising angles for their inherent logic.

    I played with Bayes' Information Criterion and Akaike's Information Criterion whilst evaluating forecasting models in my stats Master's, but have only made the conceptual leap to thinking about them in evaluating heuristics. Has anyone ever used these when evaluating sports models/angles? Or does anyone think they would be useful?

    http://en.wikipedia.org/wiki/Bayesia...tion_criterion

    http://en.wikipedia.org/wiki/Akaike_...tion_criterion

  2. #2
    uva3021
    uva3021's Avatar Become A Pro!
    Join Date: 03-01-07
    Posts: 537
    Betpoints: 381

    if you are doing some sort of regression won't regularizing add a penalty, say

    [tex]Function + \frac{\lambda**{n** \sum_i^n x_i[/tex]

    sbr please add latex

    F + c * sum(xi)

Top