Two Plus Two Newer Archives

Two Plus Two Newer Archives (http://archives1.twoplustwo.com/index.php)
-   Sports Betting (http://archives1.twoplustwo.com/forumdisplay.php?f=42)
-   -   Q for guys who create Excel sims (http://archives1.twoplustwo.com/showthread.php?t=414173)

basementproject 05-28-2007 08:38 PM

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.

TomG 05-28-2007 09:34 PM

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.

ncboiler 05-29-2007 06:06 PM

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.

TomG 05-29-2007 07:23 PM

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.

ncboiler 05-29-2007 08:20 PM

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.

dudeimstoked 05-30-2007 01:27 AM

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?

TomG 05-30-2007 01:34 AM

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.

dudeimstoked 05-30-2007 02:52 PM

Re: Q for guys who create Excel sims
 
what site are u guys downloading the data from? im using espn and dougstats.

TomG 05-30-2007 04:17 PM

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.

basementproject 05-30-2007 04:18 PM

Re: Q for guys who create Excel sims
 
Nobody here uses BP stats?


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

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