DFSS

benchmarking

Maps technical benchmarking data to a percentage scale of performances.

Collection benchmarking(Collection data, Collection opt, Collection best)

best

Returns the best value according to a given direction for optimization

Object best(Collection x, Collection opt)

BOMConceptCost

Calculates the cost of all parts needed for different concepts

Collection BOMConceptCost(Collection quantity, Collection costperunit, Collection conceptselection)

consistencyRatio

computes the consistency ratio

Collection consistencyRatio(Collection matrix, Collection importance, Collection ri=nothing, Collection =nothing)

criticality

Determines if a combination of difficulty and importance values is critical. Returns a range from 0...4.

Collection criticality(Collection difficulty, Collection importance, float d_crit=0.0, float i_crit=0.0)

csi

Maps a vector from one tree to another by applying the independent scoring method. Mathematically, the independent scoring method can be expressed as a linear transformation.

Collection csi(Collection matrix, Collection x)

gap

returns the absolute of the difference between x and y. Only existing matrix values are handled.

Object gap(Object x, Object y)

independentScore

Maps a vector from one tree to another by applying the independent scoring method. Mathematically, the independent scoring method can be expressed as a linear transformation.

Collection independentScore(Collection matrix, Collection x, integer sign=all, Object total=0.0, integer grouphandling=autodetect)

opportunity

Calculates the difference of an importance and a performance value if importance>performance>0

Collection opportunity(Collection importance, Collection performance)

pairedComparison

Returns the result of a paired comparison. The result is calculated as the Eigenvector corresponding to the largest Eigenvalue of the matrix.

Collection pairedComparison(Collection matrix)

proportionalScore

Maps a vector from one tree to another by applying the proportional scoring method.

Collection proportionalScore(Collection matrix, Collection x, integer sign=all, Object total=0.0, integer grouphandling=autodetect)

pughSum

Returns the Pugh sum for a container. The Pugh sum is a measure for the number of positive and negative effects of a number of alternatives.

Object pughSum(Collection x, Collection value, Object param1=nothing, Object param2=nothing, Object param3=nothing, Collection , Collection , Object =nothing, Object =nothing, Object =nothing)

pughSumEx

Object pughSumEx(Collection x, Collection concepts, Collection mode, Object param1=nothing, Object param2=nothing, Object param3=nothing)

ranking

Calculates rank numbers for a sequence according to the values in a vector. If the reverse parameter is false, the item with the highest value will get rank number 1. If the reverse parameter is true, the item with the lowest value will get rank number 1.

Collection ranking(Collection vector, boolean reverse=false)

scaleBenchmarking

Maps technical data to a given scale of performances using a data-to-performance mapping table

Collection scaleBenchmarking(Collection data, Collection map, Collection scores, Collection opt=nothing, boolean limit=true, Collection accumulate=nothing)

scaleBenchmarkingEx

Maps technical data to a given scale of performances using a data-to-performance mapping table

Collection scaleBenchmarkingEx(Collection data, Collection map, Collection scores, Collection opt=nothing, Collection limit=nothing)

scaleMax

Re-scales argument x from 0..maximum(x) to the new range given by min and max

Collection scaleMax(Collection x, Object min=1, Object max=10, Object mode=levels)

spectralRadius

Returns the spectral radius of the comparison matrix. The spectral radius is the largest Eigenvalue of the comparison matrix.

Collection spectralRadius(Collection matrix)

topsis

Concept selection function TOPSIS

Collection topsis(Collection decisionMatrix, Collection importance, Collection optimization, Collection best=nothing, Collection worst=nothing, boolean useBestWorst=false)

topsisEx

Concept selection function TOPSIS

Collection topsisEx(Collection decisionMatrix, Collection importance, Collection map, Collection scores)

totalImportance

Calculates the total importance from one or more scoring methods, e.g. AHP, result of a questionnaire...

Collection totalImportance(Collection table, float total=1.0)

worst

Returns the worst value according to a given direction for optimization

Object worst(Collection x, Collection opt)

Feedback

Did you find what you needed?

If you have any further questions or suggestions to improve this page, please let us know:

=