Two Plus Two Newer Archives  

Go Back   Two Plus Two Newer Archives > General Gambling > Sports Betting
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 05-28-2007, 08:38 PM
basementproject basementproject is offline
Senior Member
 
Join Date: May 2007
Location: Toronto
Posts: 515
Default Q for guys who create Excel sims

Greetings all- lurker here popping out of the woodwork.

I've got a fairly accurate MLB moneyline system going in excel, and it's gotten pretty self-sufficient. Given that, I want to start having some fun, programming simulations.

What would be the best/most efficient way to go about creating sims on a computer? I'm highly experienced in HTML and JavaScript, dabbled in PHP, took a course in Turing... Which language would you reccomend learning next?

Thanks for the input.
Reply With Quote
  #2  
Old 05-28-2007, 09:34 PM
TomG TomG is offline
Senior Member
 
Join Date: Jun 2004
Posts: 997
Default Re: Q for guys who create Excel sims

I have a similar project using Excel for handicapping in my Robot thread. I would appreciate any comments on the methods I am using. Also, you are welcome to create your own thread where you post your daily MLB plays.

For sims, I would recommend learning to use R. It's free, handles large data sets easily, and is relatively simple to learn/use. It's designed for statistical computing so it has a lot of helpful tools already built into it.
Reply With Quote
  #3  
Old 05-29-2007, 06:06 PM
ncboiler ncboiler is offline
Senior Member
 
Join Date: Aug 2004
Posts: 3,405
Default Re: Q for guys who create Excel sims

[ QUOTE ]
I have a similar project using Excel for handicapping in my Robot thread. I would appreciate any comments on the methods I am using. Also, you are welcome to create your own thread where you post your daily MLB plays.

For sims, I would recommend learning to use R. It's free, handles large data sets easily, and is relatively simple to learn/use. It's designed for statistical computing so it has a lot of helpful tools already built into it.

[/ QUOTE ]

Not to steal but I would like to ask you. How do you enter data into your spreadsheet? I do a lot of copying and pasting and it's not very efficient. I get my data from covers. I posted in your robot thread that I was doing a system similar to yours.
Reply With Quote
  #4  
Old 05-29-2007, 07:23 PM
TomG TomG is offline
Senior Member
 
Join Date: Jun 2004
Posts: 997
Default Re: Q for guys who create Excel sims

[ QUOTE ]
[ QUOTE ]
I have a similar project using Excel for handicapping in my Robot thread. I would appreciate any comments on the methods I am using. Also, you are welcome to create your own thread where you post your daily MLB plays.

For sims, I would recommend learning to use R. It's free, handles large data sets easily, and is relatively simple to learn/use. It's designed for statistical computing so it has a lot of helpful tools already built into it.

[/ QUOTE ]

Not to steal but I would like to ask you. How do you enter data into your spreadsheet? I do a lot of copying and pasting and it's not very efficient. I get my data from covers. I posted in your robot thread that I was doing a system similar to yours.

[/ QUOTE ]
The method I am using is to use Data -> Import External Data -> New Web Query. Then direct Excel to URL on the internet that contains that table worth of data. This is the best approach since it makes it easy to refresh the data in Excel as the internet table is updated. You may also need to use Data -> Text to Columns to parse the data in Excel if it doesn't come across formatted the first time. Through clever usage of formulas and web queries, you should be able to avoid copying and pasting almost altogether.

This is all for Excel 2003. I'm not sure if this works with newer or later versions.
Reply With Quote
  #5  
Old 05-29-2007, 08:20 PM
ncboiler ncboiler is offline
Senior Member
 
Join Date: Aug 2004
Posts: 3,405
Default Re: Q for guys who create Excel sims

I use Open Office. [img]/images/graemlins/frown.gif[/img] I have Office '97 on another computer but I doubt it will do it. I guess I will need to learn how to do it with OpenOffice. Thanks for your help.
Reply With Quote
  #6  
Old 05-30-2007, 01:27 AM
dudeimstoked dudeimstoked is offline
Senior Member
 
Join Date: Sep 2006
Posts: 326
Default Re: Q for guys who create Excel sims

[ QUOTE ]
[ QUOTE ]
[ QUOTE ]
I have a similar project using Excel for handicapping in my Robot thread. I would appreciate any comments on the methods I am using. Also, you are welcome to create your own thread where you post your daily MLB plays.

For sims, I would recommend learning to use R. It's free, handles large data sets easily, and is relatively simple to learn/use. It's designed for statistical computing so it has a lot of helpful tools already built into it.

[/ QUOTE ]

Not to steal but I would like to ask you. How do you enter data into your spreadsheet? I do a lot of copying and pasting and it's not very efficient. I get my data from covers. I posted in your robot thread that I was doing a system similar to yours.

[/ QUOTE ]
The method I am using is to use Data -> Import External Data -> New Web Query. Then direct Excel to URL on the internet that contains that table worth of data. This is the best approach since it makes it easy to refresh the data in Excel as the internet table is updated. You may also need to use Data -> Text to Columns to parse the data in Excel if it doesn't come across formatted the first time. Through clever usage of formulas and web queries, you should be able to avoid copying and pasting almost altogether.

This is all for Excel 2003. I'm not sure if this works with newer or later versions.

[/ QUOTE ]

is there a way to get it to auto-update without having to redo the columns?
Reply With Quote
  #7  
Old 05-30-2007, 01:34 AM
TomG TomG is offline
Senior Member
 
Join Date: Jun 2004
Posts: 997
Default Re: Q for guys who create Excel sims

Hopefully the data source that you are querying is formatted such that you won't need to both refresh and redo the columns. If not, I would first recommend using a new data source. If that isn't an option, try playing around with the "Text" functions. Use functions such as =find, =search, =mid, =left, =right. You should be able to get just about any data formatted properly with these functions.
Reply With Quote
  #8  
Old 05-30-2007, 02:52 PM
dudeimstoked dudeimstoked is offline
Senior Member
 
Join Date: Sep 2006
Posts: 326
Default Re: Q for guys who create Excel sims

what site are u guys downloading the data from? im using espn and dougstats.
Reply With Quote
  #9  
Old 05-30-2007, 04:17 PM
TomG TomG is offline
Senior Member
 
Join Date: Jun 2004
Posts: 997
Default Re: Q for guys who create Excel sims

[ QUOTE ]
what site are u guys downloading the data from? im using espn and dougstats.

[/ QUOTE ]
Those are the two sites I use also. I used Dougstats for the stuff from previous seasons and then I imported season to date information from ESPN.
Reply With Quote
  #10  
Old 05-30-2007, 04:18 PM
basementproject basementproject is offline
Senior Member
 
Join Date: May 2007
Location: Toronto
Posts: 515
Default Re: Q for guys who create Excel sims

Nobody here uses BP stats?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:29 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.