Displaying 4 results from an estimated 4 matches for "benmenzer".
2005 Apr 07
3
package
hello,
I created a package with my functions, and i wand to hide the code of some functions.
Could you help me ?
Gr?gory
--------------------------------------------------------------
GAZ DE FRANCE
Gr?gory Benmenzer
DIRECTION DE LA RECHERCHE
P?le Economie Statistiques et Sociologie
361 Avenue du pr?sident Wilson - BP 33
93211 La Plaine Saint Denis cedex
tel : 01 49 22 55 07
fax : 01 49 22 57 10
2003 Mar 04
3
linear model with arma errors
Dear all,
I'm looking for how can I estimate a linear model with ar(ma) errors :
y(t)=a*X(t)+e(t) with
P(B)e(t)=Q(B)u(t)
where u is a white noise and P, Q are some polynomes.
Could you help me ?
Gr?gory Benmenzer
2003 Feb 06
1
Réf. : About STEM Plot in R
hello,
you can use the persp() function. The shade=0.7 option is very nice. With
matlab, it is possible to change of colors automaticalli with the value to
be plotted.
Does someone know to do that ?
Gr?gory
f0z6305 at labs.tamu.edu@stat.math.ethz.ch on 06/02/2003 07:05:04
Envoy? par : r-help-admin at stat.math.ethz.ch
Pour : r-help at stat.math.ethz.ch
cc :
Objet : [R] About
2003 Jan 17
2
nls
HI,
i have some prob when i try to use nls().
my data is 1D vector, I tried to use a polynomial function(order is 3) to
fit it.
the data series is stored in x.
the a0, a1, a2, a3 below is coefficient, which i hope i can get from
calls "nls"
> z <- nls( ~ a0 + a1 * x + a2 * x * x + a3 * x * x * x, data = x )
Error in match.call(definition, call, expand.dots) :
.Primitive... is