Changes between Version 3 and Version 4 of BluePrintDecisionMaking


Ignore:
Timestamp:
09/07/09 12:21:31 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintDecisionMaking

    v3 v4  
    11= Dynamic Delphi Decision Making =
    22
    3 A module to improve the ability to make decisions in complex scenarios:
     3A module to improve the ability to make decisions in complex scenarios.
    44
     5=== User Stories ===
     6 * People can contribute ideas to a list
     7 * People can vote on ideas (which are then represented by a sliding scale)
     8 * People can revote (their first initial vote is kept, present vote, then a new vote (which is compared to the present vote and updated))
    59
    6 People get to contribute ideas and then vote on them - and revote where their first initial vote is kept, present vote, then a new vote (which is compared to the present vote and updated) - each item is voted upon with paired comparisons which produces a rank. these numbers are then used (along with a calculation for uncertainty which is just everyone who can vote - those who did) - so there are two scales, the one from the calculation from Thurstone (of which i have the code for the unit normal conversion table) and the one with this, but including uncertianty (those who didn't vote).
     10 * Each item is voted upon with paired comparisons which produces a rank.
     11 * A calculation for uncertainty is done: everyone who can vote - those who did
     12So there are two scales:
     13 * one from the calculation from Thurstone (of which code is available for the unit normal conversion table)
     14 * one with this, but including uncertainty (those who didn't vote).
    715
     16=== Implementation ===
    817I think the major part is a lot of nested arrays.
    918
    10 People need to be able to create a list, vote on issues (which are then represented by a sliding scale) which was found
    11 
    12 Background Reading:
     19Background Reading (need to request access):
    1320 * http://sites.google.com/site/conniemwhite/Home/google-summer-of-code-proposal
    1421