<< transform_MinMax CHE3007S zscore >>

CHE3007S >> CHE3007S > transform_standardization

transform_standardization

centering and scaling of data

Syntax

[data_out, header_out] = transform_standardization(data, header, variables_of_interest)

Parameters

data_out:

matrix of values, original data matrix with additional columns containing the centered and scaled data, each column corresponding to a header_out entry

header_out:

row vector of strings, headings for data_out

data:

matrix of values, raw input data

header:

row vector of strings, headings of data matrix

variables_of_interest:

row vector of strings, identifying the variables for which we will do centering and scaling.


Report an issue
<< transform_MinMax CHE3007S zscore >>