Displaying 9 results from an estimated 9 matches for "pavia".
Did you mean:
paiva
2011 Sep 19
2
Poisson-Gamma computation (parameters and likelihood)
...9;t understand.
*poislike*
*[1] 0 0 0 0 0 0 0 0 0 0*
The values shouldn't be all null, otherwise my posterior cannot be computed
properly. Does anyone have any idea on where I could possibly have messed it
up?
Thank you very much for your attention.
Regards,
Sebastiano Putoto (University of Pavia, Italy)
[[alternative HTML version deleted]]
2004 May 11
1
ou=computers ???
...ldap admin dn = "cn=ldap manager,dc=intra,dc=local"
ldap suffix = dc=intra,dc=local
ldap group suffix = ou=Groups
ldap user suffix = ou=Users
ldap machine suffix = ou=Computers
ldap idmap suffix = ou=Users
SysNet - via Dossi,8 27100 Pavia Tel: +390382573859 Fax: +390382476497
2004 May 24
5
vscan permission
Hello, I have installed samba-vscan module but when I
try to read a test file:
May 24 12:14:12 va2 smbd_vscan-clamav[15035]: ERROR: file
/home/testav/eicar.com not found, not readable or an error occured
why ?
my smb.conf for homes:
[homes]
comment = home of %U, %u
read only = No
valid users = %U
create mask = 0644
directory mask = 0775
2008 Jan 29
0
New package: dtw - Dynamic Time Warping
...g.
Best regards,
Toni Giorgino
--
Toni Giorgino, PhD toni.giorgino at unipv.it
Laboratorio di Informatica Biomedica tel +39 0382 985981
Dip. Informatica e Sistemistica fax +39 0382 526088
via Ferrata 1 I-27100 Pavia
[[alternative HTML version deleted]]
_______________________________________________
R-packages mailing list
R-packages at r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages
2008 Jan 29
0
New package: dtw - Dynamic Time Warping
...g.
Best regards,
Toni Giorgino
--
Toni Giorgino, PhD toni.giorgino at unipv.it
Laboratorio di Informatica Biomedica tel +39 0382 985981
Dip. Informatica e Sistemistica fax +39 0382 526088
via Ferrata 1 I-27100 Pavia
[[alternative HTML version deleted]]
_______________________________________________
R-packages mailing list
R-packages at r-project.org
https://stat.ethz.ch/mailman/listinfo/r-packages
2006 Jun 23
1
Rename computer in a domain
...w can I do this?
The script in "add machine script" smb.conf key is not executed during
this operation, only joining a new machine.
Samba version is 3.0.10, on a linux centos4 box.
Can anybody help me?
Thanks a lot
Ing. Marco D?Ettorre
Consultant
SysNet s.n.c.
Via Dossi, 8 - 27100 Pavia - ITALIA
http://www.sys-net.it
------------------------------------
Office: +39.0382.573859 (102)
Mobile: +39.348.1510674
Email: marco.dettorre@sys-net.it
------------------------------------
2000 Jun 29
1
ANOVA
> Date: Thu, 29 Jun 2000 14:22:24 +0000
> From: Lilla Di Scala <lilla at dimat.unipv.it>
> I have a problem regarding the anova() output. When I apply it to a
> single regression model, I do not understand how the values
> corresponding to the F statistics are obtained by the software. I
> believe that they are computed using differences between residual sums
> of
2007 Apr 12
3
Comment from OpenLDAP developer regarding "deferring operations"
...rforming another. In case of failure (e.g.
timeout) while waiting for bind response, the connection should be
trashed (see ldap_unbind_ext(3)) and recreated. This is what is done,
for example, by slapd-ldap(5).
p.
Ing. Pierangelo Masarati
OpenLDAP Core Team
SysNet s.r.l.
via Dossi, 8 - 27100 Pavia - ITALIA
http://www.sys-net.it
---------------------------------------
Office: +39 02 23998309
Mobile: +39 333 4963172
Email: pierangelo.masarati at sys-net.it
---------------------------------------
2005 Sep 04
0
Control break in Rails
What is the best way to implement a control break, in Rails ?
Suppose we have a table:
CREATE TABLE purchases (
id int not null auto_increment ,
card varchar(20) ,
description varchar(80) ,
amount decimal(10,2)
)
with this data
1, AA, xxxxxxx, 20.45
2, BB, xxxxxxx, 3.45
3, AA, xxxxxxx, 23.45
4, AA, xxxxxxx, 11.22
5, BB, xxxxxxx, 91.77
and we want to make a report like this:
CARD AA