Summary: | 'fit linear weighted' plugin produces different results | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | freebody.kst |
Component: | general | Assignee: | freebody.kst |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | arwalker |
Priority: | NOR | ||
Version: | 1.x | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
freebody.kst
2010-01-25 20:58:34 UTC
For all weighted fits the expected input are x, y, and weight. Typically the weight is 1/yError^2. When using a weighted-fit-plugin directly it should be apparent to the user that a weight (as opposed to error) is required. However, this is not the case when fitting by right-clicking on a curve (with y-errors already specified) and selecting a weighted fit. In that case the weights field is automatically set to the yError values and also disabled. SVN commit 1080293 by arwalker: CCBUG:224225 remove automatic assignment of weight vector in interactive non-linear fit from curve M +5 -8 kstfitdialog_i.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1080293 To avoid potential confusion on the part of the user the documentation should be modified to stress that the weight is not the same as the error. Typically the weight is given as 1/yError^2. The docbook and website have been updated. |