MultivariateLinearRegressionRegress(MultivariateLinearFitParameters, String) Method |
Performs the regression and returns the fit together with the parameter names.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
LinearFitBySvdThe regression fit.
See Also