I have a Moving Average of order $q$. That is to say $MA(q)$.
2026-02-24 08:16:14.1771920974
Show that Y is a Gaussian process
305 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in TIME-SERIES
- Expected Value of a time series model
- Calculating the Mean and Autocovariance Function of a Piecewise Time Series
- Autocovariance of a Sinusodial Time Series
- Why do we use a sequence of random variables to model **Univariate** Time Series?
- Calculating the conditional probability of a location given a specific time frame
- Determining first element of an AR1 model
- Finding ACVF of An AR(3) Process
- Question on limiting form of Doob's submartingale inequality
- $x_t = A\sin(t) + B\cos(t)$ is deterministic
- Explaining the fit of Correlation and Covariance in AR and MA models
Related Questions in GAUSSIAN
- How to fit a Gaussian approximation to the likelihood curve at maximum?
- How can I find percentile $P_{10}$ and $P_{90}$ for Normal Distribution with Mean as $100$ and Standard Deviation as $3$?
- Give probability space $(\Omega,F,\mathbb P)$ & random variable $X:\Omega \to \mathbb R$ on $(\Omega,F,\mathbb P)$ so $X$ has normal distribution.
- Analyticity of determinant formula for Gaussian integral
- Searching for a second order ODE whose solution is bell shape (Gaussian function)
- Expectation: sigmoid times mixture of Gaussians
- Joint Gaussian distribution implies Gaussian + independence?
- how was the gaussian distribution developed? (question of an answer already done)
- A uniform distributed random vector on euclidean ball is sub gaussian
- Predictive distribution of SPGP
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Possibly the fastest way is to use the direct definition.
Consider the set $$\{Y_{t_1},...,Y_{t_n}\}$$
We need to show that every linear combination of this set is Gaussian random variable. Take now such linear combination and denote the chosen indecies as in set $A$
$$\sum_{k\in A} \lambda_k Y_{t_k}$$
But what do we have here? A sum of sum of Gaussian variables times constants. And we know that is Gaussian by basic theorem. Hence we are done.
EDIT: To use the theorem that sums of Gaussians are Gaussian, we need that the Gaussians are independent. Let's show why that is. Consider $Y_{t_i},Y_{t_j}$ and show that the sum is indeed Gaussian using the moment generating function. Say that $t_i\leq t_j=t_i+n$
$$E(e^{s(Y_{t_i}+Y_{t_i+n})})=E(e^{s(\sum_{k=0}^q\theta_kZ_{t_i-k}+\sum_{k=0}^q\theta_kZ_{t_i+n-k})})$$
$$=E(e^{s(\sum_{k=0}^{q-n-1}Z_{t_i+n+k}(\theta_k+\theta_{k+n})+\sum_{k=0}^{\min(n-1,q)}\theta_{k} Z_{t_i+k}+\theta_{q-n+1+k} Z_{t_i+q+1+k})})$$
$$=\prod_{k=0}^{q-n-1} E(e^{s(Z_{t_i+n+k}(\theta_k+\theta_{k+n}))})\prod_{k=0}^{\min(n-1,q)}E(e^{s(\theta_{k} Z_{t_i+k})}) \prod_{k=0}^{\min(n-1,q)}E(e^{s(\theta_{q-n+1+k} Z_{t_i+q+1+k})})$$
And this is a product of MGTs of Gaussian variables, hence the sum is Gaussian. It remains to note that sums of $Y$ are always in this form.