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 Jari Häkkinen

Milestone: Regression redesign0.2

Milestone Regression redesign deleted

comment:2 Changed 17 years ago by Peter

Status: newassigned

comment:3 Changed 17 years ago by Peter

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.

comment:4 Changed 17 years ago by Peter

Resolution: fixed
Status: assignedclosed

(In [713]) Fixes #77, #78, #158, and #163, and refs #81

Note: See TracTickets for help on using tickets.