5a775b8f85aa71a1cfbd31b467651de8689eb7e0
1 \begin{tikzpicture
}[scale=
0.5]
4 \draw[<->, thick
] (
0,
4) node (yaxis)
[left
] {$X_t$
}
5 |- (
11,
0) node (xaxis)
[right
] {$t$
} ;
7 \foreach \t in
{1,
2,
3,
4,
5,
6}
8 \draw[dashed,
color=PineGreen
] (
1.5*
\t cm,
4) -- (
1.5*
\t cm, -
3pt)
9 node
[anchor=north
] {$
\t \delta$
};
11 \draw[color=PineGreen
] plot
[smooth
] file
{tikz/data.dat
};
13 \draw (
0,
0) -- (
0,-
3pt) node
[below,
color= PineGreen
] {0};
14 \draw[dashed,
color=PineGreen
] (
1.5*
7,
4) -- (
1.5*
7,-
3pt)
15 node
[below
] {};
%$T+\delta$
17 \foreach \t in
{1,
2,
5}
18 \draw[color=PineGreen
] (-
0.75+
1.5*
\t,
1.5) node
[below, scale=
0.75] {$Z_
\t(t)$
};
20 \foreach \t in
{3,
4,
6}
21 \draw[color=PineGreen
] (-
0.75+
1.5*
\t,
3.5) node
[below, scale=
0.75] {$Z_
\t(t)$
};