Summary: | For fit plugins allow user to optionally supply x-vector for fit calculation | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Andrew Walker <arwalker> |
Component: | general | Assignee: | kst |
Status: | RESOLVED INTENTIONAL | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 1.x | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andrew Walker
2007-04-24 21:29:53 UTC
This request seems to be in conflict with the current behaviour of returning residuals. If the output x-vector does not overlap (or only partially overlaps) with the input x-vector how would residuals be calculated? Sounds like the residual curve follows the current behavior. Only the fit itself would be evaluated on the new x vector. I think my preference here would be to add an additional x-vector. The result and residual vectors would be provided basesd on the additional x-vector. In the case where the additional x-vector is the same as the base x-vector then the existing behaviour is returned. This would be the default behaviour. In order to maintain backward compatibility the only way to implement this proposed change would be to duplicate all the existing fit plugins, modify their name slightly, and add the additional input x-vector and output y-vector. This would likely be confusing to the user and the proposed functionality can also be created by using an expression. |