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

Home » Public Forums » archive » Bootstrap analysis in IDL
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Bootstrap analysis in IDL [message #92854] Mon, 14 March 2016 09:28 Go to next message
jecca.baker is currently offline  jecca.baker
Messages: 12
Registered: October 2014
Junior Member
Hello,

I am trying to calculate a confidence interval for a mean using bootstrap analysis (resamping with replacement), but am struggling to find any code to do this in IDL. The links to code for programmes such as BOOTSTRAP_MEAN from the JBIU Library on exelisvis.com no longer work. Can anyone help to point me in the direction of some functioning code?

Many thanks,

Jess
Re: Bootstrap analysis in IDL [message #92862 is a reply to message #92854] Tue, 15 March 2016 08:37 Go to previous messageGo to next message
Jeremy Bailin is currently offline  Jeremy Bailin
Messages: 618
Registered: April 2008
Senior Member
On Monday, March 14, 2016 at 12:28:51 PM UTC-4, Jess wrote:
> Hello,
>
> I am trying to calculate a confidence interval for a mean using bootstrap analysis (resamping with replacement), but am struggling to find any code to do this in IDL. The links to code for programmes such as BOOTSTRAP_MEAN from the JBIU Library on exelisvis.com no longer work. Can anyone help to point me in the direction of some functioning code?
>
> Many thanks,
>
> Jess

So it shows up in the search engines, I'll put the new URL here again. :)

http://simulated-galaxies.ua.edu/jbiu

Cheers,
-Jeremy.
Re: Bootstrap analysis in IDL [message #92863 is a reply to message #92862] Tue, 15 March 2016 08:54 Go to previous messageGo to next message
wlandsman is currently offline  wlandsman
Messages: 743
Registered: June 2000
Senior Member
On Tuesday, March 15, 2016 at 11:37:53 AM UTC-4, Jeremy Bailin wrote:
> On Monday, March 14, 2016 at 12:28:51 PM UTC-4, Jess wrote:
>> Hello,
>>
>> I am trying to calculate a confidence interval for a mean using bootstrap analysis (resamping with replacement), but am struggling to find any code to do this in IDL. The links to code for programmes such as BOOTSTRAP_MEAN from the JBIU Library on exelisvis.com no longer work. Can anyone help to point me in the direction of some functioning code?
>>
>> Many thanks,
>>
>> Jess
>
> So it shows up in the search engines, I'll put the new URL here again. :)
>
> http://simulated-galaxies.ua.edu/jbiu
>
> Cheers,
> -Jeremy.

For the past couple of days at least, my browsers hang when I try to reach this Website. --Wayne
Re: Bootstrap analysis in IDL [message #92910 is a reply to message #92863] Mon, 21 March 2016 12:56 Go to previous messageGo to next message
Jeremy Bailin is currently offline  Jeremy Bailin
Messages: 618
Registered: April 2008
Senior Member
On Tuesday, March 15, 2016 at 10:54:57 AM UTC-5, wlandsman wrote:
> On Tuesday, March 15, 2016 at 11:37:53 AM UTC-4, Jeremy Bailin wrote:
>> On Monday, March 14, 2016 at 12:28:51 PM UTC-4, Jess wrote:
>>> Hello,
>>>
>>> I am trying to calculate a confidence interval for a mean using bootstrap analysis (resamping with replacement), but am struggling to find any code to do this in IDL. The links to code for programmes such as BOOTSTRAP_MEAN from the JBIU Library on exelisvis.com no longer work. Can anyone help to point me in the direction of some functioning code?
>>>
>>> Many thanks,
>>>
>>> Jess
>>
>> So it shows up in the search engines, I'll put the new URL here again. :)
>>
>> http://simulated-galaxies.ua.edu/jbiu
>>
>> Cheers,
>> -Jeremy.
>
> For the past couple of days at least, my browsers hang when I try to reach this Website. --Wayne

Oh, that's not good. Is it still doing that? It works fine for me, but I'm coming from an internal IP address... if it's hanging from outside the university, then I need to go bonk some heads! ;)

-Jeremy.
Re: Bootstrap analysis in IDL [message #92911 is a reply to message #92910] Mon, 21 March 2016 15:00 Go to previous messageGo to next message
Lajos Foldy is currently offline  Lajos Foldy
Messages: 176
Registered: December 2011
Senior Member
On Monday, March 21, 2016 at 8:56:17 PM UTC+1, Jeremy Bailin wrote:
> On Tuesday, March 15, 2016 at 10:54:57 AM UTC-5, wlandsman wrote:
>> On Tuesday, March 15, 2016 at 11:37:53 AM UTC-4, Jeremy Bailin wrote:
>>> On Monday, March 14, 2016 at 12:28:51 PM UTC-4, Jess wrote:
>>>> Hello,
>>>>
>>>> I am trying to calculate a confidence interval for a mean using bootstrap analysis (resamping with replacement), but am struggling to find any code to do this in IDL. The links to code for programmes such as BOOTSTRAP_MEAN from the JBIU Library on exelisvis.com no longer work. Can anyone help to point me in the direction of some functioning code?
>>>>
>>>> Many thanks,
>>>>
>>>> Jess
>>>
>>> So it shows up in the search engines, I'll put the new URL here again. :)
>>>
>>> http://simulated-galaxies.ua.edu/jbiu
>>>
>>> Cheers,
>>> -Jeremy.
>>
>> For the past couple of days at least, my browsers hang when I try to reach this Website. --Wayne
>
> Oh, that's not good. Is it still doing that? It works fine for me, but I'm coming from an internal IP address... if it's hanging from outside the university, then I need to go bonk some heads! ;)
>
> -Jeremy.

Hi Jeremy,

the http port can not be reached:

~/> nmap -P0 -p80 simulated-galaxies.ua.edu

Starting Nmap 6.40 ( http://nmap.org ) at 2016-03-21 21:52 UTC
Nmap scan report for simulated-galaxies.ua.edu (130.160.24.21)
Host is up.
PORT STATE SERVICE
80/tcp filtered http

Nmap done: 1 IP address (1 host up) scanned in 3.01 seconds

It should be 'open' instead of 'filtered'.

regards,
lajos
Re: Bootstrap analysis in IDL [message #92991 is a reply to message #92911] Tue, 05 April 2016 08:02 Go to previous messageGo to next message
Jeremy Bailin is currently offline  Jeremy Bailin
Messages: 618
Registered: April 2008
Senior Member
On Monday, March 21, 2016 at 6:00:37 PM UTC-4, fawltyl...@gmail.com wrote:
> On Monday, March 21, 2016 at 8:56:17 PM UTC+1, Jeremy Bailin wrote:
>> On Tuesday, March 15, 2016 at 10:54:57 AM UTC-5, wlandsman wrote:
>>> On Tuesday, March 15, 2016 at 11:37:53 AM UTC-4, Jeremy Bailin wrote:
>>>> On Monday, March 14, 2016 at 12:28:51 PM UTC-4, Jess wrote:
>>>> > Hello,
>>>> >
>>>> > I am trying to calculate a confidence interval for a mean using bootstrap analysis (resamping with replacement), but am struggling to find any code to do this in IDL. The links to code for programmes such as BOOTSTRAP_MEAN from the JBIU Library on exelisvis.com no longer work. Can anyone help to point me in the direction of some functioning code?
>>>> >
>>>> > Many thanks,
>>>> >
>>>> > Jess
>>>>
>>>> So it shows up in the search engines, I'll put the new URL here again. :)
>>>>
>>>> http://simulated-galaxies.ua.edu/jbiu
>>>>
>>>> Cheers,
>>>> -Jeremy.
>>>
>>> For the past couple of days at least, my browsers hang when I try to reach this Website. --Wayne
>>
>> Oh, that's not good. Is it still doing that? It works fine for me, but I'm coming from an internal IP address... if it's hanging from outside the university, then I need to go bonk some heads! ;)
>>
>> -Jeremy.
>
> Hi Jeremy,
>
> the http port can not be reached:
>
> ~/> nmap -P0 -p80 simulated-galaxies.ua.edu
>
> Starting Nmap 6.40 ( http://nmap.org ) at 2016-03-21 21:52 UTC
> Nmap scan report for simulated-galaxies.ua.edu (130.160.24.21)
> Host is up.
> PORT STATE SERVICE
> 80/tcp filtered http
>
> Nmap done: 1 IP address (1 host up) scanned in 3.01 seconds
>
> It should be 'open' instead of 'filtered'.
>
> regards,
> lajos

Thanks. The network folks are on it -- hopefully it should be reachable again soon!

-Jeremy.
Re: Bootstrap analysis in IDL [message #93050 is a reply to message #92991] Fri, 15 April 2016 09:40 Go to previous messageGo to next message
jecca.baker is currently offline  jecca.baker
Messages: 12
Registered: October 2014
Junior Member
On Tuesday, April 5, 2016 at 4:02:08 PM UTC+1, Jeremy Bailin wrote:
> On Monday, March 21, 2016 at 6:00:37 PM UTC-4, fawltyl...@gmail.com wrote:
>> On Monday, March 21, 2016 at 8:56:17 PM UTC+1, Jeremy Bailin wrote:
>>> On Tuesday, March 15, 2016 at 10:54:57 AM UTC-5, wlandsman wrote:
>>>> On Tuesday, March 15, 2016 at 11:37:53 AM UTC-4, Jeremy Bailin wrote:
>>>> > On Monday, March 14, 2016 at 12:28:51 PM UTC-4, Jess wrote:
>>>> > > Hello,
>>>> > >
>>>> > > I am trying to calculate a confidence interval for a mean using bootstrap analysis (resamping with replacement), but am struggling to find any code to do this in IDL. The links to code for programmes such as BOOTSTRAP_MEAN from the JBIU Library on exelisvis.com no longer work. Can anyone help to point me in the direction of some functioning code?
>>>> > >
>>>> > > Many thanks,
>>>> > >
>>>> > > Jess
>>>> >
>>>> > So it shows up in the search engines, I'll put the new URL here again. :)
>>>> >
>>>> > http://simulated-galaxies.ua.edu/jbiu
>>>> >
>>>> > Cheers,
>>>> > -Jeremy.
>>>>
>>>> For the past couple of days at least, my browsers hang when I try to reach this Website. --Wayne
>>>
>>> Oh, that's not good. Is it still doing that? It works fine for me, but I'm coming from an internal IP address... if it's hanging from outside the university, then I need to go bonk some heads! ;)
>>>
>>> -Jeremy.
>>
>> Hi Jeremy,
>>
>> the http port can not be reached:
>>
>> ~/> nmap -P0 -p80 simulated-galaxies.ua.edu
>>
>> Starting Nmap 6.40 ( http://nmap.org ) at 2016-03-21 21:52 UTC
>> Nmap scan report for simulated-galaxies.ua.edu (130.160.24.21)
>> Host is up.
>> PORT STATE SERVICE
>> 80/tcp filtered http
>>
>> Nmap done: 1 IP address (1 host up) scanned in 3.01 seconds
>>
>> It should be 'open' instead of 'filtered'.
>>
>> regards,
>> lajos
>
> Thanks. The network folks are on it -- hopefully it should be reachable again soon!
>
> -Jeremy.

Many thanks Jeremy - the BOOTSTRAP_MEAN function does just what I need, and the link to your JBIU library is working fine now :-)
Re: Bootstrap analysis in IDL [message #93072 is a reply to message #93050] Wed, 20 April 2016 07:21 Go to previous message
Jeremy Bailin is currently offline  Jeremy Bailin
Messages: 618
Registered: April 2008
Senior Member
On Friday, April 15, 2016 at 11:40:53 AM UTC-5, Jess wrote:
> On Tuesday, April 5, 2016 at 4:02:08 PM UTC+1, Jeremy Bailin wrote:
>> On Monday, March 21, 2016 at 6:00:37 PM UTC-4, fawltyl...@gmail.com wrote:
>>> On Monday, March 21, 2016 at 8:56:17 PM UTC+1, Jeremy Bailin wrote:
>>>> On Tuesday, March 15, 2016 at 10:54:57 AM UTC-5, wlandsman wrote:
>>>> > On Tuesday, March 15, 2016 at 11:37:53 AM UTC-4, Jeremy Bailin wrote:
>>>> > > On Monday, March 14, 2016 at 12:28:51 PM UTC-4, Jess wrote:
>>>> > > > Hello,
>>>> > > >
>>>> > > > I am trying to calculate a confidence interval for a mean using bootstrap analysis (resamping with replacement), but am struggling to find any code to do this in IDL. The links to code for programmes such as BOOTSTRAP_MEAN from the JBIU Library on exelisvis.com no longer work. Can anyone help to point me in the direction of some functioning code?
>>>> > > >
>>>> > > > Many thanks,
>>>> > > >
>>>> > > > Jess
>>>> > >
>>>> > > So it shows up in the search engines, I'll put the new URL here again. :)
>>>> > >
>>>> > > http://simulated-galaxies.ua.edu/jbiu
>>>> > >
>>>> > > Cheers,
>>>> > > -Jeremy.
>>>> >
>>>> > For the past couple of days at least, my browsers hang when I try to reach this Website. --Wayne
>>>>
>>>> Oh, that's not good. Is it still doing that? It works fine for me, but I'm coming from an internal IP address... if it's hanging from outside the university, then I need to go bonk some heads! ;)
>>>>
>>>> -Jeremy.
>>>
>>> Hi Jeremy,
>>>
>>> the http port can not be reached:
>>>
>>> ~/> nmap -P0 -p80 simulated-galaxies.ua.edu
>>>
>>> Starting Nmap 6.40 ( http://nmap.org ) at 2016-03-21 21:52 UTC
>>> Nmap scan report for simulated-galaxies.ua.edu (130.160.24.21)
>>> Host is up.
>>> PORT STATE SERVICE
>>> 80/tcp filtered http
>>>
>>> Nmap done: 1 IP address (1 host up) scanned in 3.01 seconds
>>>
>>> It should be 'open' instead of 'filtered'.
>>>
>>> regards,
>>> lajos
>>
>> Thanks. The network folks are on it -- hopefully it should be reachable again soon!
>>
>> -Jeremy.
>
> Many thanks Jeremy - the BOOTSTRAP_MEAN function does just what I need, and the link to your JBIU library is working fine now :-)

Glad to hear it!

(Apparently our frontline tech support, networking group, and security group were passing this back and forth between each other for a week blaming each other before someone finally sorted it out...)

-Jeremy.
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Polyfill between two intersecting lines
Next Topic: do loop

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

Current Time: Wed Oct 08 09:22:43 PDT 2025

Total time taken to generate the page: 0.00565 seconds