Click or drag to resize

MasterCurveCreationOptions Class

Contains options for master curve creation.
Inheritance Hierarchy
SystemObject
  Altaxo.Data.ObsoleteMasterCurveCreationOptions

Namespace: Altaxo.Data.Obsolete
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class Options

The MasterCurveCreationOptions type exposes the following members.

Constructors
 NameDescription
Public methodMasterCurveCreationOptionsInitializes a new instance of the MasterCurveCreationOptions class
Top
Properties
 NameDescription
Public propertyColumnGroups List of groups of columns. The outer list normally contains 2 items: a group of columns containing the real parts of the measured values, and another group of columns containing the imaginary part of the measured values.
Public propertyInterpolationFunctionCreation Gets or sets a function that creates the interpolation function.
Public propertyLogarithmizeXForInterpolationLogarithmize x values before adding to the interpolation curve. (Only for interpolation).
Public propertyLogarithmizeYForInterpolationLogarithmize y values before adding to the interpolation curve. (Only for interpolation).
Public propertyNumberOfIterations Gets or sets the number of iterations. Must be greater than or equal to 1. This number determines how many rounds the master curve is fitted. Increasing this value will in most cases increase the quality of the fit.
Public propertyOptimizationMethod Determines the method to best fit the data into the master curve.
Public propertyResultingInterpolation Gets the resulting interpolation curve for each group of columns.
Public propertyResultingShifts Resulting list of shift offsets or ln(shiftfactors).
Public propertyXShiftBy Determines how to shift the x values.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Protected field_interpolationFunctionCreation 
Protected field_numberOfIterations 
Public fieldIndexOfReferenceColumnInColumnGroupIndex of the reference column, but index points to _columnGroups.
Top
See Also