Opened 17 years ago

Closed 17 years ago

#161 closed request (fixed)

PolynomialWeighted::standard_error

Reported by: Peter Owned by: Peter
Priority: major Milestone: yat 0.2
Component: regression Version: trunk
Keywords: Cc:

Description (last modified by Peter)

Check that implementation match specification (docs in base class).

Especially the following design criteria should be fullfilled:

  • Setting all weights to unity yields the same result as the non-weighted version.
  • Rescaling the weights does not change any function.
  • Setting a weight to zero is equivalent to removing the data point.

daughter ticket of #81

needs #178

Change History (5)

comment:1 Changed 17 years ago by Peter

Summary: Polynomial::standard_errorPolynomialWeighted::standard_error

comment:2 Changed 17 years ago by Jari Häkkinen

Milestone: Regression redesign0.2

Milestone Regression redesign deleted

comment:3 Changed 17 years ago by Peter

Status: newassigned

comment:4 Changed 17 years ago by Peter

Description: modified (diff)

comment:5 Changed 17 years ago by Peter

Resolution: fixed
Status: assignedclosed

(In [741]) fixes #161 and #164

Note: See TracTickets for help on using tickets.