search for: buja

Displaying 6 results from an estimated 6 matches for "buja".

Did you mean: bua
2003 Mar 08
5
H323 on and on
...ation... Could anyone help me with that? 3 Another question is what codecs can I use, while using h323 with asterisk? Somewhere it passed through my eyes that there is only g711 available, which seems to me as a joke. Anyone? Thanks in advance for helpful information. Bestest regards, Krzysztof Bujak =========================================================================== Ta wiadomosc zostala sprawdzona na obecnosc wirusow komputerowych przez system antywirusowy na serwerze IT Form. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/...
2000 May 04
0
About Omega in pda()
...users My issue is both theorical and technical. I would like to run a penalised discriminant analysis with the fda() function, but I don''t know all the details of splines theory. I try on the example of the phonems from the article "Penalised Discriminant Analysis" of Hastie, Buja and Tibshirani 1994 : 5 groups and 256 variables. The 256 variables are from the discretisation of log-periodogram. Consequently, we want the scores to be smoothed by the frequency. in continuus writing, J(beta)= integral of the square second derivative of beta upon the frequencies and J(beta)=(...
2009 May 14
3
Rstat e InformationBuilders
Hola, ¿qué tal? No sé si es o no noticia conocida, pero ahí va el enlace: http://www.informationbuilders.com/products/webfocus/predictivemodeling.html Y, ahora, en resumidas cuentas: una multinacional que vende herramientas de gestión ha incorporado un módulo de "análisis predictivo" construido sobre R. Poco a poco, R se hace un hueco en la empresa... Un saludo, Carlos J. Gil
2010 May 05
2
OLS Regression diagnostic measures check list - what to consider?
Hello dear R help list, I wish to compile a check-list for diagnostic measures for OLS regression. My question: Can you offer more (or newer) tests/measures for the validity of a linear model then what is given here: http://www.statmethods.net/stats/rdiagnostics.html This resource gives a list of measures to test for: OUTLIERS, INFLUENTIAL OBSERVATIONS, NON-NORMALITY, NON-CONSTANT ERROR
2010 Aug 10
2
p-values with pvclust
Hi, if you look at the first image (Image1) you see that there are 2 main clusters 7 and 8 I wanted to use pvclust to calculate a p-value whether these clusters are due to chance or statistically significant. Unfortunately pvclust does not provide a p-value for the first brunch (7 and 8). So I added a row to my matrix which is very different to the rest of the data to create an additional
2006 Mar 16
3
Did I use "step" function correctly? (Is R's step() function reliable?)
Hi all, I put up an exhaustive model to use R's "step" function: ------------------------ mygam=gam(col1 ~ 1 + col2 + col3 + col4 + col2 ^ 2 + col3 ^ 2 + col4 ^ 2 + col2 ^ 3 + col3 ^ 3 + col4 ^ 3 + s(col2, 1) + s(col3, 1) + s(col4, 1) + s(col2, 2) + s(col3, 2) + s(col4, 2) + s(col2, 3) + s(col3, 3) + s(col4, 3) + s(col2, 4) + s(col3, 4) + s(col4, 4) + s(col2, 5) + s(col3,