<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=122.178.112.241</id>
	<title>formulasearchengine - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=122.178.112.241"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/wiki/Special:Contributions/122.178.112.241"/>
	<updated>2026-05-02T21:29:10Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0-wmf.28</generator>
	<entry>
		<id>https://en.formulasearchengine.com/index.php?title=Rand_index&amp;diff=13570</id>
		<title>Rand index</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=Rand_index&amp;diff=13570"/>
		<updated>2013-12-23T06:48:51Z</updated>

		<summary type="html">&lt;p&gt;122.178.112.241: /* Properties */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Merge|Cox–Ingersoll–Ross model|date=September 2010}}&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;CIR process&#039;&#039;&#039; (named after its creators [[John C. Cox]], [[Jonathan E. Ingersoll]], and [[Stephen A. Ross]]) is a [[Markov process]] with continuous paths defined by the following [[stochastic differential equation]] (SDE):&lt;br /&gt;
:&amp;lt;math&amp;gt;dr_t = \theta (\mu-r_t)\,dt + \sigma\, \sqrt r_t dW_t\,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where Wt is a standard [[Wiener process]] and &amp;lt;math&amp;gt; \theta\, &amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt; \mu\, &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \sigma\, &amp;lt;/math&amp;gt; are the [[parameter]]s. The parameter &amp;lt;math&amp;gt; \theta\, &amp;lt;/math&amp;gt; corresponds to the speed of adjustment, &amp;lt;math&amp;gt; \mu\, &amp;lt;/math&amp;gt; to the mean and &amp;lt;math&amp;gt; \sigma\, &amp;lt;/math&amp;gt; to volatility.&lt;br /&gt;
[[File:CIR Process.png|thumb|right|CIR process]]&lt;br /&gt;
This process can be defined as a sum of squared [[Ornstein–Uhlenbeck process]]. The CIR is an [[ergodic]] process, and possesses a stationary distribution.&lt;br /&gt;
&lt;br /&gt;
This process is widely used in [[finance]] to model short term [[interest rate]] (see [[Cox–Ingersoll–Ross model]]). It is also used to model [[stochastic volatility]] in the [[Heston model]].&lt;br /&gt;
&lt;br /&gt;
==Distribution==&lt;br /&gt;
*Conditional distribution&lt;br /&gt;
Given &amp;lt;math&amp;gt;r_0&amp;lt;/math&amp;gt; and defining &amp;lt;math&amp;gt;c_t=\frac{2 \theta}{\sigma^2(1-e^{-\theta t})}&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;df=\frac{4\theta \mu}{\sigma^2}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;ncp_t=2c_t r_0 e^{-\theta t}&amp;lt;/math&amp;gt;, it can be shown that &amp;lt;math&amp;gt; 2c_t r_t &amp;lt;/math&amp;gt; follows a [[noncentral chi-squared distribution]] with degree of freedom &amp;lt;math&amp;gt;df&amp;lt;/math&amp;gt;  and non-centrality parameter &amp;lt;math&amp;gt;ncp_t&amp;lt;/math&amp;gt;. Note that &amp;lt;math&amp;gt;df&amp;lt;/math&amp;gt; is constant.&lt;br /&gt;
&lt;br /&gt;
*Stationary distribution&lt;br /&gt;
Provided that &amp;lt;math&amp;gt;2\theta \mu &amp;gt;\sigma^2&amp;lt;/math&amp;gt;, the process has a stationary [[gamma distribution]] with shape parameter &amp;lt;math&amp;gt;df/2&amp;lt;/math&amp;gt; and scale parameter &amp;lt;math&amp;gt;\frac{\sigma^2}{2\theta}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Properties==&lt;br /&gt;
*[[Mean reversion]],&lt;br /&gt;
*Level dependent volatility (&amp;lt;math&amp;gt;\sigma \sqrt{r_t}&amp;lt;/math&amp;gt;),&lt;br /&gt;
*For given positive &amp;lt;math&amp;gt;r_0&amp;lt;/math&amp;gt; the process will never touch zero, if &amp;lt;math&amp;gt;2\theta\mu\geq\sigma^2&amp;lt;/math&amp;gt;; otherwise it can occasionally touch the zero point,&lt;br /&gt;
*&amp;lt;math&amp;gt;E[r_t|r_0]=r_0 e^{-\theta t} + \mu (1-e^{-\theta t})&amp;lt;/math&amp;gt;, so long term mean is &amp;lt;math&amp;gt;\mu&amp;lt;/math&amp;gt;,&lt;br /&gt;
*&amp;lt;math&amp;gt;Var[r_t|r_0]=r_0 \frac{\sigma^2}{\theta} (e^{-\theta t}-e^{-2\theta t}) + \frac{\mu\sigma^2}{2\theta}(1-e^{-\theta t})^2&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Calibration==&lt;br /&gt;
*[[Ordinary least squares]]&lt;br /&gt;
The continuous SDE  can be discretized as follows&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; r_{t+\Delta t}-r_t =\theta (\mu-r_t)\,\Delta t  + \sigma\, \sqrt r_t \epsilon_t &amp;lt;/math&amp;gt;,&lt;br /&gt;
&lt;br /&gt;
which is equivalent to&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt; \frac{r_{t+\Delta t}-r_t}{\sqrt r_t} =\frac{\theta\mu\Delta t}{\sqrt r_t}-\theta \sqrt r_t\Delta t  + \sigma\, \epsilon_t &amp;lt;/math&amp;gt;.This equation can be used for a linear regression.&lt;br /&gt;
&lt;br /&gt;
*Martingale estimation&lt;br /&gt;
*[[Maximum likelihood]]&lt;br /&gt;
&lt;br /&gt;
==Simulation==&lt;br /&gt;
[[Stochastic simulation]] of the CIR process can be achieved using two variants:&lt;br /&gt;
*[[Discretization]]&lt;br /&gt;
*Exact&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
*{{Cite journal | author=Cox JC, Ingersoll JE and Ross SA | title=A Theory of the Term Structure of Interest Rates | journal=[[Econometrica]]| year=1985 | volume=53 | pages=385–407 | doi=10.2307/1911242}}&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Cir Process}}&lt;br /&gt;
[[Category:Stochastic processes]]&lt;/div&gt;</summary>
		<author><name>122.178.112.241</name></author>
	</entry>
</feed>