#330 closed enhancement (fixed)
Simple Statistics/Benchmark Support
Reported by: | malb | Owned by: | was |
---|---|---|---|
Priority: | minor | Milestone: | sage-2.11 |
Component: | user interface | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | Work issues: | ||
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
A couple of functions to aid benchmarking etc. from within SAGE would be helpful. These do not need to be very feature rich or fast as the data to be dealt with is probably quite small. E.g.
- 2D/3D data plotting including a legend (matplotlib ?)
- curve fitting
could be useful.
Change History (3)
comment:1 Changed 12 years ago by
- Milestone set to sage-3
comment:2 Changed 12 years ago by
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 12 years ago by
- Milestone changed from sage-feature to sage-2.11
Note: See
TracTickets for help on using
tickets.
This is all in Sage now, see for example:
http://www.informatik.uni-bremen.de/cgi-bin/cgiwrap/malb/blosxom.pl/2008/02/28
. Also, curve fitting is in Sage via scipy. Marking this as
fixed
.