DynamicParameterEstimationOffsetX Property |
Gets or sets the offset that "moves" the sequence x in relation to sequence y.
Normally, y[i] is considered in dependence on x[i], x[i-1], and so on.
By setting the offset, y[i] is considered in dependence on x[i-offset], x[i-offset-1], etc.
Namespace: Altaxo.Calc.RegressionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic int OffsetX { get; set; }Property Value
Int32
See Also