Click or drag to resize

MultivariateLinearRegressionGetFitResultsDescription Method

Creates a textual description of the fit result.

Namespace: Altaxo.Calc.Regression.Multivariate
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static string GetFitResultsDescription(
	LinearFitBySvd fit,
	string[] paramNames
)

Parameters

fit  LinearFitBySvd
The regression fit.
paramNames  String
The parameter names.

Return Value

String
The textual description of the fit result.
See Also