Opened 17 years ago
Closed 17 years ago
#158 closed request (fixed)
Check implementation of OneDimensional
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | major | Milestone: | yat 0.2 |
Component: | regression | Version: | trunk |
Keywords: | Cc: |
Description
Check classes inherited from OneDimesnional?. Check that the inherited functions
predict, prediction_error, and standard_error do what they are supposed to do for the specific class. See documentation of OneDimesnional? for specification of the functions.
daughter ticket of #81
Change History (4)
comment:1 Changed 17 years ago by
Milestone: | Regression redesign → 0.2 |
---|
comment:2 Changed 17 years ago by
Status: | new → assigned |
---|
comment:3 Changed 17 years ago by
prediction_error is implemented in OneDimensional using a mse function, so instead this ticket should check that predict, standard_error, and mse are correctly implemented.
Note: See
TracTickets for help on using
tickets.
Milestone Regression redesign deleted