Re: Error Bar Thoughts [message #74759] |
Wed, 02 February 2011 11:51  |
Matt[2]
Messages: 69 Registered: March 2007
|
Member |
|
|
On Feb 2, 12:44 pm, Gray <grayliketheco...@gmail.com> wrote:
> David, here's my suggestion. All of these formats are equally valid
> and are easily converted between. Pick a style and then let the user
> pass their data in the right way.
I second this motion. And I'd prefer actual values rather than
offsets, but it's an easy enough operation to be able to figure out.
Cheers
Matt
|
|
|
Re: Error Bar Thoughts [message #74760 is a reply to message #74759] |
Wed, 02 February 2011 11:44   |
Gray
Messages: 253 Registered: February 2010
|
Senior Member |
|
|
On Feb 2, 1:32 pm, David Fanning <n...@dfanning.com> wrote:
> David Fanning writes:
>> As an offset from the data point?
>
>> data = 5
>> errlow = 0.1
>> errhigh = 0.2
>
> OK, if errors are passed in as "deltas" from the data point
> are they always passed in as *positive* deltas, as I show above,
> or is the low error passed in as a *negative* value. Is it
> ever the case that the data point does NOT fall between
> the high and low error? Is there a convention?
>
> Cheers,
>
> David
>
> --
> David Fanning, Ph.D.
> Fanning Software Consulting, Inc.
> Coyote's Guide to IDL Programming:http://www.idlcoyote.com/
> Sepore ma de ni thui. ("Perhaps thou speakest truth.")
David, here's my suggestion. All of these formats are equally valid
and are easily converted between. Pick a style and then let the user
pass their data in the right way.
|
|
|
|
|
|
|
|
Re: Error Bar Thoughts [message #74858 is a reply to message #74759] |
Wed, 02 February 2011 12:14  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Matt writes:
> I second this motion. And I'd prefer actual values rather than
> offsets, but it's an easy enough operation to be able to figure out.
Yeah, actual data makes sense to me, too. And it means
I don't have to fool around too much with philosophical
discussions about whether up is down or visa versa. Plus,
it's easy enough it might even happen in the next hour
or two. :-)
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|