Displaying 3 results from an estimated 3 matches for "matij".
Did you mean:
matija
2010 Mar 27
1
R runs in a usual way, but simulations are not performed
...ess)}
#########################################################################################
######## zav?dza information matrices a kovarian?n? matice
adit?vneho modelu ############
# expected information matrix
expmat_ADD <- function(alpha) { mat = matrix(nrow = ncol(z), ncol =
ncol(z))
matij <- function(i,j) {
SIGMA <- sigma_ADD(alpha)
FI <- fi(SIGMA)
Pi <- pi_ADD(SIGMA,i)
Pj <- pi_ADD(SIGMA,j)
Qij <- qij_ADD(SIGMA,i,j)
SIGMAderivi <- sigmaDERIVi_ADD(SIGMA,i)
SIGMAderivj <- sigmaDERIVi_ADD(SIGMA,j)
matij.1 = 1/2*tr(crossprod(t(SIGMAderivi),SIGMAderivj))
matij....
2006 Oct 11
1
(no subject)
Hello,
I'm looking for some package in Centos which will provide en/decoding of
mime formats. I have over 1000 outlook mails to process, and it would be
great to script that, but centos 4.4 doesn't have a metamail package and
I couldn't find anything connected to decoding and encoding of MIME.
Is there any tool in Centos repository ?
Thanks a lot,
Paul Malinowski
This electronic
2006 Oct 11
1
(no subject) many .eml files with attachments to process
...broobles.com/eml2mbox/index.html
Outlook's extracted message format, .msg seems a little more
"special", http://www.fileformat.info/format/outlookmsg/ It contains
multiple streams which would need decoding.
http://mail.python.org/pipermail/python-list/2004-May/219401.html
http://www.matijs.net/software/msgconv/
It would also appear you can import them into mbox format using
Thunderbird.
I seem to remember there are also a couple of libraries and associated
tools for converting dbx/mbx/pst mail stores into mbox.
http://alioth.debian.org/projects/libpst/
Will.
____________________...