Trees | Indices | Help |
---|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Reports if a 3D geometrical shape fitter preset requires the same lateral and value units. For instance, fitting a sphere is meaningless if the horizontal and vertical radii would be different physical quantities.
Since: 2.47 |
Reports the number of parameters of a 3D geometrical shape fitter preset.
Since: 2.47 |
Gets the name of a fitting parameter of a 3D geometrical shape fitter preset. The name may contain Pango markup.
Since: 2.47 |
Gets the description of a fitting parameter of a 3D geometrical shape fitter preset. The description may contain Pango markup. It may also be
Since: 2.61 |
Gets the properties of a fitting parameter of a 3D geometrical shape fitter preset.
Since: 2.47 |
Derives the SI unit of a fitting parameter from the units of abscissa and ordinate. Note that angle parameters are by default in radians and thus unitless. If you want to convert them to degrees for presentation to the user you must do it explicitly.
Since: 2.47 |
Gets the power of abscissa units in a shape fitting parameter. Usually it is easier to let ShapeFitPreset.get_param_units() derive the parameter units.
Since: 2.50 |
Gets the power of ordinate units in a shape fitting parameter. Usually it is easier to let ShapeFitPreset.get_param_units() derive the parameter units.
Since: 2.50 |
Reports the number of secondary (derived) quantities of a 3D geometrical shape fitter preset.
Since: 2.47 |
Gets the name of a secondary (derived) quantity of a 3D geometrical shape fitter preset. The name may contain Pango markup.
Since: 2.47 |
Gets the description of a secondary quantity of a 3D geometrical shape fitter preset. The description may contain Pango markup. It may also be
Since: 2.61 |
Gets the properties of a secondary (derived) quantity of a 3D geometrical shape fitter preset.
Since: 2.47 |
Derives the SI unit of a secondary (derived) quantity from the units of abscissa and ordinate. Note that angle parameters are by default in radians and thus unitless. If you want to convert them to degrees for presentation to the user you must do it explicitly.
Since: 2.47 |
Gets the power of abscissa units in a shape fitting secondary (derived) quantity. Usually it is easier to let ShapeFitPreset.get_secondary_units() derive the quantity units.
Since: 2.50 |
Gets the power of ordinate units in a shape fitting secondary (derived) quantity. Usually it is easier to let ShapeFitPreset.get_secondary_units() derive the quantity units.
Since: 2.50 |
Initialises parameter values of a 3D geometrical shape fitter preset. The parameters are quickly set to reasonable values that roughly
correspond to the ranges of the data points. They may serve as starting
values for manual experimentation but often will not be good enough as
initial parameter estimates for the fit. See also
Since: 2.47 |
Calculates the value of a 3D geometrical shape fitter preset in a single point. If you want multiple values you should use either
Since: 2.47 |
Performs a non-linear least-squares fit with a 3D geometrical shape fitter. If you pass Additional quantities such as parameter errors or the correlation
matrix can be obtained from the fitter. See
Since: 2.47 |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |