Click or drag to resize

Altaxo.Science.Thermorheology.MasterCurves.ShiftOrder Namespace

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

Classes
 ClassDescription
Public classFirstToLastFit by fixing the 1st curve, then adding the 2nd curve, 3rd curve, up to the Nth curve.
Public classFirstToLastSerializationSurrogate0 XML serialization surrogate for FirstToLast.
Public classLastToFirstFit by fixing the Nth curve, then adding the N-1 curve, N-2 curve, up to the 0th curve.
Public classLastToFirstSerializationSurrogate0 XML serialization surrogate for LastToFirst.
Public classManualThe order of the shift curves is given manually by a list of indices.
Public classManualSerializationSurrogate0 XML serialization surrogate for Manual.
Public classPivotToFirstAlternatingFit by fixing the Rth curve, then adding the R-1 curve, R+1 curve, down and up to the 0th and Nth curve.
Public classPivotToFirstAlternatingSerializationSurrogate0 XML serialization surrogate for PivotToFirstAlternating.
Public classPivotToFirstThenToLastFit by fixing the Rth curve, then adding the R-1 curve, .. 0th curve. Then adding the R+1 curve, up to the Nth curve.
Public classPivotToFirstThenToLastSerializationSurrogate0 XML serialization surrogate for PivotToFirstThenToLast.
Public classPivotToLastAlternatingFit by fixing the Rth curve, then adding the R+1 curve, R-1 curve, up and down to the Nth and 0th curve.
Public classPivotToLastAlternatingSerializationSurrogate0 XML serialization surrogate for PivotToLastAlternating.
Public classPivotToLastThenToFirstFit by fixing the Rth curve, then adding the R+1 curve, .. Nth curve. Then adding the R-1 curve, down to the 0th curve.
Public classPivotToLastThenToFirstSerializationSurrogate0 XML serialization surrogate for PivotToLastThenToFirst.
Interfaces
 InterfaceDescription
Public interfaceIShiftOrder Designates the order in which the curves are tried to fit.