search for: decaverage

Displaying 2 results from an estimated 2 matches for "decaverage".

2010 Jan 06
1
How to get bubbles on times series plot
Hi; lissage<-function(variable) { library(pastecs) ENTREE.ts <- ts(projet$ENTREE) ENTREE.dec <- decaverage(ENTREE.ts, order=variable, sides=2, ends="fill") plot(ENTREE.dec, col=c(1, 4), xlab="temps",ylab="Nombre d'entr?es",main=paste("Moyenne mobile d'ordre ",variable," sous R"), stack=FALSE, resid=FALSE, lpos=c(50, 12.3)) } lissage(100)...
2009 May 17
0
Some questions about package "pastecs" and "stats"
...no matter how many times the removing procedure is run and the signal reconstructed. 3. Question about package "pastecs": Are there any criteria helping with the choice of proper values for parameters "order", "times" , "type" for functions "decaverage" and "decmedian" ? 4. Question about package "stats": Are there any criteria helping with the choice of proper kernel shape ("daniell", "dirichlet", "fejer", "modified.daniell") and order and dimension ? Thank you in advan...