Funktionsweise von "Zellenstatistik"

Durch das Berechnen von Zellenstatistiken wird eine Statistik für jede Position berechnet, für die der Wert an jeder Position des Ausgabe-Rasters eine Funktion der Eingabewerte an jeder Position ist. Einige Details und Beispiele für jede Statistik sind unten aufgeführt.

Mittelwert

Mehrheit

Zellenstatistik – Mittelwert-Beispiel
OutRas = CellStatistics([InRas1, InRas2, InRas3], "Majority")

Maximum

Zellenstatistik – Maximum-Beispiel
OutRas = CellStatistics(["InRas1", "InRas2", "InRas3"], "Maximum")

Medianwert

Zellenstatistik – Mittelwert-Beispiel
OutRas = CellStatistics([InRas1, InRas2, InRas3], "Median")

Minimum

Zellenstatistik – Minimum-Beispiel
OutRas = CellStatistics(["InRas1", "InRas2", "InRas3"], "Minimum")

Minderheit

Zellenstatistik – Mittelwert-Beispiel
OutRas = CellStatistics([InRas1, InRas2, InRas3], "Mean")

Bereich

Zellenstatistik – Mittelwert-Beispiel
OutRas = CellStatistics([InRas1, InRas2, InRas3], "Range")

Std

Zellenstatistik – Standardabweichung-Beispiel
OutRas = CellStatistics([InRas1, InRas2, InRas3], "STD")

Summe

Zellenstatistik – Mittelwert-Beispiel
OutRas = CellStatistics([InRas1, InRas2, InRas3], "Sum")

Varianz

Zellenstatistik – Mittelwert-Beispiel
OutRas = CellStatistics([InRas1, InRas2, InRas3], "Variety")

Verwandte Themen


7/10/2012