Changes between Version 8 and Version 9 of BluePrintDecisionMaking
- Timestamp:
- 09/17/09 15:15:12 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintDecisionMaking
v8 v9 1 1 = Dynamic Delphi Decision Making = 2 2 3 A module to improve the ability to make decisions in complex scenarios. 3 A module to improve the ability to make decisions in complex scenarios. This module considers a problem and helps a group discuss and rank a group of alternatives into a ranked list which provides information on the items in respect to one another (how much more one is desired over the other) and also considers uncertainty by showing the users how the items in the list are affected. 4 4 5 5 === Summary === … … 13 13 * Each item is voted upon with paired comparisons which produces a rank. 14 14 * A calculation for uncertainty is done: everyone who can vote - those who did 15 So there are two scales: 16 * one from the calculation from Thurstone (of which code is available for the unit normal conversion table) 17 * one with this, but including uncertainty (those who didn't vote). 15 So there are three scales: 16 * one from the calculation from Thurstone (of which code is available for the unit normal conversion table)which takes many individual votes and calculates one group opinion. 17 * one with this, but including uncertainty (those who didn't vote) showing the best case outcome (if all votes go in favor of that item). 18 * and then the third shows the opposing side (uncertainty) where the items will stand on a vote given they receive no more votes. 18 19 19 20 === Implementation === … … 22 23 Perhaps look for UI ideas from systems like [http://doodle.com Doodle] & [http://reddit.com Reddit] 23 24 === Background Reading === 25 26 A Dynamic Delphi Process Utilizing a Modified Thurstone Scaling Method: Collaborative Judgment in Emergency Response 27 *http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.107.1633 28 29 The Formal Research Proposal 30 *http://sites.google.com/site/conniemwhite/Home/research-proposal 31 24 32 Need to request access: 25 33 * http://sites.google.com/site/conniemwhite/Home/google-summer-of-code-proposal