Log likelihood of normal time series
$begingroup$
Given a time series ${x_i, i=1, ldots, n}$ and define the corresponding series
$$y_i = log(x_{i+1} + a) - log(x_i + a),$$
where we assume that $y_i sim N(mu, sigma^2)$. The aim is to estimate $a$ via maximum likelihood estimation. I am coming across this in a financial paper and where the goal is to derive $a$ by MLE. The authors basically say the following:
For fixed $a$, it is easy to estimate $mu$ and $sigma$ since $y_i$ follows a normal distribution, hence this would be the sample mean and sample variance respectively.
Given $mu(a)$ and $sigma(a)$, one may determine $a$ as:
$$a := operatorname*{argmax}_a left(sum_{i=1}^{n} log f(x_{i+1}; x_i, a) right)$$
and they eventually derive the density $f$ using the transformation theorem:
begin{align}
f(x_{i+1};x_i,a) &= phi(x, mu(a), sigma(a))frac{d}{dx_{i+1}}|_{x = log(x_{i+1}+a)-log(x_i+a)} \
&= ... \
&= frac{1}{sqrt{2pi} sigma(a)(x_{i+1}+a)}exp left{frac{-1}{2}frac{[log(x_{i+1}+a)-log(x_i+a)-mu(a)]^2}{2sigma(a)^2} right }
end{align}
It has been some time that I have worked with log likelihoods so I am not sure if I can derive it correctly myself. First of all, we are dealing with a time series so I guess the assumption of independence is not really valid and instead we have to look at conditional densities.
So my reasoning was the following:
Since $y_i sim N(mu, sigma^2)$, we can say that $$y_i|x_{i} sim N(mu + log(x_{i}+a), sigma^2)$$
Now the authors derive the density in function of $y_i$ instead of $x_i$ so they use the transformation theorem to go back from $y$ to $x$. So let's define a random variable $Y = log(X+a)|{x_i}$ then the function $f: x to e^{x}-a$ maps $Y$ to $X$ with inverse $f^{-1}:x to log(x+a)$. Therefore by the transformation theorem the conditional density of $X|_{x_i}$ is then given by:
$$f_Y|_{x_i}(log(x+a))frac{d}{dx}log(x+a) = f_{Y|_{x_i}}(log(x+a))frac{1}{x+a}$$
and substituting the normal density I arrive to:
$$
frac{1}{sqrt{2pi}sigma(a) (x+a)}exp left{frac{-1}{2}frac{[log(x_{i+1}+a)-log(x_i+a)-mu(a)]^2}{sigma(a)^2} right }
$$
(I am not sure where the authors get the extra factor $2$ from in the denominator?)
First of all is my reasoning correct? Secondly, is the conditional density of each $x_{i+1}|x_i$ enough to get the total log-likelihood? Or is there a term missing?
Thanks!
maximum-likelihood log-likelihood
$endgroup$
add a comment |
$begingroup$
Given a time series ${x_i, i=1, ldots, n}$ and define the corresponding series
$$y_i = log(x_{i+1} + a) - log(x_i + a),$$
where we assume that $y_i sim N(mu, sigma^2)$. The aim is to estimate $a$ via maximum likelihood estimation. I am coming across this in a financial paper and where the goal is to derive $a$ by MLE. The authors basically say the following:
For fixed $a$, it is easy to estimate $mu$ and $sigma$ since $y_i$ follows a normal distribution, hence this would be the sample mean and sample variance respectively.
Given $mu(a)$ and $sigma(a)$, one may determine $a$ as:
$$a := operatorname*{argmax}_a left(sum_{i=1}^{n} log f(x_{i+1}; x_i, a) right)$$
and they eventually derive the density $f$ using the transformation theorem:
begin{align}
f(x_{i+1};x_i,a) &= phi(x, mu(a), sigma(a))frac{d}{dx_{i+1}}|_{x = log(x_{i+1}+a)-log(x_i+a)} \
&= ... \
&= frac{1}{sqrt{2pi} sigma(a)(x_{i+1}+a)}exp left{frac{-1}{2}frac{[log(x_{i+1}+a)-log(x_i+a)-mu(a)]^2}{2sigma(a)^2} right }
end{align}
It has been some time that I have worked with log likelihoods so I am not sure if I can derive it correctly myself. First of all, we are dealing with a time series so I guess the assumption of independence is not really valid and instead we have to look at conditional densities.
So my reasoning was the following:
Since $y_i sim N(mu, sigma^2)$, we can say that $$y_i|x_{i} sim N(mu + log(x_{i}+a), sigma^2)$$
Now the authors derive the density in function of $y_i$ instead of $x_i$ so they use the transformation theorem to go back from $y$ to $x$. So let's define a random variable $Y = log(X+a)|{x_i}$ then the function $f: x to e^{x}-a$ maps $Y$ to $X$ with inverse $f^{-1}:x to log(x+a)$. Therefore by the transformation theorem the conditional density of $X|_{x_i}$ is then given by:
$$f_Y|_{x_i}(log(x+a))frac{d}{dx}log(x+a) = f_{Y|_{x_i}}(log(x+a))frac{1}{x+a}$$
and substituting the normal density I arrive to:
$$
frac{1}{sqrt{2pi}sigma(a) (x+a)}exp left{frac{-1}{2}frac{[log(x_{i+1}+a)-log(x_i+a)-mu(a)]^2}{sigma(a)^2} right }
$$
(I am not sure where the authors get the extra factor $2$ from in the denominator?)
First of all is my reasoning correct? Secondly, is the conditional density of each $x_{i+1}|x_i$ enough to get the total log-likelihood? Or is there a term missing?
Thanks!
maximum-likelihood log-likelihood
$endgroup$
add a comment |
$begingroup$
Given a time series ${x_i, i=1, ldots, n}$ and define the corresponding series
$$y_i = log(x_{i+1} + a) - log(x_i + a),$$
where we assume that $y_i sim N(mu, sigma^2)$. The aim is to estimate $a$ via maximum likelihood estimation. I am coming across this in a financial paper and where the goal is to derive $a$ by MLE. The authors basically say the following:
For fixed $a$, it is easy to estimate $mu$ and $sigma$ since $y_i$ follows a normal distribution, hence this would be the sample mean and sample variance respectively.
Given $mu(a)$ and $sigma(a)$, one may determine $a$ as:
$$a := operatorname*{argmax}_a left(sum_{i=1}^{n} log f(x_{i+1}; x_i, a) right)$$
and they eventually derive the density $f$ using the transformation theorem:
begin{align}
f(x_{i+1};x_i,a) &= phi(x, mu(a), sigma(a))frac{d}{dx_{i+1}}|_{x = log(x_{i+1}+a)-log(x_i+a)} \
&= ... \
&= frac{1}{sqrt{2pi} sigma(a)(x_{i+1}+a)}exp left{frac{-1}{2}frac{[log(x_{i+1}+a)-log(x_i+a)-mu(a)]^2}{2sigma(a)^2} right }
end{align}
It has been some time that I have worked with log likelihoods so I am not sure if I can derive it correctly myself. First of all, we are dealing with a time series so I guess the assumption of independence is not really valid and instead we have to look at conditional densities.
So my reasoning was the following:
Since $y_i sim N(mu, sigma^2)$, we can say that $$y_i|x_{i} sim N(mu + log(x_{i}+a), sigma^2)$$
Now the authors derive the density in function of $y_i$ instead of $x_i$ so they use the transformation theorem to go back from $y$ to $x$. So let's define a random variable $Y = log(X+a)|{x_i}$ then the function $f: x to e^{x}-a$ maps $Y$ to $X$ with inverse $f^{-1}:x to log(x+a)$. Therefore by the transformation theorem the conditional density of $X|_{x_i}$ is then given by:
$$f_Y|_{x_i}(log(x+a))frac{d}{dx}log(x+a) = f_{Y|_{x_i}}(log(x+a))frac{1}{x+a}$$
and substituting the normal density I arrive to:
$$
frac{1}{sqrt{2pi}sigma(a) (x+a)}exp left{frac{-1}{2}frac{[log(x_{i+1}+a)-log(x_i+a)-mu(a)]^2}{sigma(a)^2} right }
$$
(I am not sure where the authors get the extra factor $2$ from in the denominator?)
First of all is my reasoning correct? Secondly, is the conditional density of each $x_{i+1}|x_i$ enough to get the total log-likelihood? Or is there a term missing?
Thanks!
maximum-likelihood log-likelihood
$endgroup$
Given a time series ${x_i, i=1, ldots, n}$ and define the corresponding series
$$y_i = log(x_{i+1} + a) - log(x_i + a),$$
where we assume that $y_i sim N(mu, sigma^2)$. The aim is to estimate $a$ via maximum likelihood estimation. I am coming across this in a financial paper and where the goal is to derive $a$ by MLE. The authors basically say the following:
For fixed $a$, it is easy to estimate $mu$ and $sigma$ since $y_i$ follows a normal distribution, hence this would be the sample mean and sample variance respectively.
Given $mu(a)$ and $sigma(a)$, one may determine $a$ as:
$$a := operatorname*{argmax}_a left(sum_{i=1}^{n} log f(x_{i+1}; x_i, a) right)$$
and they eventually derive the density $f$ using the transformation theorem:
begin{align}
f(x_{i+1};x_i,a) &= phi(x, mu(a), sigma(a))frac{d}{dx_{i+1}}|_{x = log(x_{i+1}+a)-log(x_i+a)} \
&= ... \
&= frac{1}{sqrt{2pi} sigma(a)(x_{i+1}+a)}exp left{frac{-1}{2}frac{[log(x_{i+1}+a)-log(x_i+a)-mu(a)]^2}{2sigma(a)^2} right }
end{align}
It has been some time that I have worked with log likelihoods so I am not sure if I can derive it correctly myself. First of all, we are dealing with a time series so I guess the assumption of independence is not really valid and instead we have to look at conditional densities.
So my reasoning was the following:
Since $y_i sim N(mu, sigma^2)$, we can say that $$y_i|x_{i} sim N(mu + log(x_{i}+a), sigma^2)$$
Now the authors derive the density in function of $y_i$ instead of $x_i$ so they use the transformation theorem to go back from $y$ to $x$. So let's define a random variable $Y = log(X+a)|{x_i}$ then the function $f: x to e^{x}-a$ maps $Y$ to $X$ with inverse $f^{-1}:x to log(x+a)$. Therefore by the transformation theorem the conditional density of $X|_{x_i}$ is then given by:
$$f_Y|_{x_i}(log(x+a))frac{d}{dx}log(x+a) = f_{Y|_{x_i}}(log(x+a))frac{1}{x+a}$$
and substituting the normal density I arrive to:
$$
frac{1}{sqrt{2pi}sigma(a) (x+a)}exp left{frac{-1}{2}frac{[log(x_{i+1}+a)-log(x_i+a)-mu(a)]^2}{sigma(a)^2} right }
$$
(I am not sure where the authors get the extra factor $2$ from in the denominator?)
First of all is my reasoning correct? Secondly, is the conditional density of each $x_{i+1}|x_i$ enough to get the total log-likelihood? Or is there a term missing?
Thanks!
maximum-likelihood log-likelihood
maximum-likelihood log-likelihood
asked Jan 16 at 18:41
user39039user39039
808
808
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3076114%2flog-likelihood-of-normal-time-series%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3076114%2flog-likelihood-of-normal-time-series%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown