GVIEW2D: Calculations: Difference between revisions
From BAWiki
imported>Spohr Susanne (Created page with 'de: GVIEW2D: Berechnungsfunktionen =='''C1+C2''': Sum of data curves.== * Adds the values of two visualized data curves. * The function runs on curves of type time series or…') |
(No difference)
|
Revision as of 14:11, 29 September 2010
C1+C2: Sum of data curves.
- Adds the values of two visualized data curves.
- The function runs on curves of type time series or depth profiles.
C1-C2: Difference between data curves.
- Subtracts the values of two visualized data curves.
- The function runs on curves of type time series or depth profiles.
C1*C2: Product of data curves.
- Multiplies the values of two visualized data curves.
- The function runs on curves of type time series or depth profiles.
C1+Value: Add a value to a data curve.
- The function runs on curves of type time series or depth profiles.
C1*Value: Multiply a data curve by a value.
- The function runs on curves of type time series or depth profiles.
d/dt(C1): Derivative with respect to time.
- The function only runs on time series data.
- Example
GlMitt(C1): Calculation of the Moving average.
- The function only runs on time series data.
- Example
ScatPlot(C1;C2): Correlation diagramm/Scatter plot.
- The function only runs on time series data.
- Example
LinReg(C1): Calculation of the regression line.
- The function only runs on scatter plot curves.
- Example
back to GVIEW2D