|
[Date Index]
[Thread Index]
[Author Index]
Re: Modeling of NFL game results
- To: mathgroup at smc.vnet.net
- Subject: [mg129258] Re: Modeling of NFL game results
- From: Scott Hemphill <hemphill at hemphills.net>
- Date: Thu, 27 Dec 2012 05:06:48 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- Delivered-to: l-mathgroup@wolfram.com
- Delivered-to: mathgroup-newout@smc.vnet.net
- Delivered-to: mathgroup-newsend@smc.vnet.net
- References: <kbbitr$9oc$1@smc.vnet.net>
- Reply-to: hemphill at alumni.caltech.edu
Scott Hemphill <hemphill at hemphills.net> writes:
[snip]
> I decided to rate each team with a single number, such that the
> probability that a team rated "r1" has a probability beating a team
> rated "r2" is given by:
>
> p = CDF[NormalDistribution[], r1-r2];
Hmmm. I guess my code actually implements "r2-r1" instead of "r1-r2".
It doesn't matter, except one way high ratings are better than low
ratings, and the other is vice versa.
> filename="matrix.m";
> prec;
I don't know how this line got shortened. My original has "prec".
Scott
--
Scott Hemphill hemphill at alumni.caltech.edu
"This isn't flying. This is falling, with style." -- Buzz Lightyear
Prev by Date:
Minimizing Suggestions Bar
Next by Date:
Re: custom label/display for a Manipulate slider?
Previous by thread:
Re: Modeling of NFL game results
Next by thread:
Re: Modeling of NFL game results
|