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 
Public classLastToFirstFit by fixing the Nth curve, then adding the N-1 curve, N-2 curve, up to the 0th curve.
Public classLastToFirstSerializationSurrogate0 
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 
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 
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 
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 
Interfaces
 InterfaceDescription
Public interfaceIShiftOrder Designates the order in which the curves are tried to fit.