Displaying 4 results from an estimated 4 matches for "weingartz".
2011 Aug 01
2
GLM & ANOVA
...va.glm?, son intercambiales los términos análisis de
varianza y análisis de devianza al usar GLM?
gracias,
saludos
---
Josué
--
Josué Mosés Polanco Martínez
Correo-e alternativo jomopo9 en yahoo.com
----
It is a wasted day unless you have learned something new and made
someone smile -Mark Weingartz.
2007 Jul 16
1
question about ar1 time series
...ar1(syntdata[i - 1], rho1, af)
}
return(syntdata)
}
I would like some suggestions and hints.
Thanks a lot for your help!
--
Josu? Mos?s Polanco Mart?nez
Correo-e alternativo jomopo at linuxmail.org
----
It is a wasted day unless you have learned something new and made
someone smile -Mark Weingartz.
2009 Mar 31
1
Lomb periodograms
Hi,
I have recently used the CTS package in order to use the Lomb-Scargle periodogram (spec.ls) function. I have noticed an issue that I hoped you may be able to explain. If a regularly spaced time series has two points removed, one at either side of a single data point (thus making an irregularly spaced time series), a spectrum with a very large peak at the highest frequencies is produced. An
2009 Oct 23
2
Wavelets
Hi all,
I am trying to do wavelets and I got an error message saying "The
length of data is not a power of 2"
Is there a way of handing that? or should the data length be exactly
the power of 2?
I am using R version 2.9.2 (2009-08-24)
The is library(wavethresh).
wds <- wd(ds$v,filter.number=1)
Thanks