This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients mark.dickinson, rhettinger, serhiy.storchaka
Date 2013-02-08.15:02:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360335744.86.0.727435670799.issue17149@psf.upfronthosting.co.za>
In-reply-to
Content
Agreed that this seems inconsistent.  The current normalization for non-small kappa is a little odd:  e.g, if mu is small and negative (-0.01, say), then we get a range that goes roughly from pi to 3*pi, when a range from -pi to pi would have made more sense.

Any of (1) returning values in the range [mu - pi, mu+pi], (2) returning values in the range [-pi, pi], or (3) returning values in the range [0, 2*pi] would seem reasonable.

Unassigning (the original problem is solved by not being there!)
History
Date User Action Args
2013-02-08 15:02:24mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, serhiy.storchaka
2013-02-08 15:02:24mark.dickinsonsetmessageid: <1360335744.86.0.727435670799.issue17149@psf.upfronthosting.co.za>
2013-02-08 15:02:24mark.dickinsonlinkissue17149 messages
2013-02-08 15:02:24mark.dickinsoncreate