comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » normal probability plot
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: normal probability plot [message #90600 is a reply to message #90599] Fri, 13 March 2015 08:29 Go to previous messageGo to previous message
Russell[1] is currently offline  Russell[1]
Messages: 101
Registered: August 2011
Senior Member
On Friday, March 13, 2015 at 3:46:42 AM UTC-4, diet...@gmail.com wrote:
> Dear IDL users,
>
> I would like to make in IDL a normal probability plot: The x-axis is just a log-scale, while the y-axis is a special axis, chosen in such a way that when the data are normally distributed, it would tend to yield a straight line. I find on the net that it is possible to create such a plot in 'matlab (normplot)' or in 'R', but because I am used to work in IDL, i was wondering if you know of such a possibility?

I've never heard of doing such a thing, but this would be my first guess...

Whenever I hear that a there is a straight line in a plot, I think you're plotting x vs. x to some extent. That said, I would think something like this might be what you're after

h=histogram(randomn(seed,10000),locations=b,min=-5,max=5,bin =0.1)

plot,exp(-0.5*b^2),h,ps=2

Is that close to what you had in mind?

-Russell
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: IDL 8.5?
Next Topic: ring in fg graphics

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 13:47:13 PDT 2025

Total time taken to generate the page: 0.00380 seconds