DFSS

benchmarking

Bildet technische Benchmarkwerte auf eine Prozentskala ab.

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

best

Berechnet den besten Wert, entsprechend einer gegebenen Optimierungsrichtung

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

Berechnet das Konsistenzverhältnis.

Collection consistencyRatio(Collection matrix, Collection importance, Collection ri=nothing, Collection ri=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

Bewertet eine QFD-Matrix durch Anwendung der Methode der unabhängigen Punktverteilung. Mit dieser Methode werden Matrix-Zellen-Werte mit Eingabe-Gewichten multipliziert. Durch vertikale Aufsummierung der sich ergebenden Werte werden die Ausgabe-Gewichte bestimmt.

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

Bewertet eine QFD-Matrix durch Anwendung der Methode der unabhängigen Punktverteilung. Mit dieser Methode werden Matrix-Zellen-Werte mit Eingabe-Gewichten multipliziert. Durch vertikale Aufsummierung der sich ergebenden Werte werden die Ausgabe-Gewichte bestimmt.

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

Berechnet das Ergebnis eines paarweisen Vergleichs. Das Ergebnis ist der Eigenvektor zum größten Eigenwert der Matrix.

Collection pairedComparison(Collection matrix)

proportionalScore

Bewertet eine QFD-Matrix durch Anwendung der Methode der proportionalen Punktverteilung.

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

pughSum

Ergibt die Pugh-Summe für einen Container. Die Pugh-Summe ist das Maß für die Anzahl positiver und negativer Auswirkungen einer Anzahl von Alternativen.

Object pughSum(Collection x, Collection value, Object param1=nothing, Object param2=nothing, Object param3=nothing, Collection x, Collection value, Object param1=nothing, Object param2=nothing, Object param3=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

Bildet technische Daten auf eine Bewertungsskala ab.

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

scaleBenchmarkingEx

Bildet technische Daten auf eine Bewertungsskala ab.

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

Funktion zur Konzeptauswahl (TOPSIS)

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

topsisEx

Funktion zur Konzeptauswahl (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

Berechnet den schlechtesten Wert, entsprechend einer gegebenen Optimierungsrichtung

Object worst(Collection x, Collection opt)

Feedback

War dieser Artikel hilfreich?

Falls Sie fragen zu diesem Thema oder Verbesserungsvorschläge haben, lassen Sie es uns bitte wissen:

=