WorksheetAnalysisCalculateAdditionalColumn Method |
Calculates and stores a single additional result column.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void CalculateAdditionalColumn(
DataTable destTable,
string columnName,
int numberOfFactors,
int? whichY
)
Parameters
- destTable DataTable
- The destination table in which the calculated column is stored.
- columnName String
- The name of the column to calculate.
- numberOfFactors Int32
- The number of factors to use.
- whichY NullableInt32
- The optional dependent-variable index.
See Also