Click or drag to resize
Accord.NET (logo)

PartialLeastSquaresAnalysisAdjust Method (Double, Double, Double, Boolean)

Adjusts a data matrix, centering and standardizing its values using the already computed column's means and standard deviations.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
protected double[][] Adjust(
	double[][] matrix,
	double[] columnMeans,
	double[] columnStdDev,
	bool inPlace
)
Request Example View Source

Parameters

matrix
Type: SystemDouble
columnMeans
Type: SystemDouble
columnStdDev
Type: SystemDouble
inPlace
Type: SystemBoolean

Return Value

Type: Double
See Also