Skip to content

Commit 68942d5

Browse files
committed
change unknown character
1 parent 27fb4b5 commit 68942d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Time Series Analysis - 1.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"\n",
8989
"*Mean of a time series $x_t$ is $E(x_t)=\\mu(t)$*\n",
9090
"\n",
91-
"*Variance of a time series $x_t$ is $\\sigma^2(t)=E[(x_t\\mu(t))^2]$*\n",
91+
"*Variance of a time series $x_t$ is $\\sigma^2(t)=E[(x_t - \\mu(t))^2]$*\n",
9292
"\n",
9393
"**A time series is stationary in the mean if $\\mu(t)=\\mu$, i.e.mean is constant with time**\n",
9494
"\n",

0 commit comments

Comments
 (0)