Displaying 18 results from an estimated 18 matches for "metodi".
Did you mean:
metods
2004 Oct 04
4
scatter plot and marginal
Hallo,
I would like to add the marginal distributions along the X and the Y axis to a
scatter plot.
Can anybody help me, please?
Thank you,
Paolo
--
Paolo Bulla
Istituto di Metodi Quantitativi
Universit?? "L. Bocconi"
viale Isonzo 25
20136 Milano
paolo.bulla at unibocconi.it
2005 Dec 28
2
R on Mandriva 2006
...problem.
I also tried with a source code in R-2.1.1.tar but I think that there is some
problem concerning the new version of gcc (4.x), so I downgraded it to gcc
3.4.5 but it does not work either.
Could anyone help me with this installation, please?
Thanks,
Paolo
--
Paolo Bulla
Istituto di Metodi Quantitativi
Universit?? "L. Bocconi"
Tel. +39 02.5836.5651
viale Isonzo 25
20136 Milano
paolo.bulla at unibocconi.it
2009 Mar 25
1
mvtnorm package
...very useful for me the "qmvnorm" comand, but I see that it can
compute only quantile for equicoordinate. Is it possible to have a
curve (or a set of values) if we don't want equicoordinates?
Thank you
Best regards
Antonio.
--
Antonio Lucadamo,
Dipartimento di Scienze Economiche e Metodi Quantitativi
Universit? del Piemonte Orientale "A. Avogadro"
via Perrone, 18 - 28100 Novara
fax: +39 0321 375305
phone: +39 0321 375338
mobile phone: +39 3385973881
skype contact: antonio.lucadamo
2009 May 04
1
ellipse
...that I
build with this package can be equivalent to an Union Intersection
Test. I used different
value for the t-statistic but I can not find the right equivalence.
Does someone know how to choose the right value?
Thanks a lot.
Antonio
--
Antonio Lucadamo,
Dipartimento di Scienze Economiche e Metodi Quantitativi
Universit? del Piemonte Orientale "A. Avogadro"
via Perrone, 18 - 28100 Novara
fax: +39 0321 375305
phone: +39 0321 375338
mobile phone: +39 3385973881
skype contact: antonio.lucadamo
2009 May 21
1
Rpart - best split selection for class method and Gini splitting index
...uot; are used. In particular I'd like to have look to the
source code that works out the best split for un unordered predictor.
Does anyone can suggest me which functions in the sources I should consider
?
Any input would be highly appreciated.
Thank you
Paolo
Paolo Radaelli
Dipartimento di Metodi Quantitativi per le Scienze Economiche ed Aziendali
Facolt? di Economia
Universit? degli Studi di Milano-Bicocca
Via Bicocca degli Arcimboldi, 8
20126 Milano
Italy
e-mail paolo.radaelli at unimib.it
Tel +39 02 6448 3163
Fax +39 02 6448 3105
2007 Apr 04
1
gpclib library
...ot;http://cran.cnr.berkeley.edu/") :
argument 'lib' is missing: using /usr/local/lib/R/site-library
May be my old library have some problem:
library(gpclib)
Errore in loadNamespace(package, c(which.lib.loc, lib.loc), keep.source
= keep.source) :
in 'gpclib', metodi da esportare specificati, ma nessuno
definito: show, get.bbox, plot, intersect, union, setdiff, [,
append.poly, scale.poly, area.poly, get.pts, coerce
Errore: caricamento pacchetto/namespace fallito per 'gpclib'
Someone knows where I can find the library
Thank you
Leonardo
2006 Jul 06
1
Bug test di Rails
...indi che i test da eseguire non
dipendono dai risultati di test gi? eseguiti.
Ho analizzato le query, ed ho notato che alla fine di ogni test esegue
un rollback.
Io ho installato nel mio sistema MySQL 4.1.20, ma questi rollback non
funzionano.
In pratica i test non funzionano, in quanto i primi metodi che esegue
influenzano eccome i successivi.
Qualcuno di voi ha gi? avuto esperienza di ci?, oppure pensate che i
test automatizzati non siano parte integrante dello sviluppo (e non
solo) di un progetto?
grazie mille
Ah dimenticavo, io le tabelle le ho create normalmente, come indicato
dal li...
2007 Jan 03
1
User defined split function in Rpart
...variable
temp <- cumsum(y*wt)[-n]
left.wt <- cumsum(wt)[-n]
right.wt <- sum(wt) - left.wt
lmean <- temp/left.wt
rmean <- -temp/right.wt
goodness <- (left.wt*lmean^2 + right.wt*rmean^2)/sum(wt*y^2)
list(goodness= goodness, direction=sign(lmean))
}
}
Paolo Radaelli
Dipartimento di Metodi Quantitativi per le Scienze Economiche ed Aziendali
Facolt? di Economia
Universit? degli Studi di Milano-Bicocca
P.zza dell'Ateneo Nuovo, 1
20126 Milano
Italy
e-mail paolo.radaelli a unimib.it
2005 Sep 08
1
package installation error (LF versus CR)
...ke[2]: *** [indices] Error 1
make[1]: *** [all] Error 2
make: *** [pkg-dlm] Error 2
*** Installation of dlm failed ***
Does anybody please have suggestions?
If relevant, the source package was downloaded from a unix server using cvs+ssh
Thanks a lot,
best,
Sonia
--
Sonia Petrone
Istituto di Metodi Quantitativi
Universit?? Bocconi
Viale Isonzo 25
20135 Milano, Italia.
2006 Nov 24
1
Splitting criterion in tree and rpart
? stato filtrato un testo allegato il cui set di caratteri non era
indicato...
Nome: non disponibile
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20061124/6ac3d11f/attachment.pl
2009 Jun 04
0
ordered Twoing criterion in classification trees
Dear R users,
I'm using the rpart package to build classification trees. I'm interested in
implementing the ordered Twoing as a splitting criterion.
Does anyone have experience with this task ?
Thank you for your help
Paolo
Paolo Radaelli
Dipartimento di Metodi Quantitativi per le Scienze Economiche ed Aziendali
Facolt? di Economia
Universit? degli Studi di Milano-Bicocca
Via Bicocca degli Arcimboldi, 8
20126 Milano
Italy
e-mail paolo.radaelli at unimib.it
Tel +39 02 6448 3163
Fax +39 02 6448 3105
2009 May 14
0
Rpart - user defined split functions
...nctions rpart.s and
rpart.class.s but it is quite hard for me to understand which part of the
code I should include in definining my own eval and init functions.
Does anyone can suggest me how to proceed ?
Any input would be highly appreciated.
>
Thank you
Paolo
Paolo Radaelli
Dipartimento di Metodi Quantitativi per le Scienze Economiche ed Aziendali
Facolt? di Economia
Universit? degli Studi di Milano-Bicocca
Via Bicocca degli Arcimboldi, 8
20126 Milano
Italy
e-mail paolo.radaelli at unimib.it
Tel +39 02 6448 3163
Fax +39 02 6448 3105
2012 Apr 06
2
Bayesian 95% Credible interval
Hi all,
I have the data from the posterior distribution for some parameter. I want
to find the 95% credible interval. I think "t.test(data)" is only for the
confidence interval. I did not fine function for the Bayesian credible
interval. Could some one suggest me?
Thanks
[[alternative HTML version deleted]]
2009 May 26
0
cross-validation in rpart
...vided into 10 groups and, as before, the xerror is
computed by averaging the erorrs one gets in predicting the class of a
group of obs by the tree obtained with the others 9 ? xstd is the standard
deviation of this errors ?
Thank you for your help
Paolo Radaelli
Paolo Radaelli
Dipartimento di Metodi Quantitativi per le Scienze Economiche ed Aziendali
Facolt? di Economia
Universit? degli Studi di Milano-Bicocca
Via Bicocca degli Arcimboldi, 8
20126 Milano
Italy
e-mail paolo.radaelli at unimib.it
Tel +39 02 6448 3163
Fax +39 02 6448 3105
begin included message
a.. begin included message I...
2006 Jul 20
2
Correspondence analysis with R -follow up
Hi all,
thank you for your answers; i've tried both cca from vegan library, and
dudi.coa from ade4 library; one last question: my deal is mainly with
contingency tables, like the one i'm posting here
acciaieria<-c(.41,.02,.44,.04,.09)
laminatoio<-c(.34,.28,.26,.01,.11)
fonderia<-c(.48,.05,.34,.08,.05)
leghe<-c(.45,.19,.25,.03,.08)
2009 Jun 09
3
rpart - the xval argument in rpart.control and in xpred.rpart
...he number of times that the cross-validation
is performed. Am I right ? If so, how many subsets compose the learning
sample when performing one of the xval cross-validations ? Is it a 10-fold
cross-validation repeated xval=10 times ?
Thank you for your help
Paolo
Paolo Radaelli
Dipartimento di Metodi Quantitativi per le Scienze Economiche ed Aziendali
Facolt? di Economia
Universit? degli Studi di Milano-Bicocca
Via Bicocca degli Arcimboldi, 8
20126 Milano
Italy
e-mail paolo.radaelli at unimib.it
Tel +39 02 6448 3163
Fax +39 02 6448 3105
2007 Apr 01
4
Abundance data ordination in R
Um texto embutido e sem conjunto de caracteres especificado associado...
Nome: n?o dispon?vel
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070401/33921c2a/attachment.pl
2011 Jun 16
4
NonParametric Anova
Dear Sir,
I would like to ask whether there is any tool in R, developed for the function of non parametric Anova, where the non parametric analysis is able to compute the p-value for interaction as well (similar to Anova)? If not, would sir like to suggest any of the other statistical software around which would have this tool?
Thank you.
LYLing.
?SAVE PAPER! SAVE THE WORLD! - Please do not