Calcdifference

From Eigenvector Research Documentation Wiki
Revision as of 14:16, 30 August 2017 by imported>Bob
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Purpose

Calculate normalized difference between two datasets.

Synopsis

[diffval, diffvalstr] = calcdifference(x1,x2)

Description

Calculate normalized difference between 2 datasets (scaled to the first dataset input)


diffval =

where the designation specifies that only included data (all modes) are used in the calculation.

Inputs

  • x1 = dataset to be compared to; difference is scaled relative to this response
  • x2 = dataset to be compared to x1


Outputs

  • diffval = normalized difference between x1 and x2.
  • diffvalstr = string representation of diffval.

See Also

caltransfer, MCCTTool