LevMarAdapter Constructor | 
            Constructor of the adapter.
            
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic LevMarAdapter(
	FitEnsemble ensemble,
	ParameterSet paraSet
)
Parameters
- ensemble  FitEnsemble
 - The fit ensemble, i.e. the functions and data you intend to fit.
 - paraSet  ParameterSet
 - The set of initial parameter. Must contain a initial estimation of the parameters. Contains also information which
            parameters can vary and which are fixed during the fitting procedure.
 
See Also