Calcdifference

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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