NcmFitLevmar

NcmFitLevmar — Best-fit finder -- Levenberg-Marquardt nonlinear least squares algorithm library.

Properties

NcmFitLevmarAlgos algorithm Read / Write / Construct

Types and Values

Object Hierarchy

    GEnum
    ╰── NcmFitLevmarAlgos
    GObject
    ╰── NcmFit
        ╰── NcmFitLevmar

Description

FIXME

Functions

ncm_fit_levmar_new ()

NcmFit *
ncm_fit_levmar_new (NcmLikelihood *lh,
                    NcmMSet *mset,
                    NcmFitGradType gtype,
                    NcmFitLevmarAlgos algo);

FIXME

Parameters

lh

FIXME

 

mset

FIXME

 

gtype

FIXME

 

algo

FIXME

 

Returns

FIXME


ncm_fit_levmar_new_default ()

NcmFit *
ncm_fit_levmar_new_default (NcmLikelihood *lh,
                            NcmMSet *mset,
                            NcmFitGradType gtype);

FIXME

Parameters

lh

FIXME

 

mset

FIXME

 

gtype

FIXME

 

Returns

FIXME


ncm_fit_levmar_new_by_name ()

NcmFit *
ncm_fit_levmar_new_by_name (NcmLikelihood *lh,
                            NcmMSet *mset,
                            NcmFitGradType gtype,
                            gchar *algo_name);

FIXME

Parameters

lh

FIXME

 

mset

FIXME

 

gtype

FIXME

 

algo_name

FIXME

 

Returns

FIXME


ncm_fit_levmar_set_algo ()

void
ncm_fit_levmar_set_algo (NcmFitLevmar *fit_levmar,
                         NcmFitLevmarAlgos algo);

FIXME

Parameters

fit_levmar

a NcmFitLevmar.

 

algo

a levmar_algorithm.

 

Types and Values

enum NcmFitLevmarAlgos

Levmar algorithms.

Members

NCM_FIT_LEVMAR_DER

with external derivatives.

 

NCM_FIT_LEVMAR_DIF

with internal derivatives (inside levmar).

 

NCM_FIT_LEVMAR_BC_DER

with box constraints and external derivatives.

 

NCM_FIT_LEVMAR_BC_DIF

with box constraints and internal derivatives (inside levmar).

 

Property Details

The “algorithm” property

  “algorithm”                NcmFitLevmarAlgos

Levmar least squares library algorithm.

Owner: NcmFitLevmar

Flags: Read / Write / Construct

Default value: NCM_FIT_LEVMAR_DIF