<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/251702</link>
    <title>MATLAB Central Newsreader - Stochastic process - parameter estimation</title>
    <description>Feed for thread: Stochastic process - parameter estimation</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Tue, 19 May 2009 11:42:01 -0400</pubDate>
      <title>Stochastic process - parameter estimation</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/251702#650889</link>
      <author>Thomas </author>
      <description>Hi,&lt;br&gt;
&lt;br&gt;
I have a time series (sample) and suppose it consists of one or the sum of several stochastic processes, their structure already known (e.g. Brownian motion, Poisson process, ...). Now I'd like to estimate the respective (yet unknown) parameters so that in the end I'll have a best fit, regarding the characteristics of the sampled series.&lt;br&gt;
&lt;br&gt;
Could anyone give me a hint how to proceed or where to begin? Is there a functionality implemented in MATLAB capable of doing this?&lt;br&gt;
&lt;br&gt;
Thank you.&lt;br&gt;
&lt;br&gt;
Thomas</description>
    </item>
    <item>
      <pubDate>Tue, 19 May 2009 12:08:01 -0400</pubDate>
      <title>Re: Stochastic process - parameter estimation</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/251702#650895</link>
      <author>Wayne King</author>
      <description>Hi Thomas, depending on which toolboxes you have installed and which model you can reasonably posit for the process, there is a lot of functionality in place for that. Can you provide a bit more detail about your process. Can you reasonably assume that it is wide-sense stationary for example?&lt;br&gt;
&lt;br&gt;
wayne&lt;br&gt;
&lt;br&gt;
&quot;Thomas &quot; &amp;lt;meinl@iism.uni-karlsruhe.de&amp;gt; wrote in message &amp;lt;guu5u9$ajl$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hi,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I have a time series (sample) and suppose it consists of one or the sum of several stochastic processes, their structure already known (e.g. Brownian motion, Poisson process, ...). Now I'd like to estimate the respective (yet unknown) parameters so that in the end I'll have a best fit, regarding the characteristics of the sampled series.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Could anyone give me a hint how to proceed or where to begin? Is there a functionality implemented in MATLAB capable of doing this?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thank you.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thomas</description>
    </item>
    <item>
      <pubDate>Tue, 19 May 2009 12:29:02 -0400</pubDate>
      <title>Re: Stochastic process - parameter estimation</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/251702#650904</link>
      <author>Thomas </author>
      <description>Hi Wayne,&lt;br&gt;
&lt;br&gt;
As for the stationarity: I already cared about that, removing trends, seasonalities and so on, so that I may assume now that the remaining part can be considered purely stochastic ( in fact I'm trying to redo what I read in a paper, while I improved the step of removing seasonalities, and now want to follow the rest of their steps in order to compare the results).&lt;br&gt;
&lt;br&gt;
The most basic form would be that the stochastic process X_t consists of&lt;br&gt;
&lt;br&gt;
X_t = S_t + L_t&lt;br&gt;
&lt;br&gt;
with L_t a long term stochastic process&lt;br&gt;
&lt;br&gt;
dL_t = s_L dW_t^L&lt;br&gt;
&lt;br&gt;
and S_t a short term Ornstein-Uhlenbeck process&lt;br&gt;
&lt;br&gt;
dS_t = k(n-S_t)dt + s_S dW_t^S&lt;br&gt;
&lt;br&gt;
(I hope the notation is comprehensible) with W_t^L and W_t^S two independent Brownian motions. Extended models also include Poisson processes.&lt;br&gt;
&lt;br&gt;
Now I'd like to estimate s_L, s_S, k and n, give a sample (which is assumed to be stationary) of the time series.&lt;br&gt;
&lt;br&gt;
Thanks a lot for your help.&lt;br&gt;
&lt;br&gt;
Thomas&lt;br&gt;
&lt;br&gt;
&quot;Wayne King&quot; &amp;lt;wmkingty@gmail.com&amp;gt; wrote in message &amp;lt;guu7f1$i7i$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hi Thomas, depending on which toolboxes you have installed and which model you can reasonably posit for the process, there is a lot of functionality in place for that. Can you provide a bit more detail about your process. Can you reasonably assume that it is wide-sense stationary for example?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; wayne&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &quot;Thomas &quot; &amp;lt;meinl@iism.uni-karlsruhe.de&amp;gt; wrote in message &amp;lt;guu5u9$ajl$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; Hi,&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; I have a time series (sample) and suppose it consists of one or the sum of several stochastic processes, their structure already known (e.g. Brownian motion, Poisson process, ...). Now I'd like to estimate the respective (yet unknown) parameters so that in the end I'll have a best fit, regarding the characteristics of the sampled series.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Could anyone give me a hint how to proceed or where to begin? Is there a functionality implemented in MATLAB capable of doing this?&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Thank you.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Thomas</description>
    </item>
    <item>
      <pubDate>Mon, 25 May 2009 07:46:01 -0400</pubDate>
      <title>Re: Stochastic process - parameter estimation</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/251702#652154</link>
      <author>Thomas </author>
      <description>Is there anyone who can give me a hint on this? Since I have a University's licence, I think I should have installed quite all toolboxes necessary.&lt;br&gt;
&lt;br&gt;
Regards&lt;br&gt;
&lt;br&gt;
Thomas&lt;br&gt;
&lt;br&gt;
&quot;Thomas &quot; &amp;lt;meinl@iism.uni-karlsruhe.de&amp;gt; wrote in message &amp;lt;guu8me$7vk$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hi Wayne,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; As for the stationarity: I already cared about that, removing trends, seasonalities and so on, so that I may assume now that the remaining part can be considered purely stochastic ( in fact I'm trying to redo what I read in a paper, while I improved the step of removing seasonalities, and now want to follow the rest of their steps in order to compare the results).&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; The most basic form would be that the stochastic process X_t consists of&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; X_t = S_t + L_t&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; with L_t a long term stochastic process&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; dL_t = s_L dW_t^L&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; and S_t a short term Ornstein-Uhlenbeck process&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; dS_t = k(n-S_t)dt + s_S dW_t^S&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; (I hope the notation is comprehensible) with W_t^L and W_t^S two independent Brownian motions. Extended models also include Poisson processes.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Now I'd like to estimate s_L, s_S, k and n, give a sample (which is assumed to be stationary) of the time series.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thanks a lot for your help.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thomas&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &quot;Wayne King&quot; &amp;lt;wmkingty@gmail.com&amp;gt; wrote in message &amp;lt;guu7f1$i7i$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; Hi Thomas, depending on which toolboxes you have installed and which model you can reasonably posit for the process, there is a lot of functionality in place for that. Can you provide a bit more detail about your process. Can you reasonably assume that it is wide-sense stationary for example?&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; wayne&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &quot;Thomas &quot; &amp;lt;meinl@iism.uni-karlsruhe.de&amp;gt; wrote in message &amp;lt;guu5u9$ajl$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Hi,&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; I have a time series (sample) and suppose it consists of one or the sum of several stochastic processes, their structure already known (e.g. Brownian motion, Poisson process, ...). Now I'd like to estimate the respective (yet unknown) parameters so that in the end I'll have a best fit, regarding the characteristics of the sampled series.&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Could anyone give me a hint how to proceed or where to begin? Is there a functionality implemented in MATLAB capable of doing this?&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Thank you.&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Thomas</description>
    </item>
  </channel>
</rss>

