Bayes’s Rule
![Rendered by QuickLaTeX.com \begin{align*} P[A_j|B] = \frac{P[B|A_j]P[A_j]}{P[B]}\\ \\ P[B]=P[B|A_1]P[A_1]+ \ldots + P[B|A_n]P[A_n]\\ \\ f_y (y| X = x) = \frac{f_x (x | Y = y) f_y (y) }{f_x (x)} \\ \text{for random variable} \end{align*}](http://www.sitmo.com/wp-content/ql-cache/quicklatex.com-19d5ea1d09e6cf59b6c996e9997b18e6_l3.png)
Mean – Variance and r-moment about the mean

Laplace transform of pdf

Information content

Conditional distribution

Characteristic function

Independent random variables
note:

Expected value

Jointly Normal Distribution density function
![Rendered by QuickLaTeX.com \begin{align*} f(x,y) = \frac{1}{2 \pi \sigma_1 \sigma_2 \sqrt{1-r^2}} \text{exp} \left[-\frac{1}{2(1-r^2)} \left[ \frac{(x-\mu_1)^2}{\sigma_1^2} - \frac{2r(x - \mu_1)(y - \mu_2)}{\sigma_1 \sigma_2} + \frac{(y-\mu_2)^2}{\sigma_2^2} \right] \right] \\ \ \\ \\ |r| < 1 \ \ \ \ \text{correlation coefficient} \end{align*}](http://www.sitmo.com/wp-content/ql-cache/quicklatex.com-626b15962a3af14b50cbb7246d730f0c_l3.png)
Orthogonal r.v.’s

Correlation coefficient

Normal random variables

Conditional densities

Chain rule for sequence of random variables

Sample mean
Note that the variance of sample mean is n-time smaller than the one of a single sample.

Sample variance
note:Sample variance
![Rendered by QuickLaTeX.com \begin{align*} \overline S = [(X_1 - \overline X)^2 + \cdots + (X_n - \overline X)^2] \slash n = \sum_{i=1}^n \frac{X_i ^2}{n} - \overline X^2 \end{align*}](http://www.sitmo.com/wp-content/ql-cache/quicklatex.com-5c3d716b615539507671dfeffa0ca3cc_l3.png)
Random process X(t) and basis
note:Random process X(t)
![Rendered by QuickLaTeX.com \begin{align*} &\text{Random process}\\ &X(t) = X(t,\zeta)\\ \\ &\text{First order distribution function}\\ &F(x;t) = P\{ X(t) \le x \}\\ \\ &\text{n-order distribution function}\\ &F(x_1,\cdots,x_n; t_1,\cdots,t_n) = P\{ X(t_1) \le x_1, \cdots , X(t_n) \le x_n\} \\ \\ &\text{ n-order Density function or pdf}\\ &f(x_1,\cdots,x_n; t_1,\cdots, t_n) = \frac{ \partial F(x_1,\cdots, x_n ; t_1,\cdots,t_n)}{ \partial x_1, \cdots, \partial x_n}\\ \\ &\text{Autocorrelation}\\ &R(t_1,t_2) = E\{ X(t_1) X(t_2)\} = \int_{-\infty}^{\infty} x_1 x_2 f(x_1,x_2;t_1,t_2)dx_1 dx_2\\ \\ &\text{Autocovariance} \\ &C(t_1,t_2) = E\{[X(t_1) - \mu(t_1) ] [X(t_2) - \mu(t_2)]\} = R(t_1,t_2) - \mu(t_1) \mu(t_2) \end{align*}](http://www.sitmo.com/wp-content/ql-cache/quicklatex.com-ec5344dd0ad153ab377e849fc090ad4c_l3.png)
Simulating the Schwartz type 1 stochastic process
The Schwartz type 1 model is a log price Ornstein-Uhlenbeck stochastic process. Monte Carlo simulation of the model can be done using the equation above. The above equation is an exact solution of the model, this means that the distribution of the simulation is exact, and that time steps can be any size.

Calibrating the Schwartz type 1 model
The Schwartz type 1 model is a log price Ornstein-Uhlenbeck stochastic process. The calibration can be done through a regression of the logprices as described in the above equation.

Complex process
note:

(r,s)-Fold Trimmed Mean Filters
Short the samples in the window and omit r first samples and s last samples

2 Comments
I’ve always been a big fan of your site…
In this article, the very first formula for mean does not seem to be correct — integrand should just be x*f(x) instead of (x – mu)*f(x).
As written, this integral of single power of x about the mean is always zero
Hee Igor,
Yes, you’re right! I Fixed it right away, ..thanks for mentioning this! It’s much appreciated.