MathGroup Archive 2004

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: time series

  • To: mathgroup at smc.vnet.net
  • Subject: [mg46390] Re: [mg46362] time series
  • From: Tomas Garza <tgarza01 at prodigy.net.mx>
  • Date: Mon, 16 Feb 2004 23:42:36 -0500 (EST)
  • References: <200402161400.JAA20569@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Paolo: A sympathetic piece of advice: I suggest you start by reading some
text about Mathematica (the first part of The Mathematica Book should
suffice). You seem to be unaware of the basic functions in Mathematica.
Anyway, for your particular problem, use Partition (cf.).

Tomas Garza
Mexico City
----- Original Message ----- 
From: "paolo tarpanelli" <tarpanelli at libero.it>
To: mathgroup at smc.vnet.net
Subject: [mg46390] [mg46362] time series


> Given a time series
> x={a1,a2,a3,a4,a5,a6,...,an}
>
> how can i divide it in different segments x1, x2,..., xn
>
> x1={a1,a2,a3}
> x2={a4,a5,a6}
> ...
> xn={an-2,an-1,an}
>
> thanks
>
> Paolo
>
>



  • References:
    • time series
      • From: "paolo tarpanelli" <tarpanelli@libero.it>
  • Prev by Date: Re: No Output, No Error
  • Next by Date: RE: No Output, No Error
  • Previous by thread: Re: time series
  • Next by thread: Re: time series