![]() |
![]() |
|
PLS_Toolbox Documentation: batchdigester | < baselinew | browse > |
batchdigester
Purpose
Parse wafer or batch data into MPCA or Summary PCA form.
Synopsis
[out,options] = batchdigester(data,options);
batchdigester %prompt user for input and output
Description
Rearranges and optionally summarizes two-way dataset of batch or wafer data. Input
must be a DataSet object containing labels which identify different wafers or batches which should be split out of the data. Classes in data are (optionally) used to split each time profile of the batch/wafer into steps which can then be selected for inclusion in the output.MPCA mode: If data is rearranged into MPCA data, each wafer/batch is arranged as one slab of a 3-way matrix. Each row is a time point and each column is one of the original variables. Only selected steps are included in the output.
Summary PCA mode: If data is summarized into Summary PCA data, all time points for a given step in a given wafer are summarized using one or more statistics:
The time profile for each original variable is summarized using the given statistic(s) and turned into a single variable (column) of the output data. If steps are used, this is repeated for each step segment (each creating a new, separate variable in the output). Each wafer/batch is thus a single row of the output data with all of the steps and original variables summarized as new variables.
Outputs are the digested data,
, and the options which can be used to reproduce the digestion process, (see below).Options
If sufficent information is provided in these options, the processing of data will be automatic and the user will not have to answer any responses in the GUIs. Otherwise, only prompts for missing information will be given. The options which can be used to re-process using a given digestion "recipe" will be returned as the second output to any digestion request.
See Also
< baselinew | browse > |