Folding (DSP implementation): Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>FrescoBot
m Bot: standard sections headers and minor changes
en>Chris the speller
m sp
 
Line 1: Line 1:
The '''Technique for Order of Preference by Similarity to Ideal Solution''' ('''TOPSIS''') is a [[multi-criteria decision analysis]] method, which was originally developed by Hwang and Yoon in 1981<ref name='HwangandYoon1981'>{{cite book | last1 = Hwang | first1 = C.L. | last2 = Yoon | first2 = K. | title = Multiple Attribute Decision Making: Methods and Applications | publisher = Springer-Verlag | year = 1981 | location = New York }}</ref> with further developments by Yoon in 1987,<ref name='Yoon'>{{cite book | last1 = Yoon | first1 = K. | title = A reconciliation among discrete compromise situations | journal = Journal of Operational Research Society | year = 1987 | volume = 38 | pages = 277–286 }}</ref> and Hwang, Lai and Liu in 1993.<ref name='HwangLaiLiu'>{{cite journal | last1 = Hwang | first1 = C.L. | last2 = Lai | first2 = Y.J. | last3 = Liu | first3 = T.Y. | title = A new approach for multiple objective decision making | journal = Computers and Operational Research | year = 1993 | volume = 20 | pages = 889–899 }}</ref>
He always has something to say that it makes it difficult to talk to him about anything.<br>Shares of Google, which had fallen as low as $165 just last week after jumping to a record high of $201 on Nov, had risen steadily over the last three trading days.<br>http://www.bendtrapclub.com/cheap/ugg.asp?p=94 <br /> http://www.bendtrapclub.com/cheap/ugg.asp?p=347 <br /> http://www.bendtrapclub.com/cheap/ugg.asp?p=399 <br /> http://www.bendtrapclub.com/cheap/ugg.asp?p=192 <br /> http://www.bendtrapclub.com/cheap/ugg.asp?p=16 <br /><br><br>If you loved this article and you would like to be given more info concerning [http://www.bendtrapclub.com/cheap/ugg.asp Cheap Uggs Boots] i implore you to visit the site.
TOPSIS is based on the concept that the chosen alternative should have the shortest geometric distance from the positive ideal solution and the longest geometric distance from the negative ideal solution. It is a method of compensatory aggregation that compares a set of alternatives by identifying weights for each criterion, normalising scores for each criterion and calculating the geometric distance between each alternative and the ideal alternative, which is the best score in each criterion. An assumption of TOPSIS is that the criteria are [[Monotonic function|monotonically]] increasing or decreasing.
[[Normalization (statistics)|Normalisation]] is usually required as the parameters or criteria are often of incongruous dimensions in multi-criteria problems.<ref name='YoonandHwang1995'>{{cite book | last1 = Yoon | first1 = K.P. | last2 = Hwang | first2 = C. | title = Multiple Attribute Decision Making: An Introduction | publisher = SAGE publications | year = 1995 | location = California }}</ref><ref name='Zavadskas'>{{cite journal | last1 = Zavadskas | first1 = E.K. | last2 = Zakarevicius | first2 = A. | last3 = Antucheviciene | first3 = J.| title = Evaluation of Ranking Accuracy in Multi-Criteria Decisions | journal = Informatica | year = 2006 | volume = 17 | number = 4 | pages = 601–618 }}</ref> Compensatory methods such as TOPSIS allow trade-offs between criteria, where a poor result in one criterion can be negated by a good result in another criterion. This provides a more realistic form of modelling than non-compensatory methods, which include or exclude alternative solutions based on hard cut-offs.<ref name='Greene'>{{cite journal | last1 = Greene | first1 = R. | last2 = Devillers | first2 = R. | last3 = Luther | first3 = J.E. | last4 = Eddy | first4 = B.G. | title = GIS-based multi-criteria analysis | journal = Geography Compass | year = 2011 | volume = 5/6 | pages = 412–432 }}</ref>
 
==TOPSIS method==
 
The TOPSIS process is carried out as follows:
 
;Step 1: Create an evaluation matrix consisting of m alternatives and n criteria, with the intersection of each alternative and criteria given as <math>x_{ij}</math>, we therefore have a matrix <math>( x_{ij} )_{m \times n}</math>.
 
;Step 2: The matrix <math>( x_{ij} )_{m \times n}</math> is then normalised to form the matrix
 
<math>R = ( r_{ij} )_{m \times n}</math>, using the normalisation method
 
<math> r_{ij} = x_{ij} / pmax(v_j), i = 1, 2, . . ., m, j = 1, 2, . . ., n, </math> where <math> pmax( v_j )</math> is the maximum possible value of the indicator <math>v_j, j = 1, 2, . . ., n</math>.  
 
