Displaying 12 results from an estimated 12 matches for "ibh".
Did you mean:
bh
2013 Nov 04
1
Subject: Regress multiple independent variables on multiple dependent variables
...y aim is
to create a list of dependent and independent variables and automate the
process rather than writing every dependent and independent variable in
each model as I have done below.
Example data is provided by the following library:
library(faraway)
data(ozone)
mo3 <- glm(O3 ~ humidity + ibh + ibt, data=ozone)
mtemp<- glm(temp ~ humidity + ibh + ibt, data=ozone)
Thanks
[[alternative HTML version deleted]]
2011 Jan 27
0
selection of hinge function with restrictions, machine learning, earth package,
...h(O3~.,data=ozone)
>summary(a)
Call: earth(formula=O3~., data=ozone)
coefficients
(Intercept) 8.6910756
h(vh-5740) 0.0152607
h(5740-vh) -0.0130076
h(9-wind) 0.3044601
h(humidity-41) 0.2753048
h(humidity-54) -0.2615068
h(temp-58) 0.3801961
h(ibh-1069) -0.0006189
h(1069-ibh) -0.0029057
h(dpg-11) -0.1060948
h(80-vis) 0.0459011
h(doy-89) 0.0471836
h(89-doy) -0.1264530
h(doy-159) -0.0915781
Selected 14 of 19 terms, and 8 of 9 predictors
Importance: temp, ibh, doy, dpg, humidity, vh, vis, wind, ibt...
2011 Mar 14
0
selection of hinge function with restrictions, machine learning, earth package,
...h(O3~.,data=ozone)
>summary(a)
Call: earth(formula=O3~., data=ozone)
coefficients
(Intercept) 8.6910756
h(vh-5740) 0.0152607
h(5740-vh) -0.0130076
h(9-wind) 0.3044601
h(humidity-41) 0.2753048
h(humidity-54) -0.2615068
h(temp-58) 0.3801961
h(ibh-1069) -0.0006189
h(1069-ibh) -0.0029057
h(dpg-11) -0.1060948
h(80-vis) 0.0459011
h(doy-89) 0.0471836
h(89-doy) -0.1264530
h(doy-159) -0.0915781
Selected 14 of 19 terms, and 8 of 9 predictors
Importance: temp, ibh, doy, dpg, humidity, vh, vis, wind, ibt...
2009 Aug 20
0
thanks!
...ITOR_FILENAME});
Queue(MyTestQ,ni,,,18);
Hangup();
}
I have debug mode on but no errors, yet the recording works perfect with
mixmonitor just not opened by my script yet my script works great and the
permissions seem fine too.
Strange one.
D
2009/8/20 D?ibh?ad Antoine O'Reilligh M.Sc B.Sc <oreillda at tcd.ie>
> I'll give it a go!!
>
> I apreciate the info and the example.
> David
>
> Message: 5
> Date: Fri, 21 Aug 2009 01:45:29 +1200
> From: Matt Riddell <lists at venturevoip.com>
> Subject: Re: [asteri...
2009 Aug 18
2
Monitor-join not joining files in the queues.conf file
Hi everyone
Has anybody ever come across this, I want it to join automatically the
recording files for me but it creates the wav files as I expect but it
doesn't join them sadly, so eg:
ls
1250623104.10-in.wav 1250628672.23-in.wav 1250630411.30-in.wav
1250623104.10-out.wav 1250628672.23-out.wav 1250630411.30-out.wav
Here is my queues.conf snippet
[testQ]
2009 Aug 13
4
Time of Day Routing
Hi everybody
I have a logic question that is confusing me.
ifTime(00:00-12:00|*|*|*) {
Playback(welcome-morning);
} else {
ifTime(12:00-18:00|*|*|*) {
Playback(welcome-afternoon);
} else {
Playback(welcome-evening);
}
2011 Jul 20
2
Variable assigned to grep output - missing letter n!
...ugiat. Nulla facilisi. Nullam facilisis, felis vitae lacinia
fermentum, enim erat placerat erat, vel imperdiet lorem velit et
ligula. Nam congue est in nisl lacinia lobortis. Vivamus elementum
lacinia sodales. Curabitur commodo risus tincidunt augue pulvinar
vehicula. Morbi eget velit sollicitudin nibh porta molestie. Maecenas
in augue id quam ullamcorper rutrum.
[scarolan at host:~]$ vi loremipsum.txt
[scarolan at host:~]$ myvar=$(grep lorem loremipsum.txt)
[scarolan at host:~]$ echo $myvar
Lorem ipsum dolor sit amet, co sectetur adipisci g elit. Do ec quis
ipsum sed elit laoreet malesuada. Qui...
2009 Aug 12
1
Why do CDR dstchannel have a strange number after them? IAX2/XXXX-????
Hi all
I am just confused as to why Asterisk appends a strange number after the
Channel and Extension number. This moght be obvious to some people but I
have no idea why??
Eg: IAX2/100-9123
Where does the -9123 come from?? and can I ditch it? I have made a work
around to substring it out using SQL for when doing logs, but I would like
to know what it is and if I can remove it.
(I am using
2009 Aug 20
1
Post recording command to be executed after the end of recording
Hi all
Does anybody know where this command is supposed to go?
Set(MONITOR_EXEC=mv /var/spool/asterisk/monitor/^{MONITOR_FILENAME}
/tmp/^{MONITOR_FILENAME})
In the queues.conf file it talks about it. So I naturally thought
after I set up my monitor with
monitor-format = wav
monitor-type = MixMonitor
That I could put a lame command in there to convert and move the file
elsewhere for backup with
2003 Feb 09
0
missing .dlls .exes?
...path = /usr/local/MPI/Mpiwork
valid users = @mpiw
read only = No
create mask = 0770
directory mask = 0770
[Account]
comment = Account
path = /usr/local/MPI/Accounting
valid users = @mpia
read list = @mpia
write list = Arlene, ibh
read only = No
create mask = 0770
directory mask = 0770
[Corp]
comment = Corp
path = /usr/local/MPI/Corporate
valid users = @mpic
write list = Alan
read only = No
create mask = 0770
directory mask = 0770
[Mgt]...
2013 Feb 25
13
running yum update on remote servers
I have read a couple old threads here on updates for servers, and I am
looking for some mechanics to getting the actual updates done. I don't
want automatic updates; I want to control when and what gets updated.
First I have to determine that a particular server needs updates. I
suppose a daily script that would run "yum check-updates' and emails me
the results could work, but
2009 May 21
1
[PATCH server] Updated look and feel for empty grid views
...l
z&9f+N at F9vhI2+k}K6tE9Sf^N4mc~o0w^U7o3j*&Iq+K%8;anfixJy)xWnpU;wPik^
zQ!Z=f%LVh<gymw2t!K;@Q+(y{%@WNN;T?$#7}b!?$7E`RRyR;eAw&GGK^b(CQWP1B
z*^>AD=^y2TKlwhqd*PWSFB!zTvT^uYdmO|*r&8#up-yV*Bq7VP_(70plad!9N at vzJ
zWm!^HHLkId70?2?+9FcQP!tNS6B3<Lss+<Utn&hrAU!CF7qDC|@!qfBze=iBH-z&I
z)A0x;C7n*6?Ow6YF#Sp`5<%lFK6n}@a9+|hHZHO{k9Q6T_ at F5pM`In<2Wm%D)M~YL
zyi_FFCc=1R$C3^lje|Nks-~n`mMoVQ%jKMUF=M=#()cC5UO-c#WFV!aqb+$>u$cw&
zs-kHc_V at Ss@P|LlpZ<||)9V(`6XbmvAa*-BH*el#HeaIC6xr at fNV!_kW}V<@ty|?`
z(^^?dmgPW<lhf&xvMgEF6~Wrrh*zrRoNDr{Ak_&vO_)xnESJl;...