search for: mathematiques

Displaying 13 results from an estimated 13 matches for "mathematiques".

2006 Mar 27
1
watchdog network card
...nd rpc.* etc...) It's dual-pro ML350G4 proliant. What kind problem is it ? Software problem ? Hardward problem ? What kind of solution you think ? Do yo think if I go to no-SMP kernel the problem can be ... bypass ? Regards. -- Albert SHIH Universite de Paris 7 (Denis DIDEROT) U.F.R. de Mathematiques. 7 i?me ?tage, plateau D, bureau 10 Heure local/Local time: Mon Mar 27 11:25:08 CEST 2006
1999 Jun 02
0
__setfpucw
I'm trying to install R on a linux RedHat5.2. when I 'make', here is what's happens : ../lib/libunix.a(system.o): In function `main': /home/mathieu/R-0.62.4/src/unix/system.c:489: undefined reference to `__setfpucw does anyone know the solution ? thanks. *-----------------------------------------* ¦ mathieuros at bigfoot.com ¦ ¦ Maitrise d'ingenierie
1999 Jun 10
1
Hi
Hello to everybody, I just subscribed to this list. I find R a really nice environment for statistical analysis. I started to use it some days ago. I use it at home in my Linux box, but I would like to use it in my institute in my Digital Alpha (my machine runs OSF1 V4.0). I tried to compile the distributed source code, without success due to some errors. And the binary available is in RPM
1999 Oct 06
1
R graphics & lyx
hello all, I get problems including graphics from R (0.64) into lyx (1.0.2). I don't understand the difference between .eps and .ps but I think the problem must be here. Does anyone can help ? thanks, Mathieu -- ----------------------------------------------------------------------- Mathieu Ros - 13 rue beviere - 38000 GRENOBLE - 04 76 491 370
1999 Nov 09
0
plrc()
I'm actually 'translating' the S-PLUS package multidim to R and I wonder what is the equivalent to the plrc() function under R. I need it to plot the correlation circle (rough translation from french, hope this means something...) for the plot.acp() function but can't find out any help on it . any help would be appreciated. Mathieu (thanks to T. Lumley for the data() help...)
2004 May 11
1
bad interaction between RandomFields 1.1.11 and Sweave
Not really a bug (I eventually discovered), but ... When running GaussRF()/DoSimulateRF() with n>1, the default pch="!" prints backspaces to the terminal, which causes problems (LaTeX barfs) if you're running this within an Sweave() job. Setting RFparameters(pch="") fixes the problem. Could put this in the documentation, but I don't know where you could
2007 Feb 02
1
Copy/Paste Emacs & gnome-terminal
Hello We use CentOS 4.4 but we have some problems to copy test from Emacs to a gnome-terminal. It does not work !! It's ok from Xemacs. emacs-common-21.3-19.EL.4 xemacs-common-21.4.15-10.EL.1 Any idea ? cc ************************************************************************** Christophe Caron - INRA | T?l: (+33) 013465 2888 Mathematique, Informatique et Genome| Fax: (+33)
2023 Dec 18
1
[External] Re: zapsmall(x) for scalar x
...-- Serguei Sokol Ingenieur de recherche INRAE Cellule Math?matiques TBI, INSA/INRAE UMR 792, INSA/CNRS UMR 5504 135 Avenue de Rangueil 31077 Toulouse Cedex 04 tel: +33 5 61 55 98 49 email: sokol at insa-toulouse.fr https://www.toulouse-biotechnology-institute.fr/en/plateformes-plateaux/cellule-mathematiques/
2011 Mar 21
2
rqss help in Quantreg
Dear All, I'm trying to construct confidence interval for an additive quantile regression model. In the quantreg package, vignettes section: Additive Models for Conditional Quantiles http://cran.r-project.org/web/packages/quantreg/index.html It describes how to construct the intervals, it gives the covariance matrix for the full set of parameters, \theta is given by the sandwich formula
2023 Dec 18
1
[External] Re: zapsmall(x) for scalar x
...ule Math?matiques > TBI, INSA/INRAE UMR 792, INSA/CNRS UMR 5504 > 135 Avenue de Rangueil > 31077 Toulouse Cedex 04 > tel: +33 5 61 55 98 49 > email: sokol at insa-toulouse.fr > https://www.toulouse-biotechnology-institute.fr/en/plateformes-plateaux/cellule-mathematiques/ > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel
2023 Dec 18
1
[External] Re: zapsmall(x) for scalar x
...SA/INRAE UMR 792, INSA/CNRS UMR 5504 > > 135 Avenue de Rangueil > > 31077 Toulouse Cedex 04 > > > tel: +33 5 61 55 98 49 > > email: sokol at insa-toulouse.fr > > https://www.toulouse-biotechnology-institute.fr/en/plateformes-plateaux/cellule-mathematiques/ > > > ______________________________________________ > > R-devel at r-project.org mailing list > > https://stat.ethz.ch/mailman/listinfo/r-devel
2023 Dec 18
1
[External] Re: zapsmall(x) for scalar x
...4 > > > 135 Avenue de Rangueil > > > 31077 Toulouse Cedex 04 > > > > > tel: +33 5 61 55 98 49 > > > email: sokol at insa-toulouse.fr > > > > https://www.toulouse-biotechnology-institute.fr/en/plateformes-plateaux/cellule-mathematiques/ > > > > > ______________________________________________ > > > R-devel at r-project.org mailing list > > > https://stat.ethz.ch/mailman/listinfo/r-devel > > ______________________________________________ > R-devel at r-project.org mailing li...
2023 Dec 17
2
[External] Re: zapsmall(x) for scalar x
I think what's been missed is that zapsmall works relative to the absolute largest value in the vector. Hence if there's only one item in the vector, it is the largest, so its not zapped. The function's raison d'etre isn't to replace absolutely small values, but small values relative to the largest. Hence a vector of similar tiny values doesn't get zapped. Maybe the line