Click here to Skip to main content
15,896,063 members
Home / Discussions / Algorithms
   

Algorithms

 
Generalsuggest me an algorithm Pin
niconicx22-Sep-08 23:08
niconicx22-Sep-08 23:08 
GeneralRe: suggest me an algorithm Pin
73Zeppelin22-Sep-08 23:14
73Zeppelin22-Sep-08 23:14 
GeneralRe: suggest me an algorithm Pin
Paul Conrad25-Sep-08 7:13
professionalPaul Conrad25-Sep-08 7:13 
GeneralRe: suggest me an algorithm Pin
CPallini27-Sep-08 22:07
mveCPallini27-Sep-08 22:07 
GeneralRe: suggest me an algorithm Pin
PIEBALDconsult21-Nov-08 5:29
mvePIEBALDconsult21-Nov-08 5:29 
GeneralRe: suggest me an algorithm Pin
CPallini22-Nov-08 21:00
mveCPallini22-Nov-08 21:00 
QuestionI'm sorry if this sounds like a weird question... Pin
mhtirogla18-Sep-08 20:53
mhtirogla18-Sep-08 20:53 
AnswerRe: I'm sorry if this sounds like a weird question... Pin
73Zeppelin18-Sep-08 21:02
73Zeppelin18-Sep-08 21:02 
Sounds like you're talking about some kind of Bayesian statistic where you have a prior distribution (i.e. the weights that you and your friends will select). The simplest way to implement this would be some kind of weighted sum. So you would use an equation like:

Statistic = weight1*statistic1 + weight2*statistic2 + weight3*statistic3 + ...

The problem is that this statistic needs to be compared to the "true" statistic which you would have to agree on in advance. You would thus need to know how the NFL officially calculates their statistics and compare yours to theirs.

If you want to use your own statistic, then you need some way of estimating the true value from the sample. Your real problem lies in deciding what the "true" value is and how to estimate the weights in the above equation if you aren't going to use and official NFL stat.


...that mortally intolerable truth; that all deep, earnest thinking is but the intrepid effort of the soul to keep the open independence of her sea; while the wildest winds of heaven and earth conspire to cast her on the treacherous, slavish shore.


QuestionInterpX function limitation (within Interp32.xll Excel addin) [modified] Pin
M.Slipper18-Sep-08 7:04
M.Slipper18-Sep-08 7:04 
AnswerRe: InterpX function limitation (within Interp32.xll Excel addin) Pin
73Zeppelin18-Sep-08 12:10
73Zeppelin18-Sep-08 12:10 
GeneralRe: InterpX function limitation (within Interp32.xll Excel addin) Pin
M.Slipper18-Sep-08 14:49
M.Slipper18-Sep-08 14:49 
GeneralRe: InterpX function limitation (within Interp32.xll Excel addin) Pin
73Zeppelin18-Sep-08 20:51
73Zeppelin18-Sep-08 20:51 
GeneralRe: InterpX function limitation (within Interp32.xll Excel addin) Pin
M.Slipper19-Sep-08 7:58
M.Slipper19-Sep-08 7:58 
GeneralRe: InterpX function limitation (within Interp32.xll Excel addin) Pin
73Zeppelin19-Sep-08 8:40
73Zeppelin19-Sep-08 8:40 
GeneralRe: InterpX function limitation (within Interp32.xll Excel addin) Pin
M.Slipper19-Sep-08 8:51
M.Slipper19-Sep-08 8:51 
GeneralRe: InterpX function limitation (within Interp32.xll Excel addin) Pin
73Zeppelin19-Sep-08 8:58
73Zeppelin19-Sep-08 8:58 
GeneralRe: InterpX function limitation (within Interp32.xll Excel addin) Pin
M.Slipper19-Sep-08 9:36
M.Slipper19-Sep-08 9:36 
GeneralRe: InterpX function limitation (within Interp32.xll Excel addin) Pin
73Zeppelin21-Sep-08 7:59
73Zeppelin21-Sep-08 7:59 
GeneralRe: InterpX function limitation (within Interp32.xll Excel addin) [modified] Pin
M.Slipper23-Sep-08 11:11
M.Slipper23-Sep-08 11:11 
NewsMath: A Gut Instinct PinPopular
73Zeppelin17-Sep-08 23:55
73Zeppelin17-Sep-08 23:55 
GeneralRe: Math: A Gut Instinct Pin
soap brain18-Sep-08 0:09
soap brain18-Sep-08 0:09 
GeneralRe: Math: A Gut Instinct Pin
73Zeppelin18-Sep-08 1:05
73Zeppelin18-Sep-08 1:05 
GeneralRe: Math: A Gut Instinct Pin
soap brain18-Sep-08 1:21
soap brain18-Sep-08 1:21 
GeneralRe: Math: A Gut Instinct Pin
Paul Conrad18-Sep-08 6:37
professionalPaul Conrad18-Sep-08 6:37 
GeneralRe: Math: A Gut Instinct Pin
73Zeppelin18-Sep-08 21:05
73Zeppelin18-Sep-08 21:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.