Click or drag to resize

MultivariateLinearRegressionRegress(MultivariateLinearFitParameters, Boolean) Method

Performs the regression and optionally outputs the results.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static LinearFitBySvd Regress(
	MultivariateLinearFitParameters parameters,
	bool outputResults
)

Parameters

parameters  MultivariateLinearFitParameters
The regression parameters.
outputResults  Boolean
A value indicating whether the results should be written to the output.

Return Value

LinearFitBySvd
The regression fit.
See Also