Displaying 20 results from an estimated 800 matches similar to: "Help - Correlation between data."
2009 Oct 16
2
: Question about correlation between data.
hi everybody, I'm a student, and I'm new using R! 
I'm looking for statistical 
help hoping somebody can answer me! 
This is my problem: 
I have 2 temporal 
series. The firstone is a series of mesured data (height of monitorated 
points), the second is a series of temperature (in Celsius degree). 
Using 
Matlab I have built  the two graphs (Measured Data - Time & Temperature - 
2009 Nov 04
1
[PATCH] nv10/exa: Spring-cleaning
* Kill the A8+A8 hack. Recent enough X servers (>=1.7) fall back to
  ARGB glyphs for drivers not supporting A8 render targets.
* Kill all the global state. It doesn't matter a lot yet but it might
  if we get multicard working at some point.
* Other random clean-ups with no functional changes.
Some numbers from x11perf -aa10text -aa24text -comppixwin10 -comppixwin500:
* Before, with A
2020 Sep 09
0
[PATCH] drm/nouveau: Add fine-grain temperature reporting
On Thu, 13 Aug 2020 at 06:50, Jeremy Cline <jcline at redhat.com> wrote:
>
> Commit d32656373857 ("drm/nouveau/therm/gp100: initial implementation of
> new gp1xx temperature sensor") added support for reading finer-grain
> temperatures, but continued to report temperatures in 1 degree Celsius
> increments via nvkm_therm_temp_get().
>
> Rather than altering
2012 Sep 11
2
how to qplot two x-axis x1:Farenheit x2:Celsius
Hi,
how can i plot two different x axis in a ggplot2 qplot?
I want to plot Farenheit and Celsius in one diagram.
x1:Farenheit x2:Celsius
kind regards,
-- 
Jonas Stein <news at jonasstein.de>
2020 Sep 09
2
[PATCH] drm/nouveau: Add fine-grain temperature reporting
On Wed, Sep 9, 2020 at 6:06 AM Ben Skeggs <skeggsb at gmail.com> wrote:
>
> On Thu, 13 Aug 2020 at 06:50, Jeremy Cline <jcline at redhat.com> wrote:
> >
> > Commit d32656373857 ("drm/nouveau/therm/gp100: initial implementation of
> > new gp1xx temperature sensor") added support for reading finer-grain
> > temperatures, but continued to report
2010 May 12
1
paste two columns of a matrix by rows
Hello,
I'm trying to paste two columns of a matrix
GB_ACC    GENE    GENE_SYMBOL
NM_010657    NM_010657
NM_027162    NM_027162
NM_198863    NM_198863
NM_010727    NM_010727
These two column are a part of a 41,000 x 26 matrix.
I wanted these two column to be pasted into one (the firstone, GB_ACC). I
tried to do it with a for loop, but it takes ages to finish:
for( i in
2002 Apr 11
3
new acf package
I'm a PhD student and I'm working with covariance function. I'm interested
to know if exist some packages in R to calculate and plot the
bidimensional Autocovariance Function. the input matrix is a matrix that
describe a spatial location over a 2-D space and I want to use it in the
same way I can use a time serie in the 1-D acf.
Thanks,
Nicola.
2002 Apr 11
3
new acf package
I'm a PhD student and I'm working with covariance function. I'm interested
to know if exist some packages in R to calculate and plot the
bidimensional Autocovariance Function. the input matrix is a matrix that
describe a spatial location over a 2-D space and I want to use it in the
same way I can use a time serie in the 1-D acf.
Thanks,
Nicola.
2012 Dec 17
1
WRITE_FPDMA_QUEUED CAM status: ATA Status Error
Hi,
Is there a way to tell / narrow down if an issue with errors like below
are due to a bad cable or bad port multiplier ?  The disks in a
particular cage are throwing errors like these below.  (RELENG9 from today)
siis0 at pci0:5:0:0:       class=0x010400 card=0x71241095 chip=0x31241095
rev=0x02 hdr=0x00
    vendor     = 'Silicon Image, Inc.'
    device     = 'SiI 3124 PCI-X Serial
2020 Aug 12
6
[PATCH] drm/nouveau: Add fine-grain temperature reporting
Commit d32656373857 ("drm/nouveau/therm/gp100: initial implementation of
new gp1xx temperature sensor") added support for reading finer-grain
temperatures, but continued to report temperatures in 1 degree Celsius
increments via nvkm_therm_temp_get().
Rather than altering nvkm_therm_temp_get() to report finer-grain
temperatures, which would be inconvenient for other users of the
2019 Feb 24
0
Nvme m.2 disk problem
Hi list,
I'm running Centos 7.6 on an Corsair Force MP500 120 GB. Root fs is ext4 
and this drive is ~1 year old.
System works very well except on boot.
During boot process I got always a file system check on nvme drive.
Running smartctl on this drive I got this:
=== START OF SMART DATA SECTION === 
 
 
SMART overall-health self-assessment test result: PASSED 
 
 
 
 
 
SMART/Health
2005 May 19
1
[LLVMdev] Re: Preferring cast over seteq with 0
>> Is there a pass that will transform this:
>>   %cc = seteq ushort %val, 0
>>
>> into this:
>>   %cc = cast ushort %val to bool
>>
>> Would instcombine be the logical place to do this?
>>
>> In my situation, this bool value feeds a select instruction.  Because
>> casting inverts the condition, the select would have to switch the
2005 Mar 26
0
asterisk+voicetronix
Hi
I'd like to use asterisk with my VoiceTronix OpenLine4 board
my board works fine (driver 2.4.0 on kernel 2.6.8) on my Mandrake 10.1 
official linux box
I installed Asterisk 1.0.6 and it starts without problems
I'm new to Asterisk, so I don't know how to test Asterisk with my board..... 
I'd like to call my phone and have Asterisk to answer somethink like "Hi I'm 
2012 Nov 08
1
Hardlink with Maildir a brief help
Hi to all, my question is:
Is possible implementing SIS (with hardlink) with maildir instead of 
*dbox format?
If yes in dovecot.conf it's only necessary the below parameters or what 
else?
mail_attachment_dir = /var/qmail/attachments
I have also acting the zlib plugin it is not a problem isn't it?
Thanks in advance for any response
-- 
*/Davide Marchi
/Teorema Ferrara Srl
/(Tel:
2014 Dec 18
1
Migrate dovecot maildirbetween servers
Hi to all, i have two servers with dovecot 2.2.15 one is actualy on 
production (server A) and another that i put on production soon (server B)
My goal is migrate maildir from server A and server B.
How can i achieve that?
I read http://wiki2.dovecot.org/Migration/Dsync but i haven't understand 
well where to put such configuration (in which server).
Thanks in advance for any help.
-- 
*Davide
2004 Jun 16
0
Jobs openings in Italy
I apologize if this post is not relevant to this mailing list, but I 
feel it might be of interest for many of you and did not find any other 
more suitable R-list.
We are seeking for a couple of post-docs at University of Ferrara, 
Italy. The posts are in microarrays data mining and are for people with 
a degree in Statistics, IT or related. A documented interest in 
biological problems,
2015 Oct 21
3
Extending a Samba4 domain to multi-site
Hi folks,
I have been using Samba4 as an Active Directory domain controller with many clients since about 2013, and it is the best.
I have recently been asked to extend the AD domain in a clients office, to 6 other physical sites. Rather than reinvent the wheel, what is the best way to accomplish this given the current support in Samba4?
Alex Ferrara
Director
Receptive IT Solutions
2005 Sep 07
1
LF not found and other errors
Hi 
I have installed dovecot 0.99.14-r1 + postfix 2.1.5-r2 in a gentoo OS
Looking into the mail.err log I see the following errors:
Sep  6 12:26:23 mail pop3(u0185): Error indexing mbox file
/var/spool/mail/u0185: LF not found where expected 
Sep  6 12:26:23 mail pop3(u0185): Error indexing mbox file
/var/spool/mail/u0185: LF not found where expected 
Sep  6 12:26:23 mail pop3(u0185):
2008 Jul 26
2
WoW freeze computer
Hi all,
my problem is probably common (I actually asked for help for a similar
problem in the past), but I cannot find any solution.
While I play with World of Warcraft my computer keep freezing (totally,
I have to push the reset button).
I have Kubuntu 8.04 64 Bits and Wine 1.1.2 (but the problems started
with the 0.9.59 and all the versions afterward) on a an Intel Core 2 Duo
E6700, 2GB RAM,
2012 Nov 03
3
LMTP benefit vs LDA
Hi to all,
my question is what is benefit implementing LMTP service replacing LDA i 
have dovecot 2.1.8 with vpoipmail+qmail and about 500 users now i'm 
using LDA and i'm interested on LMTP service.
Thanks in advance
-- 
*/Davide Marchi
/Teorema Ferrara Srl
/(Tel: /**/+39 0532 783161)/**/
(Fax: +/**/39 0532 783368/**/)/**//**/
/**//**/Davide.Marchi at mail.cgilfe.it