Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
future_fabulators:formalised_decision_making [2013-10-17 19:10] timbofuture_fabulators:formalised_decision_making [2014-02-11 07:54] nik
Line 1: Line 1:
 ==== Formalised Decision Making ==== ==== Formalised Decision Making ====
 +
 +By Tim Boykett
  
 In the process of creating scenarios, forecasts and otherwise moving onwards, we are left with a problem of decision making. On this page we look briefly at some ideas and thoughts. In the process of creating scenarios, forecasts and otherwise moving onwards, we are left with a problem of decision making. On this page we look briefly at some ideas and thoughts.
Line 12: Line 14:
  
 Some of the techniques that we have seen used that will be relevant: Some of the techniques that we have seen used that will be relevant:
- * dots: each participant get a number of dots to allocate to factors. More dots should indicate more of whatever it is that participants seek, whether that be relevance, importance, etc. +  * dots: each participant get a number of dots to allocate to factors. More dots should indicate more of whatever it is that participants seek, whether that be relevance, importance, etc. 
- * numbers: giving factors a numerical value, whether from 1 (uninteresting) to 5 (thrilling) or with a middle level from which two extremes vary i.e. plus and minus points, or having e.g. 5 as neutral, 10 as love and 0 as hate. +  * numbers: giving factors a numerical value, whether from 1 (uninteresting) to 5 (thrilling) or with a middle level from which two extremes vary i.e. plus and minus points, or having e.g. 5 as neutral, 10 as love and 0 as hate. 
- * ordering: selecting the factors in a list from highest to lowest in the evaluation.+  * ordering: selecting the factors in a list from highest to lowest in the evaluation.
  
 ===Partially ordered sets and Coverings== ===Partially ordered sets and Coverings==
Line 27: Line 29:
  
 A partial order, on the other hand, does not have the requirement that every pair of elements has an ordering. We require only the following axioms (note that we write A<B for "A is less than or equal to B" because we cannot find the symbol right now): A partial order, on the other hand, does not have the requirement that every pair of elements has an ordering. We require only the following axioms (note that we write A<B for "A is less than or equal to B" because we cannot find the symbol right now):
- * Transitivity: if A<B and B<C then A<C. If love is more important than sex and sex is more important than food, then love is more important than food.  +  * Transitivity: if A<B and B<C then A<C. If love is more important than sex and sex is more important than food, then love is more important than food.  
- * Antisymmetry: if A<B and B<A then A=B: If time is more important than money and money is more important than time, then time is money. +  * Antisymmetry: if A<B and B<A then A=B: If time is more important than money and money is more important than time, then time is money. 
- * Reflexivity: A <A, a sunset is at least as good as a sunset.+  * Reflexivity: A <A, a sunset is at least as good as a sunset.
  
 Given two total orderings, we can define a new partial order from them by saying that A>B if A is above B in **both** orders. This is called the **product** of the two orders. Given two total orderings, we can define a new partial order from them by saying that A>B if A is above B in **both** orders. This is called the **product** of the two orders.
Line 45: Line 47:
 Each element in a partially ordered set (poset) has a downset, the set of elements that are below it in the order. The downset of a set of elements is the union of the downsets of each member of that set. Each element in a partially ordered set (poset) has a downset, the set of elements that are below it in the order. The downset of a set of elements is the union of the downsets of each member of that set.
  
-So a possible selection technique is to take a set of factors S so that the number of factors __not__ in the downset of S is as small as possible.+We might say that a set //dominates// its downset. We will call a 2-selection a selection of size 2 that dominates the whole set. 
 + 
 +So a possible selection technique is to take a set of factors S so that the number of factors __not__ in the downset of S is as small as possible.  
 + 
 +==Some calculations== 
 +In Scenario planning, we want to select 2 (or perhaps 3) factors that are highest in our ordering of importance and uncertainty. So we have two orders, giving a product partial order, from which we want to select 2 factors. A mathematical question arises: how often will we have the situation that this is (not) possible? 
 + 
 +Example: suppose we have the two orders that are precisely opposite, in one we have A>B>C>D>... and in the other A<B<C<D<... so there are no orderings in the product. Then no selection other than everything will dominate. This is highly unlikely, but it is still there. 
 + 
 +Formalities. We have n factors. Let us take one of our orders to be 1<2<3<...<n, then the other order will be a permutation of this one. we will write it as a sequence of numbers xxxx. With some thought, it becomes clear that to have a single selection, the second order (permutation) must be xxxxxn so that n is at the top of both orders. This occurs with a chance of 1 in n. In order to have a 2 factor selection we need the permutation to be xxxnyyyz where z is the largest number not to occur in the set xxxn. Then the selection n and z will be enough to dominate. 
 + 
 +//(need to check the following calculations - done on paper in a shaky plane and then train!)//
  
-=Some calculations= +Some calculations show that the number of ways of doing this is $(n-1)! \sum\limits_{i=1}^{n-1} (1/i)$, where k! means the factorial of kAs the total number of permutations is n!, the proportion of permutations that have a 2-selection is $1/n \sum_{i=1}^{n-1} 1/i$. This means that with 6 factorsthe likelihood of having 2-selection is around 5/12less than 50%. The likelihoof of a 1-selection is 1/6, so there is around 7/12 chance of having  a 1 or selectionFor 14 factors, the likelihood goes down to one quarter.
-In Scenario planning, we want to select 2 (or perhaps 3factors that are highest in our ordering of importance and uncertaintySo we have two ordersgiving product partial orderfrom which we want to select factorsA mathematical question arises: how often will we have the situation that this is not possible?+
  
-Examplesuppose we have the two orders that are precisely opposite, in one we have A>B>C>D>... and in the other A<B<C<D<... so there are no orderings in the product. Then no section will be very useful.+To Dowork out the corect formula for counting 3-selections. These would be xxxnyyyYzzzZ where Y is the largest factor not in xxxn and Z is the largest factor not in xxxnyyyYMy current conjecture is:
  
-Formalities. We have factors. Let us take one of our orders to be 1<2<3<...<n, then the other order will be a permutation of this one. we will write it as a sequence of numbers xxxx. With some thought, it becomes clear that to have a single selection, the second order (permutationmust be xxxxxn so that n is at the top of both orders. In order to have a 2 factor selection we need the permutation to be xxxnyyyz where z is the largest number not to occur in the set xxx. Then the selection n and z will be enough.+$(n-1)! \sum\limits_{i=1}^{n-1} (1/i\sum\limits_{j=1}^{i-1} (1/j))$
  
-//(need to check these calculations - done on paper in a train!)//+but this needs some work to check it. (**note:** feel free to use inline $\LaTeX$ formatting)
  
-Some calculations show that the number of ways of doing this is (n-1)! sum(i=1,n-1) (1/i), where k! means the factorial of k. As the total number of permutations is n!, the proportion of permutations that have a 2-selection is (1/n)sum(i=1,n-1) (1/i). This means that with 6 factors, the likelihood of having a 2-selection is around 5/12, less than 50%. The likelihoof od a 1-selection is 1/6, so there is around 7/12 chance of having  a 1 or 2 selection. For 14 factors, the likelihood goes down to one quarter. 
  
  • future_fabulators/formalised_decision_making.txt
  • Last modified: 2014-03-04 07:01
  • by maja