Altaxo.Science.Thermorheology.MasterCurves.ShiftOrder Namespace |
[Missing <summary> documentation for "N:Altaxo.Science.Thermorheology.MasterCurves.ShiftOrder"]
Classes | Class | Description |
---|
| FirstToLast | Fit by fixing the 1st curve, then adding the 2nd curve, 3rd curve, up to the Nth curve. |
| FirstToLastSerializationSurrogate0 | |
| LastToFirst | Fit by fixing the Nth curve, then adding the N-1 curve, N-2 curve, up to the 0th curve. |
| LastToFirstSerializationSurrogate0 | |
| PivotToFirstAlternating | Fit by fixing the Rth curve, then adding the R-1 curve, R+1 curve, down and up to the 0th and Nth curve. |
| PivotToFirstAlternatingSerializationSurrogate0 | |
| PivotToFirstThenToLast | Fit by fixing the Rth curve, then adding the R-1 curve, .. 0th curve. Then adding the R+1 curve, up to the Nth curve. |
| PivotToFirstThenToLastSerializationSurrogate0 | |
| PivotToLastAlternating | Fit by fixing the Rth curve, then adding the R+1 curve, R-1 curve, up and down to the Nth and 0th curve. |
| PivotToLastAlternatingSerializationSurrogate0 | |
| PivotToLastThenToFirst | Fit by fixing the Rth curve, then adding the R+1 curve, .. Nth curve. Then adding the R-1 curve, down to the 0th curve. |
| PivotToLastThenToFirstSerializationSurrogate0 | |
Interfaces | Interface | Description |
---|
| IShiftOrder |
Designates the order in which the curves are tried to fit.
|