Displaying 20 results from an estimated 35 matches for "agostino".
Did you mean:
agostini
2011 Oct 25
1
alternative option in skewness and kurtosis tests?
I have a question about the D'Agostino skewness test and the Anscombe-Glynn
kurtosis test.
agostino.test(x, alternative = c("two.sided", "less", "greater"))
anscombe.test(x, alternative = c("two.sided", "less", "greater"))
The option "alternative" in those two fun...
2013 Jun 25
6
security bugs and release
...s only confusion. For example, if I''m running 4.2.1
I don''t exatly know which patches have been applied. If you say, this is fixed
in 4.2.2 I know that if I''m run that version, I''m fine.
Is there a real reason because you don''t make a new release?
--
Agostino Sarubbo
Gentoo Linux Developer
2011 Aug 06
1
significance of differences in skew and kurtosis between two groups
Dear R-users,
I am comparing differences in variance, skew, and kurtosis between two groups.
For variance the comparison is easy: just
var.test(group1, group2)
I am using agostino.test() for skew, and anscombe.test() for kurtosis. However, I can't find an equivalent of the F.test or Mood.test for comparing kurtosis or skewness between two samples.
Would the test just be a 1 df test on the difference in Z or F scores returned by the agostino or anscombe? How are the dif...
2012 Feb 13
1
MCMCglmm with cross-classified random effects
...wondering
whether you could tell me specifying cross-classified random effects
in MCMCglmm requires a particular syntax? Are there any examples
somewhere? I have had a look at the manual and the package vignette,
but I have not been able to find any examples relevant to what I want
to do.
Thanks,
Agostino
2009 Sep 30
2
Compress (gzip) a pdf device
...'d like to compress a pdf from pdf() function/device. Is it possible to compress It on the flight?
I'd like to do something like:
pdf(gzipconnection())
dev.off()
If It is not possible, how can I create a gzip with the pdf?
Thanks
Daniele A.
________________________________
ORS Srl
Via Agostino Morando 1/3 12060 Roddi (Cn) - Italy
Tel. +39 0173 620211
Fax. +39 0173 620299 / +39 0173 433111
Web Site www.ors.it
------------------------------------------------------------------------------------------------------------------------
Qualsiasi utilizzo non autorizzato del presente messaggio e...
2001 Mar 09
0
Fitting automatically empirical data
...similar to arctg, or exp or parabolic:
they are not bad :)
2)How can I use nls to do the same thing (I hope nls is stronger than my
implementation of nlm: or not?)
Thank you very much!
--
___________________________________________________________________
| _____ _ _ _ ___ AGOSTINO MANZATO |
| |_ _| | | | \| | / _ \ ARPA-OSservatorio MEteorologico Reg.|
| | | | | | \' | | (_) | c/o Villa Chiozza, Via Carso 3 |
| |_| |_| |_|\_| \___/ I-33052 Cervignano (UD) Italy |
| Agostino.Manzato at osmer.fvg.it tel. +39 0431 382448/1 fax...
2017 Dec 13
3
[Bug 104237] New: nouveau-related kmail crash
https://bugs.freedesktop.org/show_bug.cgi?id=104237
Bug ID: 104237
Summary: nouveau-related kmail crash
Product: xorg
Version: unspecified
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nouveau at lists.freedesktop.org
2010 Apr 02
2
How to save a model in DB and retrieve It
...s = FALSE)
x <- sqlQuery(Channel, strQ, stringsAsFactors = F, believeNRows = FALSE) #read error
Above code is working for simplier models that have a shorter representation in variable "modX".
Any advice on how to store and retieve this kind of objects?
Thanks
Daniele
ORS Srl
Via Agostino Morando 1/3 12060 Roddi (Cn) - Italy
Tel. +39 0173 620211
Fax. +39 0173 620299 / +39 0173 433111
Web Site www.ors.it
------------------------------------------------------------------------------------------------------------------------
Qualsiasi utilizzo non autorizzato del presente messaggio e...
2008 May 08
1
ARIMA, AR, STEP
...c(2,0,0), list(order = c(3,0,0), period = 7))
#slower
arima(x, c(2,0,1), list(order = c(3,0,0), period = 7))
# do not converge
arima(x, c(2,0,0), list(order = c(3,0,1), period = 7))
#fast but not enough sophisticated
ar(x)
Thanks in advance
Daniele
________________________________
ORS Srl
Via Agostino Morando 1/3 12060 Roddi (Cn) - Italy
Tel. +39 0173 620211
Fax. +39 0173 620299 / +39 0173 433111
Web Site www.ors.it
------------------------------------------------------------------------------------------------------------------------
Qualsiasi utilizzo non autorizzato del presente messaggio e...
2010 Feb 24
1
Optimise huge data.frame construction
...= 1, B = 2, C = 3 )
alist[[2]] <- data.frame( ID = 2, timestamp = 2:15, val = rnorm(14), B = 2, C = 3, D = 4 )
alist[[3]] <- data.frame( ID = 3, timestamp = 3:30, val = rnorm(28), C = 1, D = 2 )
Thanks in advance for your valuable help.
Daniele
________________________________
ORS Srl
Via Agostino Morando 1/3 12060 Roddi (Cn) - Italy
Tel. +39 0173 620211
Fax. +39 0173 620299 / +39 0173 433111
Web Site www.ors.it
------------------------------------------------------------------------------------------------------------------------
Qualsiasi utilizzo non autorizzato del presente messaggio e...
2024 Jan 10
1
[Bug 3653] New: ConnectTimeout causes issue when connecting to an host via tsocks
...via tsocks
Product: Portable OpenSSH
Version: 9.6p1
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: agostino.sarubbo at gmail.com
Dear openssh developers,
in this issue (that is a bit hard to explain and then replicate) we
have three actors:
- an ssh/sshd in an home connection behind nat (home/10.10.0.1)
- a public sshd server
- a ssh client
To have a way to reach my home connection when I'm outsid...
2014 Sep 30
5
Clasificacion de individuos
...111122222222222222222222222222+128
1 | 000001133333477
2 | 000
3 | 3
4 |
5 | 000
6 |
7 |
8 |
9 |
10 | 00000
>quantile(V3,c(0.1,0.9))
10% 90%
0.0 0.1
La primera variable V1 aparece como Normal segun los test de
Kolmogorv-Smirnov, Jarque-Bera (simetria), Agostino (simetria) y Anscombe
(curtosis) pero como No Normal segun el test de Shapiro-Wilks.
Las otras dos no aparecen como Normales en ninguno de los test,
logicamente al tener una asimetria tan fuerte.
He probado transformando mediante Box-Cox pero la ni la raiz cuadadrada,
ni 1/Variable me solucionan...
2011 Mar 11
1
dataframe to a timeseries object
...Time02 <- replicate(100,
system.time(fooBy(X,
X$ID, buildTimeSeriesFromDataFrame,
simplify = TRUE))[[1]])
median(Time02)
hist(Time02)
plot(density(Time02), xlim = c(min(c(Time02, Time01)), max(c(Time02, Time01))))
lines(density(Time01))
Best regards,
Daniele Amberti
ORS Srl
Via Agostino Morando 1/3 12060 Roddi (Cn) - Italy
Tel. +39 0173 620211
Fax. +39 0173 620299 / +39 0173 433111
Web Site www.ors.it
------------------------------------------------------------------------------------------------------------------------
Qualsiasi utilizzo non autorizzato del presente messaggio e...
2016 Jun 28
0
[Bug 96553] Xorg freezes
https://bugs.freedesktop.org/show_bug.cgi?id=96553
--- Comment #1 from Agostino Sarubbo <ago at gentoo.org> ---
When the problem happens, In dmesg there is the following messages:
[11449.585126] nouveau 0000:01:00.0: fifo: SCHED_ERROR 0a [CTXSW_TIMEOUT]
[11449.585132] nouveau 0000:01:00.0: fifo: sw engine fault on channel 2,
recovering...
[11451.584882] nouveau 0000:01:...
2011 Apr 04
0
D'Agostino test
Juraj17 wrote:
>
> Do I have to write my own, or it exists yet? How name has it, or how can I
> use it.
>
Try the R-function search. It return the function you are looking for as the
first match.
Dieter
--
View this message in context: http://r.789695.n4.nabble.com/D-Agostino-test-tp3424952p3425833.html
Sent from the R help mailing list archive at Nabble.com.
2008 Jan 31
0
Date time, MSSQL and RODBC
...(on windows) and MSSQL installation. Sometimes it works directly (POSIXct to DB) sometimes I have to format a POSIXct to YYYYmmdd format to be able to insert date. What about a safe methodology about this kind of operation?
Thanks in advance
Daniele
________________________________
ORS Srl
Via Agostino Morando 1/3 12060 Roddi (Cn) - Italy
Tel. +39 0173 620211
Fax. +39 0173 620299 / +39 0173 433111
Web Site www.ors.it
------------------------------------------------------------------------------------------------------------------------
Qualsiasi utilizzo non autorizzato del presente messaggio e...
2004 Apr 15
2
Rsync hangs with XP machine used as sshd server
I have a problem with rsync 2.6 protocol 27 (both client and server)
running over XP via Cygwin and sshd (on remote machine). It just hangs
almost randomly while transfering files after transfering a few
megabytes, not always on the same file. When the remote machine is a
Linux server I have no problems, bad news is I need also to rsync from
XP... I found the problem mentioned somewhere
2009 Aug 04
0
Efficient coding
...n'))
cat(paste('...', round(first/length(toProcess)*100, 2), '%...\n'))
}
}
else cat(paste('...', round(first/length(toProcess)*100, 2), '%...\n'))
if(any(first %in% seq(100, length(toProcess), 250) )) gc()
first <- first +1
}
----
ORS Srl
Via Agostino Morando 1/3 12060 Roddi (Cn) - Italy
Tel. +39 0173 620211
Fax. +39 0173 620299 / +39 0173 433111
Web Site www.ors.it
------------------------------------------------------------------------------------------------------------------------
Qualsiasi utilizzo non autorizzato del presente messaggio e...
2005 Apr 29
0
Anscombe-Glynn, Bonett-Seier, D'Agostino
...d that there is some kind of lack on it.
So, I have written three functions:
1. Anscombe-Glynn test for kurtosis
2. Bonett-Seier test based on Geary's kurtosis (which is not widely
known, but I was inspired by original paper describing it, found
coincidentally in Elsevier database)
3. D'Agostino test for skewness
These three functions are not enough to make another small package, so I
am waiting for ideas about implementing it in some existing package. If
there is a need, I will contact maintainer and write manpages with
appropriate examples and references.
Regards,
--
Lukasz Komsta...
2014 Sep 30
2
Clasificacion de individuos
...3 | 3
> 4 |
> 5 | 000
> 6 |
> 7 |
> 8 |
> 9 |
> 10 | 00000
>
> >quantile(V3,c(0.1,0.9))
> 10% 90%
> 0.0 0.1
>
>
>
> La primera variable V1 aparece como Normal segun los test de Kolmogorv-
> Smirnov, Jarque-Bera (simetria), Agostino (simetria) y Anscombe
> (curtosis) pero como No Normal segun el test de Shapiro-Wilks.
> Las otras dos no aparecen como Normales en ninguno de los test,
> logicamente al tener una asimetria tan fuerte.
> He probado transformando mediante Box-Cox pero la ni la raiz
> cuadadrada, ni 1/...