Click or drag to resize

WorksheetAnalysisStoreFRatioData Method

Stores F-ratio and F-probability data derived from PRESS values.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual void StoreFRatioData(
	DataTable table,
	ref DimensionReductionAndRegressionResult regressionResult
)

Parameters

table  DataTable
The destination table.
regressionResult  DimensionReductionAndRegressionResult
The regression result that provides the measurement counts and receives the preferred number of factors.
See Also