;Step 3: Calculate the weighted normalised decision matrix
<math>T =(t_{ij})_{m \times n} = ( w_jr_{ij} )_{m \times n}, i = 1, 2, . . .,  m </math>
 
:Where <math>w_j = W_j / \sum_{j=1}^{n}W_j, j = 1, 2, . . ., n </math> so that <math> \sum_{j=1}^{n} w_j = 1</math>, and <math>W_j</math> is the original weight given to the indicator <math>v_j, j = 1, 2, . . ., n.</math>
 
;Step 4: Determine the worst alternative <math>(A_w)</math> and the best alternative <math>(A_b)</math>:
 
<math> A_w = \{ \langle max(t_{ij} | i = 1,2,...,m)| j \in J_- \rangle, \langle min(t_{ij} | i = 1,2,...,m)| j \in J_+ \rangle \rbrace \equiv \{ t_{wj} | j= 1,2,...,n \rbrace, </math>
 
<math> A_b = \{ \langle min(t_{ij} | i = 1,2,...,m)| j \in J_- \rangle, \langle max(t_{ij} | i = 1,2,...,m)| j \in J_+ \rangle \rbrace \equiv \{ t_{bj} | j= 1,2,...,n \rbrace, </math>
 
:where,
 
:<math> J_+ = \{ j = 1,2,...,n | j </math> associated with the criteria having a positive impact, and
 
:<math> J_- = \{ j = 1,2,...,n | j </math> associated with the criteria having a negative impact.
 
;Step 5: Calculate the L2-distance between the target alternative <math>i</math> and the worst condition <math>A_w</math>
 
:<math> d_{iw} = \sqrt{\sum_{j=1}^{n}(t_{ij} - t_{wj})^2}, i = 1, 2, . . ., m </math>,
 
and the distance between the alternative <math>i</math> and the best condition <math>A_b</math>
 
:<math> d_{ib} = \sqrt{\sum_{j=1}^{n}(t_{ij} - t_{bj})^2}, i = 1, 2, . . ., m </math>
 
:where <math>d_{iw}</math> and <math>d_{ib}</math> are L2-norm distances from the target alternative <math>i</math> to the worst and best conditions, respectively.
 
;Step 6: Calculate the similarity to the worst condition:
<math> s_{iw}= d_{ib} / (d_{iw} + d_{ib}), 0 \le s_{iw} \le 1, i = 1, 2, . . ., m </math>.
 
<math>s_{iw} = 1</math> if and only if the alternative solution has the worst condition; and
 
<math>s_{iw} = 0</math> if and only if the alternative solution has the best condition.  
 
;  Step 7: Rank the alternatives according to <math>s_{iw} (i = 1, 2, . . ., m)</math>.
 
==Normalisation==
Two methods of normalisation that have been used to deal with incongruous criteria dimensions are linear normalisation and vector normalisation.
 
Linear normalisation can be calculated as in Step 2 of the TOPSIS process above. Vector normalisation was incorporated with the original development of the TOPSIS method,<ref name='HwangandYoon1981' /> and is calculated using the following formula:
 
<math> r_{ij} = \frac  {x_{ij}} {\sqrt{\sum_{i=1}^{m} x_{ij}^2 }}, i = 1, 2, . . ., m, j = 1, 2, . . ., n</math>
 
In using vector normalisation, the non-linear distances between single dimension scores and ratios should produce smoother trade-offs.<ref name='Huang2011'>{{cite journal | last1 = Huang | first1 = I.B. | last2 = Keisler | first2 = J. | last3 = Linkov | first3 = I. | title = Multi-criteria decision analysis in environmental science: ten years of applications and trends | journal = Science of the Total Environment | year = 2011 | volume = 409 | pages = 3578–3594 }}</ref>
 
==References==
{{Reflist}}
 
 
 
[[Category:Decision theory]]

Latest revision as of 16:01, 31 December 2014

He always has something to say that it makes it difficult to talk to him about anything.
Shares of Google, which had fallen as low as $165 just last week after jumping to a record high of $201 on Nov, had risen steadily over the last three trading days.
http://www.bendtrapclub.com/cheap/ugg.asp?p=94
http://www.bendtrapclub.com/cheap/ugg.asp?p=347
http://www.bendtrapclub.com/cheap/ugg.asp?p=399
http://www.bendtrapclub.com/cheap/ugg.asp?p=192
http://www.bendtrapclub.com/cheap/ugg.asp?p=16


If you loved this article and you would like to be given more info concerning Cheap Uggs Boots i implore you to visit the site.