Skip to main content

Sum

Overview

This test metric adds together all values within a signal

Required Inputs

  • Time History Signal
    • Singal units must be consistent across both the signal's metric values and time values

Calculation

  1. Add together each value within signal metric
  2. Output sum of metric

Equation

Sum=x=1nf(x)Sum = \sum_{x = 1}^{n} f(x)
  • f(x) represents function created by the signal
  • n is the number of data points in signal
  • x=1 represents first data point in signal