Changes between Version 2 and Version 3 of BluePrintDecisionMaking


Ignore:
Timestamp:
09/07/09 11:50:30 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintDecisionMaking

    v2 v3  
    1 = Decision Making =
     1= Dynamic Delphi Decision Making =
    22
    33A module to improve the ability to make decisions in complex scenarios:
     4
     5
     6People 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).
     7
     8I think the major part is a lot of nested arrays.
     9
     10People need to be able to create a list, vote on issues (which are then represented by a sliding scale) which was found
     11
     12Background Reading:
    413 * http://sites.google.com/site/conniemwhite/Home/google-summer-of-code-proposal
    514