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

    Best statistical software for handicapping/modelling

    What do you guys recommend in terms of statistical software? I've just downloaded SPSS 17. Is it any good for modelling in sport statistics?

  2. #2
    Justin7
    Justin7's Avatar Become A Pro!
    Join Date: 07-31-06
    Posts: 8,577
    Betpoints: 1506

    SPSS is a nice statistical package, but I don't think it is that good for modeling.

    I prefer to manipulate databases in text formats, make smaller data sets, and run regressions on zunzun.com.

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

    thanks justin.

  4. #4
    mlb
    mlb's Avatar Become A Pro!
    Join Date: 12-04-09
    Posts: 10,509
    Betpoints: 12779

    interesting will have to check it out

  5. #5
    tltaylor89
    FVn=S(1+c)n
    tltaylor89's Avatar Become A Pro!
    Join Date: 06-19-09
    Posts: 19,610

    Never tried zun zun

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

    Justin (or anyone else for that matter), is there any other software that you would recommended in being an assistance in handicapping/creating a model?

  7. #7
    Wrecktangle
    Wrecktangle's Avatar Become A Pro!
    Join Date: 03-01-09
    Posts: 1,524
    Betpoints: 3209

    Learn Excel. You can do 95%+ of what one can in a "real" programming language and the error trapping is better.

    As yes, you can do regression too.

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

    I've been looking into this, and have been told that the statistical programming language of 'R' is ideal for modelling. The steep learning curve of its command line input in quite off putting though. However, have you had any experience with RExcel? It uses Excel as a user-friendly front end UI, with excel calling upon R, and then displaying results back in excel.

  9. #9
    MonkeyF0cker
    Update your status
    MonkeyF0cker's Avatar Become A Pro!
    Join Date: 06-12-07
    Posts: 12,144
    Betpoints: 1127

    I was about to recommend R, brettd. The command line is a benefit, not a hinderance really. I would recommend taking the time to learn it. It allows you to automate your tasks much easier than many other packages. It is also far more efficient than Excel. Effiiciency makes a huge difference when you're dealing with 140+ games on an NCAAB Saturday.

  10. #10
    roasthawg
    roasthawg's Avatar Become A Pro!
    Join Date: 11-09-07
    Posts: 2,990

    Quote Originally Posted by Wrecktangle View Post
    Learn Excel. You can do 95%+ of what one can in a "real" programming language and the error trapping is better.

    As yes, you can do regression too.
    Only limited regressions still correct? Like 5 or so variables?

  11. #11
    roasthawg
    roasthawg's Avatar Become A Pro!
    Join Date: 11-09-07
    Posts: 2,990

    Quote Originally Posted by Justin7 View Post
    SPSS is a nice statistical package, but I don't think it is that good for modeling.

    I prefer to manipulate databases in text formats, make smaller data sets, and run regressions on zunzun.com.
    Why smaller data sets... will zunzun not take a lot?

  12. #12
    Sinister Cat
    Sinister Cat's Avatar Become A Pro!
    Join Date: 06-03-08
    Posts: 1,090
    Betpoints: 12

    I use Easyreg. The interface is a little clunky, but's it's overall easy to use, and it's flexible and free.

  13. #13
    MonkeyF0cker
    Update your status
    MonkeyF0cker's Avatar Become A Pro!
    Join Date: 06-12-07
    Posts: 12,144
    Betpoints: 1127

    R is free too.

  14. #14
    roasthawg
    roasthawg's Avatar Become A Pro!
    Join Date: 11-09-07
    Posts: 2,990

    Quote Originally Posted by Sinister Cat View Post
    I use Easyreg. The interface is a little clunky, but's it's overall easy to use, and it's flexible and free.
    I have a question about this program... I looked at the site and found this:

    However, the number of observations is stored in an integer variable, which in Visual Basic 5 is limited to a maximum value of 32767. Consequently, if you try to import a data set with more than 32767 observations you will get an error message, and EasyReg will crash.
    Let's say I had 4 different stats for all 32 NFL teams... is that 128 "observations" or 32?

  15. #15
    Sinister Cat
    Sinister Cat's Avatar Become A Pro!
    Join Date: 06-03-08
    Posts: 1,090
    Betpoints: 12

    Quote Originally Posted by roasthawg View Post
    I have a question about this program... I looked at the site and found this:



    Let's say I had 4 different stats for all 32 NFL teams... is that 128 "observations" or 32?
    "Observations" means the number of rows of data... so that would be 32 I guess.

Top