Displaying 10 results from an estimated 10 matches for "unifesp".
Did you mean:
unices
2010 Oct 22
2
covariance matrix
Dear all,
I generated a covariance matrix and I would like to generate a 1D plot of
the data that auto-correlate. any suggestions?
Thanks,
Marcelo
--
Marcelo Andrade de Lima
UNIFESP - Universidade Federal de São Paulo
Departamento de Bioquímica
Disciplina de Biologia Molecular
Rua Três de Maio 100, 4 andar - Vila Clementino, 04044-020
Lab +55 11 55764438 R.1188
Cell +55 11 92725274
mlima@unifesp.br
[[alternative HTML version deleted]]
2010 Nov 04
1
matlab code into R
...= zeros(n-1); for i=2:(n-1)
N(1,i) = 1/(pi * (i-1));
end for i=2:(n-2)
for j=i:(n-1) N(i,j) = N(i-1,j-1);
end;
end for i=2:(n-1)
end
for j=1:i N(i,j) = -N(j,i);
end;
any suggestions?
Thanks
can i just add the following line to my calculation N=1/(pi*(i-1)
--
Marcelo Andrade de Lima
UNIFESP - Universidade Federal de São Paulo
Departamento de Bioquímica
Disciplina de Biologia Molecular
Rua Três de Maio 100, 4 andar - Vila Clementino, 04044-020
Lab +55 11 55764438 R.1188
Cell +55 11 92725274
mlima@unifesp.br
[[alternative HTML version deleted]]
2010 Oct 24
1
140 packages in R Commander!!
...from the matrix the values ( in
> x and y) that auto-correlate which I will plot as an normal (x,y(being the
> values that auto-corelate to a certain x and y values in my original
> matrix). Any suggestions?
>
> Cheers,
>
> Marcelo
>
> --
> Marcelo Andrade de Lima
> UNIFESP - Universidade Federal de São Paulo
> Departamento de Bioquímica
> Disciplina de Biologia Molecular
> Rua Três de Maio 100, 4 andar - Vila Clementino, 04044-020
> Lab +55 11 55764438 R.1188
> Cell +55 11 92725274
> mlima@unifesp.br
>
> [[alternative HTML version delet...
2010 Oct 22
1
add diagonal line to covariance matrix
Hi,
Created a covariance matrix and i would like to add a diagonal line to the
plot, any suggestions?
Thanks
--
Marcelo Andrade de Lima
UNIFESP - Universidade Federal de São Paulo
Departamento de Bioquímica
Disciplina de Biologia Molecular
Rua Três de Maio 100, 4 andar - Vila Clementino, 04044-020
Lab +55 11 55764438 R.1188
Cell +55 11 92725274
mlima@unifesp.br
[[alternative HTML version deleted]]
2010 Oct 27
2
add diagonal line
Hi,
I would like to add a line on the diagonal of a covariance matrix, is there
a quick way to do it besides abline?
Thanks!
--
Marcelo Andrade de Lima
UNIFESP - Universidade Federal de São Paulo
Departamento de Bioquímica
Disciplina de Biologia Molecular
Rua Três de Maio 100, 4 andar - Vila Clementino, 04044-020
Lab +55 11 55764438 R.1188
Cell +55 11 92725274
mlima@unifesp.br
[[alternative HTML version deleted]]
2006 Apr 10
1
[RFC] Ideas and Questions in security updates ( portaudit, freebsd-update)
...ecurity issues, one idea is integrate portaudit and
portupgrade or create another tool for update ports,
this ideia is based in Gentoo glsa-check
( http://www.gentoo.org/doc/en/security/security-handbook.xml?part=1&chap=14
)
Thanks for Attention and sorry for my bad english.
Ricardo A. Reis
UNIFESP
Unix and Network Admin
_______________________________________________________
Abra sua conta no Yahoo! Mail: 1GB de espa?o, alertas de e-mail no celular e anti-spam realmente eficaz.
http://br.info.mail.yahoo.com/
2006 Nov 03
1
Enc: FreeBSD and the new virtual machine-based rootkits
...;ve two questions ...
1) How is possible detect if my system is moved inside a VM on the fly ?
2) Exist a project for merge veriexec from NetBSD on FreeBSD
and add SPKI feature ?
http://www.eweek.com/article2/0,1895,2040760,00.asp
http://www.invisiblething.org
-
Ricardo A. Reis
UNIFESP
Unix and Network Admin
Voc? quer respostas para suas perguntas? Ou voc? sabe muito e quer compartilhar seu conhecimento? Experimente o Yahoo! Respostas!
_______________________________________________________
Voc? quer respostas para suas perguntas? Ou voc? sabe mui...
2006 Apr 13
1
Prototyping for basejail distribuition
...] # make
>>> Sample in /usr/share/examples/etc/jail.conf
jail == create jail
rcconf == create rc.conf for start jails
etcconfig == create rc.conf for jails and copy file
showconfig == show information
Thanks for any comments,
Sorry for my english and poor Makefile.
--
Ricardo A. Reis
UNIFESP
Unix and Network Adm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jail.conf
Type: application/octet-stream
Size: 686 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-security/attachments/20060413/5aec8da4/jail.obj
-------------- next...
2005 Jul 14
2
[ronvdaal@zarathustra.linux666.com: Possible security issue with FreeBSD 5.4 jailing and BPF]
This message was sent to bugtraq today:
While playing around with FreeBSD 5.4 and jailing I discovered that it was
possible to put an ethernet interface into promiscious mode from within the
jailed environment, allowing a packetsniffer to gather data not meant for
the jailed box. This also affects FreeBSD 5.3 (tested) but not FreeBSD 4.x
This can be reproduced on boxes where BPF support is
2006 Mar 07
3
Jails and loopback interfaces
Hi,
Running: Freebsd 6.0
I am wondering if it is possible to have acces to loopback ip in a jail. I
currently have a server running a jail. In the jail, there is a database and a
web server. I would like to be able to have the database only bind on a
loopback address and not on the jail's ip.
Can this be done and how?
Thanks
-Cyril