Opened 10 years ago
Last modified 6 years ago
#10212 new enhancement
Make a function fit() that acts as a symbolic wrapper of find_fit
Reported by: | olazo | Owned by: | olazo |
---|---|---|---|
Priority: | minor | Milestone: | sage-6.4 |
Component: | misc | Keywords: | fit, find_fit |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
When one makes a fit to some model usually one wants a function that represents the fit, not just the values of given parameters.
This has been discussed in: http://groups.google.com/group/sage-devel/browse_thread/thread/93a9897c35ea0d80
Change History (8)
comment:1 Changed 10 years ago by
- Priority changed from major to minor
- Type changed from PLEASE CHANGE to enhancement
comment:2 Changed 10 years ago by
comment:3 follow-up: ↓ 4 Changed 10 years ago by
Or at least that the new function would make it really clear in documentation how to get them...
comment:4 in reply to: ↑ 3 Changed 10 years ago by
Replying to kcrisman:
Or at least that the new function would make it really clear in documentation how to get them...
The point of this ticket is having a function that returns an expression and another that returns parameters. So yes, I'll try to make the difference clear in the documentation.
comment:5 Changed 7 years ago by
- Milestone changed from sage-5.11 to sage-5.12
comment:6 Changed 7 years ago by
- Milestone changed from sage-6.1 to sage-6.2
comment:7 Changed 7 years ago by
- Milestone changed from sage-6.2 to sage-6.3
comment:8 Changed 6 years ago by
- Milestone changed from sage-6.3 to sage-6.4
This sounds good; I always am annoyed by calculators which do the latter. I assume this proposal would still return the parameter values as well, correct?