search for: ncm

Displaying 20 results from an estimated 24 matches for "ncm".

Did you mean: nc
2005 Apr 04
1
Handling very large integers with factorial and combinat (nCm)
Dear list, perhpas this question is more suitable for R-dev but since I am not really a developer I post it here first. Apparently the following lines do not create any problem in R: library(combinat) r <- 20; b <- 2; sum( sapply(0:r,function(x) nCm(r,x)^(2*b)) ) > 2^64 while in C I obtain an overflow of data even using unsigned long long and with long double I incurr in precision problems. Where can I find information about how R (or the combinat package) handles very large integer numbers? Thank you for consideration, Marco
2005 Oct 12
1
Using matprod from array.c
...;nry, &zero, z, &nrx); } else /* zero-extent operations should return zeroes */ for(i = 0; i < nrx*ncy; i++) z[i] = 0; } /* test function: matrix multiplication of nr by nc matrix with nc-vector */ SEXP my_matprod(SEXP M, SEXP v, SEXP nr, SEXP nc) { R_len_t nrm = INTEGER(nr)[0], ncm = INTEGER(nc)[0]; SEXP ans; PROTECT(ans = allocMatrix(REALSXP, nrm, 1)); matprod(REAL(M), nrm, ncm, REAL(v), ncm, 1, REAL(ans)); UNPROTECT(1); return(ans); } When I try to make the DLL I get the following D:\C_routines>RCMD SHLIB my_matprod.c making my_matprod.d from my_matprod.c...
2015 Mar 21
3
Combinatoria
...osee una potencia en cálculos estadísticos a cualquier nivel, sino gran caudal de recursos para Data Mining, Redes Neuronales, reconocimiento de patrones y probablemente todo cuanto deseemos, pero ... aqui va mi primera pregunta 1. Si quiero calcular unas combinaciones, la función *combn* ó la *nCm* me lo resuelven 2. Si quiero permutaciones, entonces ya tengo que cargar el paquete combinat 3. Pero no encuentro , y no puedo entenderlo, que no encuentre una función análoga para las variaciones con y sin repetición y para las permutaciones con repetición. y ya llevo varias hor...
2000 Dec 06
0
Locfit
...o implement your library locfit. I am using Win NT and R1.1.1 version obtained on the following Webmaster : http://cm.bell-labs.com/cm/ms/departments/sia/project/locfit/index.html When trying to run it, the following message appears: ********** Error in .C("guessnv", nvm = integer(1), ncm = integer(1), dp = as.numeric(dp), : C/Fortran function name not in load table ********** Do you know what this message means and do u know what procedure shall I implement in order to be able to use best fit. I look forward to receiving your advices. Thank you very much for your time in advance...
2015 Mar 21
4
Combinatoria
...quier nivel, sino gran caudal de > > recursos para Data Mining, Redes Neuronales, reconocimiento de patrones y > > probablemente todo cuanto deseemos, pero ... aqui va mi primera > > pregunta > > > > 1. Si quiero calcular unas combinaciones, la función *combn* ó la *nCm* me > > lo resuelven > > 2. Si quiero permutaciones, entonces ya tengo que cargar el paquete > > combinat > > 3. Pero no encuentro , y no puedo entenderlo, que no encuentre una > > función análoga para las variaciones con y sin repetición y para las >...
2015 Mar 22
2
Combinatoria
...2 3 4 3 4 4 > > > permn(3) > [[1]] > [1] 1 2 3 > > [[2]] > [1] 1 3 2 > > [[3]] > [1] 3 1 2 > > [[4]] > [1] 3 2 1 > > [[5]] > [1] 2 3 1 > > [[6]] > [1] 2 1 3 > > > Y mCn las calcula, sin escribirlas: > > > nCm(4,2) > [1] 6 > > Pero me chocó que NO incluyese Variaciones con y sin repetición, y > combinaciones y permutaciones con repetición. Tanto que me las calcule como > que me las escriba. Al menos yo no las encuentro a pesar de ser una > cuestión muy básica en combinatoria que ayuda a...
2015 Mar 22
2
Combinatoria
...> > > > > > [[4]] > > > [1] 3 2 1 > > > > > > [[5]] > > > [1] 2 3 1 > > > > > > [[6]] > > > [1] 2 1 3 > > > > > > > > > Y mCn las calcula, sin escribirlas: > > > > > > > nCm(4,2) > > > [1] 6 > > > > > > Pero me chocó que NO incluyese Variaciones con y sin repetición, y > > > combinaciones y permutaciones con repetición. Tanto que me las calcule > como > > > que me las escriba. Al menos yo no las encuentro a pesar de ser u...
2008 May 13
11
Problems running the game GUN from Neversoft.
Hello! I have installed Wine 0.9.55 (pretty sure of that) on my Mandriva 2008. I tried to install the game GUN from Neversoft. (It works fine on windows Vista). On the distribution it says that it is compatible on Windows 2000 and XP. But when I try to install it it seems to work, but when I try to run it I get an error in a popup. Right now I'm at office and do not exactly remember the
2015 Mar 22
3
Combinatoria
...> > > > > > [[4]] > > > [1] 3 2 1 > > > > > > [[5]] > > > [1] 2 3 1 > > > > > > [[6]] > > > [1] 2 1 3 > > > > > > > > > Y mCn las calcula, sin escribirlas: > > > > > > > nCm(4,2) > > > [1] 6 > > > > > > Pero me chocó que NO incluyese Variaciones con y sin repetición, y > > > combinaciones y permutaciones con repetición. Tanto que me las calcule > como > > > que me las escriba. Al menos yo no las encuentro a pesar de ser u...
2015 Mar 22
2
Combinatoria
...> > [[5]] >> > > > [1] 2 3 1 >> > > > >> > > > [[6]] >> > > > [1] 2 1 3 >> > > > >> > > > >> > > > Y mCn las calcula, sin escribirlas: >> > > > >> > > > > nCm(4,2) >> > > > [1] 6 >> > > > >> > > > Pero me chocó que NO incluyese Variaciones con y sin repetición, y >> > > > combinaciones y permutaciones con repetición. Tanto que me las >> calcule >> > como >> > > > qu...
2015 Mar 23
2
Combinatoria
...; > > >> >> > > > [[6]] >> >> > > > [1] 2 1 3 >> >> > > > >> >> > > > >> >> > > > Y mCn las calcula, sin escribirlas: >> >> > > > >> >> > > > > nCm(4,2) >> >> > > > [1] 6 >> >> > > > >> >> > > > Pero me chocó que NO incluyese Variaciones con y sin repetición, >> y >> >> > > > combinaciones y permutaciones con repetición. Tanto que me las >> >>...
2006 May 09
1
combn(n, k, ...) and all its re-inventions
...n vsn (bioconductor); then 'fwd.combn' in package "forward" which states explicitly that it is Scott's combn() renamed.. I stopped searching for more, and I've made sure all these 6 functions compute the same thing, at least in the most simple case. After simply replacing nCm() by choose(), and some other minor tweaks, I have now a version of combn() that is faster than all the other implementations {only slightly faster than combinations()}, and I plan to add this to R's standard package 'utils'. Hopefully, the reinventing can be stopped by this, once peop...
2022 Oct 16
0
[syzbot] net boot error: WARNING in cpumask_next_wrap
...slram: not enough parameters. > ftl_cs: FTL header not found. > wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. > wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason at zx2c4.com>. All Rights Reserved. > eql: Equalizer2002: Simon Janes (simon at ncm.com) and David S. Miller (davem at redhat.com) > MACsec IEEE 802.1AE > tun: Universal TUN/TAP device driver, 1.6 > ------------[ cut here ]------------ > WARNING: CPU: 0 PID: 1 at include/linux/cpumask.h:110 cpu_max_bits_warn include/linux/cpumask.h:110 [inline] > WARNING: CPU: 0 PID...
2011 Oct 10
0
Wine release 1.3.30
...lient can't retrieve profile information 28591 Guild Wars: the audio track includes loud static bursts while playing the background music 28606 Gnome-screensaver cannot lock screen while runing full-screen games 28610 SystemParametersInfo(SPI_GETNONCLIENTMETRICS) should tolerate larger ncm.cbSize values 28630 Crash on start of ahnenblatt ---------------------------------------------------------------- Changes since 1.3.29: Akihiro Sagawa (2): ddraw: Use the same device name as Windows for the Direct3D HAL device. po: Update Japanese translation. Alexander Lakhin (1...
2008 May 21
0
Errors in using gdb (PR#11496)
...pdf" Content-Disposition: attachment; filename="Running R from gdb.pdf" Content-Transfer-Encoding: base64 JVBERi0xLjMKJcTl8uXrp/Og0MTGCjIgMCBvYmoKPDwgL0xlbmd0aCA0IDAgUiAvRmlsdGVy IC9GbGF0ZURlY29kZSA+PgpzdHJlYW0KeNorVAhUKFTQD0gtSk4tKClNzFEoygQKWFpaKhgA obmpOZhOzlXQ98w1VHDJB6oPBACXWw4NCmVuZHN0cmVhbQplbmRvYmoKNCAwIG9iago1NApl bmRvYmoKMSAwIG9iago8PCAvVHlwZSAvUGFnZSAvUGFyZW50IDcgMCBSIC9SZXNvdXJjZXMg MyAwIFIgL0NvbnRlbnRzIDIgMCBSIC9NZWRpYUJveApbMCAwIDk5OSA3NTddID4+CmVuZG9i agozIDAgb2JqCjw8IC9Qcm9jU2V0IFsgL1BERiAvSW1hZ2VCIC9JbWFnZUMgL0ltYWdlSSBd IC9YT2JqZWN0IDw8IC9JbTEgNSAwIFIKPj4gPj4KZW...
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...ll.com> Naresh Kumar Inna <naresh@chelsio.com> Narsimhulu Musini <nmusini@cisco.com> Natanael Copa <ncopa@alpinelinux.org> Nathan Fontenot <nfont@linux.vnet.ibm.com> Nathan Hintz <nlhintz@hotmail.com> Nathan Lynch <ntl@pobox.com> Nathan Myers <ncm@cantrip.org> Nathan Straz <nstraz@redhat.com> Nathan Walp <faceprint@faceprint.com> Nathan Williams <nathan@traverse.com.au> Nathan Zimmer <nzimmer@sgi.com> Nathanael Noblet <nathanael@gnat.ca> Naveen Burmi <naveenburmi@freescale.com> Naveen Gang...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...ll.com> Naresh Kumar Inna <naresh@chelsio.com> Narsimhulu Musini <nmusini@cisco.com> Natanael Copa <ncopa@alpinelinux.org> Nathan Fontenot <nfont@linux.vnet.ibm.com> Nathan Hintz <nlhintz@hotmail.com> Nathan Lynch <ntl@pobox.com> Nathan Myers <ncm@cantrip.org> Nathan Straz <nstraz@redhat.com> Nathan Walp <faceprint@faceprint.com> Nathan Williams <nathan@traverse.com.au> Nathan Zimmer <nzimmer@sgi.com> Nathanael Noblet <nathanael@gnat.ca> Naveen Burmi <naveenburmi@freescale.com> Naveen Gang...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...ll.com> Naresh Kumar Inna <naresh@chelsio.com> Narsimhulu Musini <nmusini@cisco.com> Natanael Copa <ncopa@alpinelinux.org> Nathan Fontenot <nfont@linux.vnet.ibm.com> Nathan Hintz <nlhintz@hotmail.com> Nathan Lynch <ntl@pobox.com> Nathan Myers <ncm@cantrip.org> Nathan Straz <nstraz@redhat.com> Nathan Walp <faceprint@faceprint.com> Nathan Williams <nathan@traverse.com.au> Nathan Zimmer <nzimmer@sgi.com> Nathanael Noblet <nathanael@gnat.ca> Naveen Burmi <naveenburmi@freescale.com> Naveen Gang...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...ll.com> Naresh Kumar Inna <naresh@chelsio.com> Narsimhulu Musini <nmusini@cisco.com> Natanael Copa <ncopa@alpinelinux.org> Nathan Fontenot <nfont@linux.vnet.ibm.com> Nathan Hintz <nlhintz@hotmail.com> Nathan Lynch <ntl@pobox.com> Nathan Myers <ncm@cantrip.org> Nathan Straz <nstraz@redhat.com> Nathan Walp <faceprint@faceprint.com> Nathan Williams <nathan@traverse.com.au> Nathan Zimmer <nzimmer@sgi.com> Nathanael Noblet <nathanael@gnat.ca> Naveen Burmi <naveenburmi@freescale.com> Naveen Gang...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...ll.com> Naresh Kumar Inna <naresh@chelsio.com> Narsimhulu Musini <nmusini@cisco.com> Natanael Copa <ncopa@alpinelinux.org> Nathan Fontenot <nfont@linux.vnet.ibm.com> Nathan Hintz <nlhintz@hotmail.com> Nathan Lynch <ntl@pobox.com> Nathan Myers <ncm@cantrip.org> Nathan Straz <nstraz@redhat.com> Nathan Walp <faceprint@faceprint.com> Nathan Williams <nathan@traverse.com.au> Nathan Zimmer <nzimmer@sgi.com> Nathanael Noblet <nathanael@gnat.ca> Naveen Burmi <naveenburmi@freescale.com> Naveen Gang...