Click or drag to resize

Altaxo.Science.Thermorheology.MasterCurves Namespace

[Missing <summary> documentation for "N:Altaxo.Science.Thermorheology.MasterCurves"]

Classes
 ClassDescription
Public classInterpolationInformationBaseT Stores information about an interpolation curve that interpolates the resulting shift curve for one group of columns, e.g. for the real part of measured values.
Protected classInterpolationInformationBaseTWrapperIListToIRoVectorKTW Wraps an IList of double values to an IROVector
Protected classInterpolationInformationBaseTWrapperIListToIRoVectorVTW Wraps an IList of (double, int) values to an IROVector of the first component (the double value).
Protected classInterpolationInformationBaseTWrapperIListToIRoVectorV2TW Wraps an IList of (double, int) values to an IROVector of the second component (the int value)
Public classInterpolationInformationComplexCommonX Stores information about an interpolation curve that interpolates the resulting shift curve for one group of columns, e.g. for the real part of measured values.
Public classInterpolationInformationComplexSeparateX Stores information about an interpolation curve that interpolates the resulting shift curve for one group of columns, e.g. for the real part of measured values.
Public classInterpolationInformationDouble Stores information about an interpolation curve that interpolates the resulting shift curve for one group of columns, e.g. for the real part of measured values.
Public classMasterCurveCreation Helps creating the master curve.
Public classMasterCurveCreationDataSource 
Public classMasterCurveCreationOptions Contains options for master curve creation.
Public classMasterCurveCreationOptionsSerializationSurrogate0 V0: 2024-01-24 initial version
Public classMasterCurveCreationOptionsBase Contains options for improving the master after it was created.
Public classMasterCurveData 
Public classMasterCurveDataSerializationSurrogate0 V0: 2024-01-24 initial version
Public classMasterCurveGroupOptions 
Public classMasterCurveGroupOptionsWithComplexInterpolation 
Public classMasterCurveGroupOptionsWithComplexInterpolationSerializationSurrogate0 V0: 2024-02-16 initial version
Public classMasterCurveGroupOptionsWithScalarInterpolation 
Public classMasterCurveGroupOptionsWithScalarInterpolationSerializationSurrogate0 V0: 2024-01-24 initial version
Public classMasterCurveImprovementOptions Contains options for improving the master after it was created.
Public classMasterCurveImprovementOptionsSerializationSurrogate0 V0: 2024-01-24 initial version
Public classMasterCurveTableOutputOptions Contains the option for data output into the table containing the master curve.
Public classMasterCurveTableOutputOptionsSerializationSurrogate0 V0: 2024-01-24 initial version
Public classMasterCurveTableOutputOptionsSerializationSurrogate1 V0: 2024-01-24 initial version V1: 2024-03-01 Added properties SortShiftGroupValuesBy, OutputActivationEnergies, XValuesForActivationEnergiesAreRates
Public classShiftCurveT The data for one curve to be shifted consist of an array of X and Y.
Public classShiftGroupBase The base of a collection of multiple x-y curves (see ShiftCurveT) that will finally form one master curve.
Public classShiftGroupCollection A set of IShiftGroups. The curves in these collections will be shifted with a common set of shift factors. For example, for complex data to be shifted, there will be a ShiftGroupComplexCommonX.
Public classShiftGroupComplexCommonX A collection of multiple x-y curves (see ShiftCurveT) that will finally form one master curve. Here, the real and imaginary part of the complex value have a common x-value.
Public classShiftGroupComplexSeparateX A collection of multiple x-y curves (see ShiftCurveT) that will finally form one master curve.
Public classShiftGroupDouble A collection of multiple x-y curves (see ShiftCurveT) that will finally form one master curve.
Interfaces
 InterfaceDescription
Public interfaceIInterpolationInformation 
Public interfaceIShiftGroup Interface for a shift group. A shift group consist of a number of curves, which when shifted properly, finally form a master curve. The curves can by scalar valued (y is of type Double, or complex valued.
Enumerations
 EnumerationDescription
Public enumerationMasterCurveGroupOptionsChoice Choices for the interpolation function used for master curve interpolation.
Public enumerationOptimizationMethod Determines how to best fit the data into the master curve.
Public enumerationShiftGroupSorting Indicates whether and how to sort the values in the shift column group.
Public enumerationShiftXBy Determines how to shift the x-values.