search for: hin

Displaying 20 results from an estimated 168 matches for "hin".

Did you mean: hi
2005 Nov 17
4
problem with \eqn (PR#8322)
...t> $ l.16 -- ! Missing } inserted. <inserted text> } l.16 -- ! Extra }, or forgotten \endgroup. \par ...m \@noitemerr {\@@par }\fi \else {\@@par } \fi l.16 ------------------------------- I think this is a bug. A query to r-help has produced no response. Note that \bf\beta seems to have been doubled. Currently on R 2.2.0.final-4 on Debian. I think I've seen this with many prior versions too.
2005 Oct 24
6
Rgnome depends on obsolete components libglade/libxml (PR#8247)
Full_Name: Hin-Tak Leung Version: R 2.2.0 OS: x86 linux Submission from: (NULL) (131.111.126.242) Rgnome depends libglade 0.x and libxml 1.x . They are no longer shipped with Redhat EL4. (I know they are still in fedora core 4). Just a wish-list.
2010 Sep 21
2
Trouble with Optimization in "Alabama" Package
...ctor of initial allocations and CobbDouglas preference parameters #y=c(r1,r2,b1,b2,alpha1,alpha2) y=c(5,50,60,5,.3,.7) # p1=c(r1bar,r1bar,b1bar,b1bar) a feasible allocation p1=c(15,40,50,15) fn=function(x,...){ return(-1*(((x[1]^y[5])*(x[3]^(1-y[5])))*(((x[2]^y[6])*(x[4]^(1-y[6])))))) } hin=function(x,...){ h=rep(NA,2) h[1]=((x[1]^y[5])*(x[3]^(1-y[5])))-((y[1]^y[5])*(y[3]^(1-y[5]))) h[2]=((x[2]^y[6])*(x[4]^(1-y[6])))-((y[2]^y[6])*(y[4]^(1-y[6]))) return(h) } heq=function(x,...){ h=rep(NA,2) h[1]=x[1]+x[2]-y[1]-y[2] h[2]=x[3]+x[4]-y[3]-y[4] return(h) } ans2=constrOptim.n...
2008 Nov 15
2
Polycom low volume
Using a Polycom 550 and 650 phones on my Asterisk server for testing. I can't figure out why the volume is so low. How can I adjust the volume control on Asterisk? It's at max on the handset phones. Thanks! Hin
2005 Nov 04
2
Classification Trees and basic Random Forest pkg using t ree structures in C
> From: Hin-Tak Leung > > Izmirlian, Grant (NIH/NCI) wrote: > <snipped> > > The only interesting feature is that the tree structure has been > > implemented in C. Its a neater way to carry stuff around and I am > > guessing would make future implementation easier. > >...
2007 Jan 10
2
wine and build difference between R.2.4.0 and R 2.4.1 windows binaries?
Does anybody (most probably the core team) know if there is any difference in how the official 2.4.0 and 2.4.1 binaries are built? Problem is, 2.4.0 loads with the wine (I tried a few recent versions, and also used 2.3.x under wine from time to time), but 2.4.1 won't. Thanks. Hin-Tak Leung
2023 Mar 20
0
Optimizing with constraints using alabama
...elief was that, like constrOptim, auglag in the alabama package would eliminate beta vectors that failed the constraints prior to calling the objective function. These betas are not only not in the solution space but also cause chaos for my objective function. I can see via debugging that hin is working correctly, but I am finding that these beta vectors are being passed to the objective function. I am not sure if this is due to my ineptness or if it is doing so as planned. The auglag documentation talks about applying penalties, so I assume it has examined the vector coming out...
2005 Oct 24
0
Rgnome depends on obsolete components libglade/libxml (PR#8248)
On Mon, 2005-10-24 at 17:14 +0100, Hin-Tak Leung wrote: > Peter Dalgaard wrote: > > hin-tak.leung at cimr.cam.ac.uk writes: > > > > > >>Full_Name: Hin-Tak Leung > >>Version: R 2.2.0 > >>OS: x86 linux > >>Submission from: (NULL) (131.111.126.242) > >> > >> >...
2004 Feb 06
3
a grep/regexpr problem
Hi, I'm trying to parse lines of the form: dan001.hin (0): fingerprint={256, 411, 426, 947, 973, 976} What I need is the sequence of number between {}. I'm using grep as match <- grep("{([0-9,\s]*)}",s,perl=T,value=T) where s is a character vector. But all I get is the whole string s. I tried using regexpr in an attempt to get jus...
2017 Feb 20
1
another fix for R crashes under enable-strict-barrier, lto, trunk@72156
On 2nd thought, I think a better fix to the segfault is something like this: --- a/src/main/memory.c +++ b/src/main/memory.c @@ -3444,6 +3444,8 @@ R_xlen_t (XTRUELENGTH)(SEXP x) { return XTRUELENGTH(CHK2(x)); } int (IS_LONG_VEC)(SEXP x) { return IS_LONG_VEC(CHK2(x)); } const char *(R_CHAR)(SEXP x) { + if(!x) +...
2005 Feb 07
1
rpcclient error / printer driver issue
...ks: rpcclient $> enumprinters flags:[0x800000] name:[\\prupref-print\ccc-tosh35] description:[\\prupref-print\ccc-tosh35,TOSHIBA e-STUDIO28-45 GL-PSL3,Call Center Toshiba 35] comment:[Call Center Toshiba 35] flags:[0x800000] name:[\\prupref-print\hin-magi2300] description:[\\prupref-print\hin-magi2300,magicolor 2300 DL,Hinsdale Magicolor 2300] comment:[Hinsdale Magicolor 2300] ------------------------------------ any combination of the getdriver returns: rpcclient $> getdriver "ccc-tosh35" Error opening printer ha...
2011 Nov 12
1
State space model
...Zt = sp$Zt, HHt = sp$HHt, GGt = sp$GGt, yt = yt) return(-ans$logLik) } parm <- c(K_1 = 0.6048, K_2 = 0.656, sigma_1 =0.1855, sigma_2 =0.5524, lambda_1 =0.55, lambda_2 =0.009, theta_1 = 0.173, theta_2 = 0.12, delta_0 =0.686, delta_1 =-0.003, delta_2=0.0025) hin <- function(parm, yt){ h<- numeric(2) h[1] <- 2*parm[1]*parm[7]-parm[3]^2 h[2] <- 2*parm[2]*parm[8]-parm[4]^2 h } ##optimizing objective function fit <- auglag(par = parm, fn = objective, yt = x, control.outer = list(method = "CG"), hin = hin) print(fit) [[alterna...
2010 Jan 29
2
microphone on Polycom 550/650
I have quite a number of users complaining that when they are using handsfree to talk over a landline, the other end can't hear them. It's like the person is speaking 5 feet away and can barely hear their voice. However between internal SIP calls, it's fine. What could be the problem? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jun 25
5
Where should I put an Bugreport of OggEnc
Hi There, I have a problem with OggEnc v1.0.2. Can you tell me, where to put or to post a bug report? The problems eare with some speciel charakters - used in Europe (Denmark, Norway, Sweden, Germany, Austria, etc..) Some Examples: Hin Vordende Sod & S? ^ 02_Bruderov paa H?gstadtun.ogg ^ 03_Huldradans - Hin Gr?nnkledde.ogg ^ 05_Over ?girs vidstragte Sletter.ogg ^ 04_N?r Slaget ?r Vunnet.ogg ^ ^ 06_F?rd Mot Thrudvang.ogg ^ 10_...Ty M?rkret Ska...
2010 Jul 15
1
QoS and Asterisk
I have discussed QoS with our ISP and in order to implement this, I need to make sure all VoIP packets are marked in the IP packet header (IPP bits?). Does Asterisk automatically marks the VoIP packets or do I need to do something in Asterisk? I need to do this for SIP and H323 protocols. Any information would be helpful. Thanks, Hin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100715/95083dc0/attachment.htm
2005 Oct 26
2
Microsoft help files
I wonder if the software here: http://morte.jedrea.com/~jedwin/projects/chmlib/ or at any of the links on that page might allow elimination of the need for separately downloading the Microsoft Help compiler -- which is just one more task that one must perform to get up and running to build your own R packages on Windows.
2006 Jan 27
1
rbind/cbind unimplemented for raw (RAWSXP) types. (PR#8529)
Full_Name: Hin-Tak Leung Version: R 2.2.1 OS: x86_64-redhat-linux-gnu Submission from: (NULL) (131.111.186.92) rbind/cbind is unimplemented for raw (RAWSXP) types. I have a working patch implementing the functionality, to follow. --please do not edit the information below-- Version: platform = x86_64-redhat...
2010 Mar 12
2
Polycom not updating the directory list
Hi, I have a strange problem with all of our Polycom 550 & 650 phones. I am running a TFTP server on my Asterisk server and option 66 Boot Host pointing to Asterisk on my DHCP server. The auto-provisioning is working because the phones are registering correctly with their extension. If I change the MAC.cfg file to another extension and reboot the phone, it will reflect the new ext. The
2015 May 16
2
That 'make check-all' problem with the survival package
...AM BST Uwe Ligges wrote: >Not sure why this goes to R-devel. You just could have asked the >maintainer. Terry Therneau is aware of it and promised he will fix it. > The quickest fix is to add cmprsk to the recommended list , and that's is an R-devel issue. >On 16.05.2015 07:22, Hin-Tak Leung wrote: >> 'make check-all' for current R has been showing this error in the middle >> for a few months now - any thought on fixing this? I think cmprsk >> should be either included in the recommended bundle, or >> the survival vignette to not depend on it....
2011 Oct 22
3
Sweave, cairo_pdf, CJK, ghostscript
I have had some fun in the last few days trying to put together an annotated map of China with R and some public GIS data: http://sourceforge.net/projects/outmodedbonsai/files/snpMatrix%20next/1.17.7.11/China_Choropleth_Maps.pdf/download It is done, and rather nice... there are a few issues: - the default pdf() device cannot do CJK with embedded fonts - and cairo_pdf() is not hooked...