Version 4 (modified by 16 years ago) ( diff ) | ,
---|
Dynamic Delphi Decision Making
A module to improve the ability to make decisions in complex scenarios.
User Stories
- People can contribute ideas to a list
- People can vote on ideas (which are then represented by a sliding scale)
- People can revote (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.
- A calculation for uncertainty is done: everyone who can vote - those who did
So there are two scales:
- one from the calculation from Thurstone (of which code is available for the unit normal conversion table)
- one with this, but including uncertainty (those who didn't vote).
Implementation
I think the major part is a lot of nested arrays.
Background Reading (need to request access):
Attachments (10)
- CollExpJud.pdf (169.5 KB ) - added by 16 years ago.
- ThurstoneScale.png (94.5 KB ) - added by 16 years ago.
- ThurstoneScale.2.jpg (32.3 KB ) - added by 16 years ago.
- ThurstoneScale.jpg (32.3 KB ) - added by 16 years ago.
- dm5.jpg (32.0 KB ) - added by 16 years ago.
- dm6.jpg (46.9 KB ) - added by 16 years ago.
- dm3.jpg (57.0 KB ) - added by 16 years ago.
- ItemSelectionUI.jpg (48.6 KB ) - added by 16 years ago.
- homeUI.jpg (149.2 KB ) - added by 16 years ago.
- pairCompUI.jpg (98.6 KB ) - added by 16 years ago.
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.