Click or drag to resize

WorksheetAnalysisStoreNumberOfFactors Method

Stores the number-of-factors column in the destination table.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual void StoreNumberOfFactors(
	int nNumberOfFactors,
	DataTable table
)

Parameters

nNumberOfFactors  Int32
The number of factors to store.
table  DataTable
The destination table.
See Also