Opened 3 years ago
Last modified 3 years ago
#3128 assigned enhancement
Prediction intervals for non-linear regression solutions
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | Problems.DataAnalysis.Symbolic.Regression | Version: | branch |
Keywords: | Cc: |
Description
We should be able to produce prediction intervals for all symbolic regression solutions in HL using the "Delta method". The same code can be used for linear regression and non-linear regression solutions as they are also implicitly encoded and interpreted as symbolic expression trees.
See:
Change History (3)
comment:1 Changed 3 years ago by gkronber
- Version set to branch
comment:2 Changed 3 years ago by gkronber
- Owner set to gkronber
- Status changed from new to assigned
comment:3 Changed 3 years ago by gkronber
Note: See
TracTickets for help on using
tickets.
r17991: first dump of exploratory work-in-progress code to make sure the working copy is not lost.