File:App snv 3.png and Advanced Preprocessing: Simple Mathematical Operations: Difference between pages

From Eigenvector Research Documentation Wiki
(Difference between pages)
Jump to navigation Jump to search
imported>Jeremy
No edit summary
 
imported>Jeremy
(Created page with 'Two preprocessing methods involve simple mathematical operations which are used to linearize or otherwise modify certain kinds of data. ===Absolute Value=== The absolute value …')
 
Line 1: Line 1:
Two preprocessing methods involve simple mathematical operations which are used to linearize or otherwise modify certain kinds of data.


===Absolute Value===
The absolute value method is used to remove any sign information from the data. Although unusual, this method may be useful following a derivative or other method which creates negative values. Such correction can allow the use of non-negativity constraints, or simply improve interpretability of derivatized spectra. It should be noted, however, that an absolute value following any method which centers data (such as mean- or median-centering) may create a non-linear response and complicate modeling.
There are no settings associated with this preprocessing method. The command line function to perform this operation is the MATLAB command abs.
===Log10===
A base 10 logarithm (that is, <math>X_p = log_{10}(\mathbf{X})</math> ) can be used whenever the response of the data is linear to the function 10<sup>X</sup>. Note that negative values will become undefined values (NaN = Not a Number). Most modeling algorithms will attempt to replace these values with their least-biasing value. As such, the use of an absolute value preprocessing step prior to a Log10 step may be necessary to avoid problems during modeling.
There are no settings associated with this preprocessing method. The command line function to perform this operation is the MATLAB command log10.

Revision as of 16:13, 7 July 2010

Two preprocessing methods involve simple mathematical operations which are used to linearize or otherwise modify certain kinds of data.

Absolute Value

The absolute value method is used to remove any sign information from the data. Although unusual, this method may be useful following a derivative or other method which creates negative values. Such correction can allow the use of non-negativity constraints, or simply improve interpretability of derivatized spectra. It should be noted, however, that an absolute value following any method which centers data (such as mean- or median-centering) may create a non-linear response and complicate modeling.

There are no settings associated with this preprocessing method. The command line function to perform this operation is the MATLAB command abs.

Log10

A base 10 logarithm (that is, ) can be used whenever the response of the data is linear to the function 10X. Note that negative values will become undefined values (NaN = Not a Number). Most modeling algorithms will attempt to replace these values with their least-biasing value. As such, the use of an absolute value preprocessing step prior to a Log10 step may be necessary to avoid problems during modeling.

There are no settings associated with this preprocessing method. The command line function to perform this operation is the MATLAB command log10.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current07:57, 18 September 2019Thumbnail for version as of 07:57, 18 September 20191,318 × 820 (111 KB)Lyle (talk | contribs)Reverted to version as of 07:56, 18 September 2019 (PDT)
07:57, 18 September 2019Thumbnail for version as of 07:57, 18 September 2019585 × 474 (17 KB)Lyle (talk | contribs)Reverted to version as of 11:44, 1 August 2019 (PDT)
07:56, 18 September 2019Thumbnail for version as of 07:56, 18 September 20191,318 × 820 (111 KB)Lyle (talk | contribs)
11:44, 1 August 2019Thumbnail for version as of 11:44, 1 August 2019585 × 474 (17 KB)Maintenance script (talk | contribs)

The following file is a duplicate of this file (more details):

There are no pages that use this file.

Metadata