search for: dnb

Displaying 20 results from an estimated 21 matches for "dnb".

Did you mean: db
2000 Jul 20
1
Installing R-1.1.0 (PR#612)
...I assume that this problem is already known because `make check' passed this point after I applied the latest patches and recompiled R. However `make check' still chokes on base and on mva. The last lines in base-Ex.Rout are: > x <- 0:15 > size <- (1:20)/4 > persp(x,size, dnb <- outer(x,size,function(x,s)dnbinom(x,s, pr= 0.4)), + xlab = "x", ylab = "s", zlab="density", theta = 150) > title(tit <- "negative binomial density(x,s, pr = 0.4) vs. x & s") > > image (x,size, log10(dnb), main= paste("log...
2019 Apr 08
1
Question about replacing the web interface with an audio stream
...PreserveHost On ProxyPass /jakemusic http://localhost:8000/jake-radio.mp3 ProxyPassReverse /jakemusic http://localhost:8000/jake-radio.mp3 ProxyPass /carlymusic http://localhost:8000/carly-radio.mp3 ProxyPassReverse /carlymusic http://localhost:8000/carly-radio.mp3 ProxyPass /dnbmusic http://localhost:8000/dnb-radio.mp3 ProxyPassReverse /dnbmusic http://localhost:8000/dnb-radio.mp3 ProxyPass /subsonic http://localhost:4040/subsonic ProxyPassReverse /subsonic http://localhost:4040/subsonic ProxyPass /jsonrpc http://localhost:6800/jsonrpc ProxyPassRevers...
2006 May 27
4
[Debian Sarge] dependency on libxxf86dga1
Hi! Using apt I have deb http://wine.sourceforge.net/apt/ binary/ deb-src http://wine.sourceforge.net/apt/ source/ This used to work. Now dselect comes up with wine depends on libxxf86dga1 libxxf86dga1 does not appear to be available How is this? What to do? pi
2016 May 31
0
va_arg on Windows 64 bits
...  %4 = va_arg i8* %ap2, i32   ; Wrong ! 0x2EE07C   %5 = va_arg i8* %ap2, i32   ; Wrong ! 0x2EE080   %6 = va_arg i8* %ap2, i64*  ; Wrong ! 0x2EE084 The result can be experienced by running the IR code at then end. E:\test>clang test.ll -o test.exe E:\test>test.exe values : n2 = 16, dna = 0, dnb = 10 n2, dna and dnb are respectively the three i32 variables. Does anyone know how to fix this? Alignment attribute on the variadic function do nothing and the VAArgInst does not support setAlignment() like the AllocaInstr. During my research, I found that when a VAArgInst is being lowered i...
2012 Feb 03
1
Logistic population growth and deSolve
...(K=305, ra=0.8, rb=1.5, rc=2.1, rd=2.6) state = c(Na=5, Nb=5, Nc=5, Nd=5) logGrowth = function(time, state, parameters) { with(as.list(c(state,parameters)), { dNa.dt = ra * Na * (1-(Na/K)) dNb.dt = rb * Nb * (1-(Nb/K)) dNc.dt = rc * Nc * (1-(Nc/K)) dNd.dt = rd * Nd * (1-(Nd/K)) return(list(c(dNa.dt, dNb.dt, dNc.dt, dNd.dt))) }) } times = 1:20 output = ode(y = state, times = times, func = logGrowth, parms = parameters) print(output) logGrowth(ti...
2012 Mar 22
1
predict () for LDA and GLM
...for binomial classification. My training set is 70 rows long with 32 features, and my test set is 30 rows long with 32 features. Using Naive Bayes, I can train a model, and then predict the test set with it like so: ass4q1.dLDA = lda(ass4q1.trainSet[,1]~ass4q1.trainSet[,2:3]) table(predict(ass4q1.dNB, ass4q1.testSetDF[,2:3]), ass4q1.testSetDF[,1]) However, when the same is done for LDA or GLM, suddenly it tells me that the number of rows doesn't match and doesn't predict my test data. The error for GLM, as an example, is: Error in table(predict(ass4q1.dGLM, ass4q1.testSetDF[, 2:3]),...
2010 Nov 29
1
Moran I for very large data set
Hi Are there any more efficient ways of calculating the neighbourhood object for large datasets? I am trying to compute Moran I statistics for a very large data set (over 14,000 points). I have been using moran.test from the spdep package and everything works fine for a small data set (200 points). However, applying the same script to the whole dataset is taking days to compute (it so far has
2009 Aug 04
1
question on nortel CS 1000 PBX and PRI connection to built in PA system
Hi, I have asterisk running a single T1 card with a connection to a nortel CS 1000. All calls to extensions, local and long distance are working just fine. My issue is this: The nortel CS 1000 supports connections to and intercom system that is just line level audio to speakers. When my PRI tries to call this "extension" it is never answered so my AGI never runs to play a message
2019 Apr 08
2
Question about replacing the web interface with an audio stream
Okay, but you’d have to be able/willing to employ a dedicated IP to that, plus run Icecast as root. What are the negative technical implications of running icecast on port 8000 (suitable for most users) and then running a reverse proxy to accommodate public wifi with port restrictions? > On Apr 8, 2019, at 3:31 PM, Yahav Shasha <yahav.shasha at gmail.com> wrote: > > Just bind
2016 Apr 20
3
va_arg on Windows 64
...  %4 = va_arg i8* %ap2, i32   ; Wrong ! 0x2EE07C   %5 = va_arg i8* %ap2, i32   ; Wrong ! 0x2EE080   %6 = va_arg i8* %ap2, i64*  ; Wrong ! 0x2EE084 The result can be experienced by running the IR code at then end. E:\test>clang test.ll -o test.exe E:\test>test.exe values : n2 = 16, dna = 0, dnb = 10 n2, dna and dnb are respectively the three i32 variables. Does anyone know how to fix this? Alignment attribute on the variadic function do nothing and the VAArgInst does not support setAlignment() like the AllocaInstr. During my research, I found that when a VAArgInst is being lowered i...
2005 May 03
7
Digium MOH
I called Digium today and hear some neat nifty music on hold that isn't included with Asterisk.. anyone have any idea what it is.. and where I can get it (if it's in the public domain)?
2007 Mar 21
3
100's of emails arriving from last year
Anyone like to comment on why I'm receiving this evening 100's of emails from last July, and August that were posted to the wine-users list. All a bit weird. Nigel.
2019 Nov 14
2
About license at redistribution
Hello. I'd like to ask about license issue. Now I'm planning to make and sell some measurement system controlled by PC. There is no technical issue but I don't have enough information about license. I will do the following, 1) Install CentOS and my applications on the PC. 2) Sell the PC as a measurement device. 3) Distribute DVD made from CentOS iso image file to the user if
2019 Aug 27
0
Why is the branch c6 empty for every rpm packages?
Hi, I can't tell you why CentOS 6 isn't available an git.centos.org anymore but I think your assumption is right. You may find what you need on http://vault.centos.org/ . Best regards Markus On Tue, 2019-08-27 at 16:31 +0800, Qiying Wang wrote: > Hi, > > I wan't to find the sqlite & python rpm packaging files in > git.centos.org, > but I found that the branch c6
2019 Nov 14
0
About license at redistribution
Hi, at first I'm not part of the CentOS Project nor I'm a lawyer. But may I can answer your questions. According to the CentOS About page "CentOS Linux is no-cost and free to redistribute." [1]. So as you are planning to redistribute it should be fine to do. While redistributing you also need to consider the legal section [2]. However as you are planning a business you should
2005 Nov 02
0
DCOM98.DLL & DLLOVERRIDES for 0.9 ?
Hi. I only had wine 20041019 on an FC2 install Had to run winesetuptk to get a config file, and also thanks to Franks Corner installed DCOM98 and ran the DLLOVERRIDES stuff. I've now DL'd version 0.9-1 for FC1,2, and 3, also on Debian with aptitude. Right. I've installed the .rpm on FC2. Set the windows version to win98 in winecfg, and that is also set as default to use Alsa. I
2005 Oct 30
0
URL for downloads by apt on Fedora Core2
Hi. I see the URL for downloading wine with apt for my Debian installs, but is there one I can use with apt for downloading wine to my Fedora installs. I've tried a few options, but keep getting 404's. The last one I tried was. rpm http://wine.sourceforge.net/apt/ fedora/2/i386 binary This is sort of following the layout of other URL's I've got in /etc/apt/sources.list, for
2018 Apr 13
0
[Marketing Mail] Create CentOS 6 system as "clone" of another - with LVM and different disk sizes
Hi, You can simply boot a live system to create your partition layout and copy it over the existing system with rsync. Once your system is copied, you will need to customize all hardware-dependent configuration files such as {crypt,fs}tab, network configurations, bootloader and so on depending on your setup. Don't forget to install the bootloader afterwards! You can also install a minimal
2018 Oct 29
0
[Marketing Mail] Re: Cups freeze when remote server is unavailable
Hi, John tries to tell you: Revert your configuration changes to the config file and use the local web interface / lp* / GUI Print Server Configuration tool to setup all printers at work and / or at home using these tools. This method needs a local cups instance that works if your OS is running (if a printer is not reachable for printing cups can still keep the job in it's queue until the
2018 Sep 19
0
[Marketing Mail] Re: LVM and Backups
On Wed, 2018-09-19 at 08:55 +0200, Alessandro Baggi wrote: > Il 18/09/2018 17:14, Gordon Messmer ha scritto: > > On 9/17/18 11:38 PM, Alessandro Baggi wrote: > > > Il 17/09/2018 22:12, Gordon Messmer ha scritto: > > > > That doesn't look right.? It should look more like 1) stop or > > > > freeze? > > > > all of the services (httpd and