Click or drag to resize

MultivariateLinearRegressionRegress(MultivariateLinearFitParameters, String) Method

Performs the regression and returns the fit together with the parameter names.

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,
	out string[] paramNames
)

Parameters

parameters  MultivariateLinearFitParameters
The regression parameters.
paramNames  String
When this method returns, contains the parameter names.

Return Value

LinearFitBySvd
The regression fit.
See Also