Snub cube: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>ZéroBot
m r2.7.1) (Robot: Adding sl:Snub kocka
 
en>Tetracube
m Dimensions: nicer parentheses
Line 1: Line 1:
Most persons are really familiar with terms like "obesity" plus "overweight." What's less certain is how well we understand what each 1 means and how various factors are concerned. Given the misunderstanding out there, a term like "normal weight obesity" can seem even more confusing. This article may set the record straight.<br><br>This is where the [http://safedietplans.com/bmi-chart bmi chart] is misleading. Recent research have even shown a weak plus inconsistent correlation between a significant BMI plus condition or early mortality.<br><br>Consider these statistics in light of the fact more diet products exist than ever before. There are more health clubs and fitness centers than ever. More diet programs such as Weight Watchers and bmi chart men Nutri-system. More aesthetic procedures like liposuction and stomach tuck. Medical rules like gastric bypass. Prescription diet medications plus a ton of over the counter treatments claiming weight loss benefit. More information accessible for we than ever before. Yet, we get fatter plus fatter as a nation, and today at epidemic degrees.<br><br>Of course, its not always black plus white. We understand that females tend to have a high percentage of body fat than men, even if they are the same weight plus height, and therefore have the same BMI. (Sorry, ladies.) Additionally, the older we get, you tend to have more body fat than young adults. And again, athletes and rather muscular people like bodybuilders will not have an exact BMI according to this method.<br><br>Examples 1 plus 2 show which an exponent of 3 is much more realistic than 2 for estimating the weight of a person for a given height. With all due modesty, I propose the Larry Index (LI) as a fair compromise, plus as a realistic alternative to Ancel Keys' BMI.<br><br>BMI does not measure body fat straight bmi chart women, yet it relates closely to direct measures of body fat. For adults, BMI is interpreted while factors like sex or age are not taken inside account.<br><br>A popular diagnostic tool, the body mass index measures the body fat based found on the fat plus the height of an individual. Developed by a Belgian scientist Adolphe Quetelet, it helps to calculate how healthy a individual is based on his fat plus identify whether the person is underweight, overweight, or obese. The relation of BMI to fatness differs for individuals of different age and gender. For example, the BMI of females is probably to be higher than that of guys.<br><br>If you think you may be general fat overweight, the number one thing we can do is consult a doctor, and start to create healthier options in your existence. For more info feel free to pay a visit to a few of the links I've provided.
[[Image:Basic concept of Kalman filtering.svg|thumb|400px|The Kalman filter keeps track of the estimated state of the system and the variance or uncertainty of the estimate. The estimate is updated using a state transition model and measurements. <math>\hat{x}_{k\mid k-1}</math> denotes the estimate of the system's state at time step ''k'' before the ''k''-th measurement ''y''<sub>''k''</sub> has been taken into account; <math>P_{k\mid k-1}</math> is the corresponding uncertainty.]]
 
The '''Kalman filter''', also known as '''linear quadratic estimation (LQE)''', is an [[algorithm]] that uses a series of measurements observed over time, containing [[statistical noise|noise]] (random variations) and other inaccuracies, and produces estimates of unknown variables that tend to be more precise than those based on a single measurement alone. More formally, the Kalman filter operates [[Recursion|recursively]] on streams of noisy input data to produce a statistically optimal [[estimation theory|estimate]] of the underlying [[State space (controls)|system state]].  The filter is named for [[Rudolf E. Kálmán|Rudolf (Rudy) E. Kálmán]], one of the primary developers of its theory.
 
The Kalman filter has numerous  [[Kalman_filter#Applications|applications]] in technology. A common application is for [[guidance, navigation and control (engineering)|guidance, navigation and control]] of vehicles, particularly aircraft and spacecraft. Furthermore, the Kalman filter is a widely applied concept in [[time series]] analysis used in fields such as [[signal processing]] and [[econometrics]].
 
The algorithm works in a two-step process. In the prediction step, the Kalman filter produces estimates of the current state variables, along with their uncertainties. Once the outcome of the next measurement (necessarily corrupted with some amount of error, including random noise) is observed, these estimates are updated using a [[Weighted mean|weighted average]], with more weight being given to estimates with higher certainty. Because of the algorithm's recursive nature, it can run in [[Real-time Control System|real time]] using only the present input measurements and the previously calculated state and its uncertainty matrix; no additional past information is required.
 
It is a common misconception that the Kalman filter assumes that all error terms and measurements are Gaussian distributed. Kalman's original paper derived the filter using orthogonal projection theory to show that the covariance is minimized, and this result does not require any assumption, e.g., that the errors are Gaussian.<ref>[[Kalman, R.E.]] (1960). "A new approach to linear filtering and prediction problems". Journal of Basic Engineering 82 (1): pp.&nbsp;35–45</ref> He then showed that the filter yields the exact conditional probability estimate in the special case that all errors are Gaussian-distributed.
 
Extensions and generalizations to the method have also been developed, such as the [[extended Kalman filter]] and the [[Kalman filter#Unscented Kalman filter|unscented Kalman filter]] which work on nonlinear systems. The underlying model is a [[Bayesian model]] similar to a [[hidden Markov model]] but where the state space of the [[latent variable]]s is continuous and where all latent and observed variables have Gaussian distributions.
 
== Naming and historical development ==
 
The filter is named after Hungarian émigré [[Rudolf E. Kálmán]], although [[Thorvald Nicolai Thiele]]<ref>[http://www.stats.ox.ac.uk/~steffen/ Steffen L. Lauritzen]. "Time series analysis in 1880. A discussion of contributions made by T.N. Thiele". ''International Statistical Review'' 49, 1981, 319–333.</ref><ref>[[Steffen L. Lauritzen]], ''[http://www.oup.com/uk/catalogue/?ci=9780198509721 Thiele: Pioneer in Statistics]'', [[Oxford University Press]], 2002. ISBN 0-19-850972-3.</ref> and [[Peter Swerling]] developed a similar algorithm earlier.  Richard S. Bucy of the [[University of Southern California]] contributed to the theory, leading to it often being called the Kalman–Bucy filter.
[[Stanley F. Schmidt]] is generally credited with developing the first implementation of a Kalman filter.  It was during a visit by Kalman to the [[NASA Ames Research Center]] that he saw the applicability of his ideas to the problem of trajectory estimation for the [[Project Apollo|Apollo program]], leading to its incorporation in the Apollo navigation computer.
This Kalman filter was first described and partially developed in technical papers by Swerling (1958), Kalman (1960) and Kalman and Bucy (1961).
 
Kalman filters have been vital in the implementation of the navigation systems of [[U.S. Navy]] nuclear [[ballistic missile submarine]]s, and in the guidance and navigation systems of cruise missiles such as the U.S. Navy's [[Tomahawk missile]] and the [[U.S. Air Force]]'s [[AGM-86 ALCM|Air Launched Cruise Missile]]. It is also used in the guidance and navigation systems of the [[NASA]] [[Space Shuttle]] and the [[Attitude dynamics and control|attitude control]] <!-- Note that attitude (=orientation) is the correct term, not altitude (=height) --> and navigation systems of the [[International Space Station]].
 
This digital filter is sometimes called the ''Stratonovich–Kalman–Bucy filter'' because it is a special case of a more general, non-linear filter developed somewhat earlier by the Soviet [[mathematician]] [[Ruslan L. Stratonovich]].<ref>[[Ruslan L. Stratonovich|Stratonovich, R.L.]] (1959). ''Optimum nonlinear systems which bring about a separation of a signal with constant parameters from noise''. Radiofizika, 2:6, pp.&nbsp;892–901.</ref><ref>[[Ruslan L. Stratonovich|Stratonovich, R.L.]] (1959). ''On the theory of optimal non-linear filtering of random functions''. Theory of Probability and its Applications, 4, pp.&nbsp;223–225.</ref><ref>[[Ruslan L. Stratonovich|Stratonovich, R.L.]] (1960) ''Application of the Markov processes theory to optimal filtering''. Radio Engineering and Electronic Physics, 5:11, pp.&nbsp;1–19.</ref><ref>[[Ruslan L. Stratonovich|Stratonovich, R.L.]] (1960). ''Conditional Markov Processes''. Theory of Probability and its Applications, 5, pp.&nbsp;156–178.</ref> In fact, some of the special case linear filter's equations appeared in these papers by Stratonovich that were published before summer 1960, when Kalman met with Stratonovich during a conference in Moscow.
 
== Overview of the calculation ==
 
The Kalman filter uses a system's dynamics model (e.g., physical laws of motion), known control inputs to that system, and multiple sequential measurements (such as from sensors) to form an estimate of the system's varying quantities (its [[State space (controls)|state]]) that is better than the estimate obtained by using any one measurement alone. As such, it is a common [[sensor fusion]] and [[data fusion]] algorithm.
 
All measurements and calculations based on models are estimates to some degree. Noisy sensor data, approximations in the equations that describe how a system changes, and external factors that are not accounted for introduce some uncertainty about the inferred values for a system's state. The Kalman filter averages a prediction of a system's state with a new measurement using a [[Weighted mean|weighted average]]. The purpose of the weights is that values with better (i.e., smaller) estimated uncertainty are "trusted" more.  The weights are calculated from the [[covariance]], a measure of the estimated uncertainty of the prediction of the system's state. The result of the weighted average is a new state estimate that lies between the predicted and measured state, and has a better estimated uncertainty than either alone. This process is repeated every time step, with the new estimate and its covariance informing the prediction used in the following iteration. This means that the Kalman filter works [[recursive filter|recursively]] and requires only the last "best guess", rather than the entire history, of a system's state to calculate a new state.
 
Because the certainty of the measurements is often difficult to measure precisely, it is common to discuss the filter's behavior in terms of gain.  The Kalman gain is a function of the relative certainty of the measurements and current state estimate, and can be "tuned" to achieve particular performance. With a high gain, the filter places more weight on the measurements, and thus follows them more closely. With a low gain, the filter follows the model predictions more closely, smoothing out noise but decreasing the responsiveness.  At the extremes, a gain of one causes the filter to ignore the state estimate entirely, while a gain of zero causes the measurements to be ignored.
 
When performing the actual calculations for the filter (as discussed below), the state estimate and covariances are coded into [[Matrix (mathematics)|matrices]] to handle the multiple dimensions involved in a single set of calculations. This allows for representation of linear relationships between different state variables (such as position, velocity, and acceleration) in any of the transition models or covariances.
 
== Example application ==
 
As an example application, consider the problem of determining the precise location of a truck. The truck can be equipped with a [[GPS]] unit that provides an estimate of the position within a few meters. The GPS estimate is likely to be noisy; readings 'jump around' rapidly, though always remaining within a few meters of the real position. In addition, since the truck is expected to follow the laws of physics, its position can also be estimated by integrating its velocity over time, determined by keeping track of wheel revolutions and the angle of the steering wheel. This is a technique known as [[dead reckoning]]. Typically, dead reckoning will provide a very smooth estimate of the truck's position, but it will [[Drift (telecommunication)|drift]] over time as small errors accumulate.
 
In this example, the Kalman filter can be thought of as operating in two distinct phases: predict and update. In the prediction phase, the truck's old position will be modified according to the physical [[Newton's laws of motion|laws of motion]] (the dynamic or "state transition" model) plus any changes produced by the accelerator pedal and steering wheel. Not only will a new position estimate be calculated, but a new covariance will be calculated as well. Perhaps the covariance is proportional to the speed of the truck because we are more uncertain about the accuracy of the dead reckoning estimate at high speeds but very certain about the position when moving slowly. Next, in the update phase, a measurement of the truck's position is taken from the GPS unit. Along with this measurement comes some amount of uncertainty, and its covariance relative to that of the prediction from the previous phase determines how much the new measurement will affect the updated prediction. Ideally, if the dead reckoning estimates tend to drift away from the real position, the GPS measurement should pull the position estimate back towards the real position but not disturb it to the point of becoming rapidly changing and noisy.
 
== Technical description and context ==
 
The Kalman filter is an efficient [[recursive filter]] that [[estimator|estimates]] the internal state of a [[linear dynamical system|linear dynamic system]] from a series of [[noise|noisy]] measurements.  It is used in a wide range of [[engineering]] and [[econometric]] applications from [[radar]] and [[computer vision]] to estimation of structural macroeconomic models,<ref>{{Cite journal| author1=Ingvar Strid |author2=Karl Walentin |date=April 2009|title=Block Kalman Filtering for Large-Scale DSGE Models |journal=Computational Economics |publisher=Springer |volume=33 |pages=277–304 |url=http://www.riksbank.se/en/Press-and-published/Published-from-the-Riksbank/Other-reports/Working-Paper-Series/2008/No-224-Block-Kalman-filtering-for-large-scale-DSGE-models/|issue=3| doi=10.1007/s10614-008-9160-4}}</ref><ref>{{Cite web|author=Martin Møller Andreasen |year=2008 |title=Non-linear DSGE Models, The Central Difference Kalman Filter, and The Mean Shifted Particle Filter |url=ftp://ftp.econ.au.dk/creates/rp/08/rp08_33.pdf |postscript=<!--None-->}}</ref> and is an important topic in [[control theory]] and [[control system]]s engineering.  Together with the [[linear-quadratic regulator]] (LQR), the Kalman filter solves the [[linear-quadratic-Gaussian control]] problem (LQG).  The Kalman filter, the linear-quadratic regulator and the linear-quadratic-Gaussian controller are solutions to what arguably are the most fundamental problems in control theory.
 
In most applications, the internal state is much larger (more [[Degrees of freedom (physics and chemistry)|degrees of freedom]]) than the few "observable" parameters which are measured.  However, by combining a series of measurements, the Kalman filter can estimate the entire internal state.
 
In [[Dempster–Shafer theory]], each state equation or observation is considered a special case of a [[linear belief function]] and the Kalman filter is a special case of combining linear belief functions on a join-tree or [[Markov chain|Markov tree]].
 
A wide variety of Kalman filters have now been developed, from Kalman's original formulation, now called the "simple" Kalman filter, the [[Kalman–Bucy filter]], Schmidt's "extended" filter, the [[Kalman_filter#Information_filter|information filter]], and a variety of "square-root" filters that were developed by Bierman, Thornton and many others. Perhaps the most commonly used type of very simple Kalman filter is the [[phase-locked loop]], which is now ubiquitous in radios, especially [[frequency modulation]] (FM) radios, television sets, [[satellite communications]] receivers, outer space communications systems, and nearly any other [[electronics|electronic]] communications equipment.
 
== Underlying dynamic system model ==
{{Expand section|date=August 2011}}
 
The Kalman filters are based on [[linear dynamic system]]s discretized in the time domain. They are modelled on a [[Markov chain]] built on [[linear operator]]s perturbed by errors that may include [[normal distribution|Gaussian]] [[noise (physics)|noise]]. The [[state space (controls)|state]] of the system is represented as a [[vector space|vector]] of [[real number]]s. At each [[discrete time]] increment, a linear operator is applied to the state to generate the new state, with some noise mixed in, and optionally some information from the controls on the system if they are known. Then, another linear operator mixed with more noise generates the observed outputs from the true ("hidden") state. The Kalman filter may be regarded as analogous to the hidden Markov model, with the key difference that the hidden state variables take values in a continuous space (as opposed to a discrete state space as in the hidden Markov model). Additionally, the  hidden Markov model can represent an arbitrary distribution for the next value of the state variables, in contrast to the Gaussian noise model that is used for the Kalman filter. There is a strong [[duality (mathematics)|duality]] between the equations of the Kalman Filter and those of the hidden Markov model. A review of this and other models is given in Roweis and Ghahramani (1999)<ref>Roweis, S. and Ghahramani, Z., ''[http://www.mitpressjournals.org/doi/abs/10.1162/089976699300016674 A unifying review of linear Gaussian models]'', Neural Comput. Vol. 11, No. 2, (February 1999), pp. 305–345.</ref> and Hamilton (1994), Chapter 13.<ref name='hamilton'>Hamilton, J. (1994), ''Time Series Analysis'', Princeton University Press. Chapter 13, 'The Kalman Filter'.</ref>
 
In order to use the Kalman filter to estimate the internal state of a process given only a sequence of noisy observations, one must model the process in accordance with the framework of the Kalman filter. This means specifying the following matrices: '''F'''<sub>''k''</sub>, the state-transition model; '''H'''<sub>''k''</sub>, the observation model; '''Q'''<sub>''k''</sub>, the covariance of the process noise; '''R'''<sub>''k''</sub>, the covariance of the observation noise; and sometimes '''B'''<sub>''k''</sub>, the control-input model, for each time-step, ''k'', as described below.
 
[[File:Kalman filter model 2.svg|right|thumb|631px|Model underlying the Kalman filter. Squares represent matrices. Ellipses represent [[multivariate normal distribution]]s (with the mean and covariance matrix enclosed). Unenclosed values are [[vector space|vectors]].  In the simple case, the various matrices are constant with time, and thus the subscripts are dropped, but the Kalman filter allows any of them to change each time step.]]
 
The Kalman filter model assumes the true state at time ''k'' is evolved from the state at (''k''−1) according to
 
:<math> \textbf{x}_{k} = \textbf{F}_{k} \textbf{x}_{k-1} + \textbf{B}_{k} \textbf{u}_{k-1} + \textbf{w}_{k} </math>
 
where
 
*'''F'''<sub>''k''</sub> is the state transition model which is applied to the previous state '''x'''<sub>''k''−1</sub>;
* '''B'''<sub>''k''</sub> is the control-input model which is applied to the control vector '''u'''<sub>''k''</sub>;
* '''w'''<sub>''k''</sub> is the process noise which is assumed to be drawn from a zero mean [[multivariate normal distribution]] with [[covariance matrix|covariance]]  '''Q'''<sub>''k''</sub>.
 
:<math>\textbf{w}_{k} \sim N(0, \textbf{Q}_k) </math>
 
At time ''k'' an observation (or measurement) '''z'''<sub>''k''</sub> of the true state '''x'''<sub>''k''</sub> is made according to
 
:<math>\textbf{z}_{k} = \textbf{H}_{k} \textbf{x}_{k} + \textbf{v}_{k}</math>
 
where '''H'''<sub>''k''</sub> is the observation model which maps the true state space into the observed space and '''v'''<sub>''k''</sub> is the observation noise which is assumed to be zero mean Gaussian [[white noise]] with covariance '''R'''<sub>''k''</sub>.
 
:<math>\textbf{v}_{k} \sim N(0, \textbf{R}_k) </math>
 
The initial state, and the noise vectors at each step {'''x'''<sub>0</sub>, '''w'''<sub>1</sub>, ..., '''w'''<sub>''k''</sub>,  '''v'''<sub>1</sub> ... '''v'''<sub>''k''</sub>} are all assumed to be mutually [[statistical independence|independent]].
 
Many real dynamical systems do not exactly fit this model. In fact, unmodelled dynamics can seriously degrade the filter performance, even when it was supposed to work with unknown stochastic signals as inputs. The reason for this is that the effect of unmodelled dynamics depends on the input, and, therefore, can bring the estimation algorithm to instability (it diverges). On the other hand, independent white noise signals will not make the algorithm diverge. The problem of separating between measurement noise and unmodelled dynamics is a difficult one and is treated in control theory under the framework of [[robust control]].
 
== Details ==
{{Refimprove section|date=December 2010}}
 
The Kalman filter is a [[infinite impulse response|recursive]] estimator. This means that only the estimated state from the previous time step and the current measurement are needed to compute the estimate for the current state. In contrast to batch estimation techniques, no history of observations and/or estimates is required. In what follows, the notation <math>\hat{\textbf{x}}_{n\mid m}</math> represents the estimate of <math>\textbf{x}</math> at time ''n'' given observations up to, and including at time ''m''.
 
The state of the filter is represented by two variables:
 
*<math>\hat{\textbf{x}}_{k\mid k}</math>, the ''[[a posteriori]]'' state estimate at time ''k'' given observations up to and including at time ''k'';
*<math>\textbf{P}_{k\mid k}</math>, the ''a posteriori'' error covariance matrix (a measure of the estimated [[Accuracy and precision|accuracy]] of the state estimate).
 
The Kalman filter can be written as a single equation, however it is most often conceptualized as two distinct phases: "Predict" and "Update". The predict phase uses the state estimate from the previous timestep to produce an estimate of the state at the current timestep. This predicted state estimate is also known as the ''a priori'' state estimate because, although it is an estimate of the state at the current timestep, it does not include observation information from the current timestep.  In the update phase, the current ''a priori'' prediction is combined with current observation information to refine the state estimate.  This improved estimate is termed the ''a posteriori'' state estimate.
 
Typically, the two phases alternate, with the prediction advancing the state until the next scheduled observation, and the update incorporating the observation.  However, this is not necessary; if an observation is unavailable for some reason, the update may be skipped and multiple prediction steps performed.  Likewise, if multiple independent observations are available at the same time, multiple update steps may be performed (typically with different observation matrices '''H'''<sub>''k''</sub>).
 
=== Predict ===
{|
|-
| width="50%" | Predicted (''a priori'') state estimate
| <math>\hat{\textbf{x}}_{k\mid k-1} = \textbf{F}_{k-1}\hat{\textbf{x}}_{k-1\mid k-1} + \textbf{B}_{k-1} \textbf{u}_{k-1}  </math>
|-
| Predicted (''a priori'') estimate covariance
| <math>\textbf{P}_{k\mid k-1} =  \textbf{F}_{k-1} \textbf{P}_{k-1\mid k-1} \textbf{F}_{k-1}^{\text{T}} + \textbf{Q}_{k} </math>
|}
 
=== Update ===
{|
|-
| width="60%" | Innovation or measurement residual
| <math>
\tilde{\textbf{y}}_k = \textbf{z}_k - \textbf{H}_k\hat{\textbf{x}}_{k\mid k-1}
</math>
|-
| Innovation (or residual) covariance
| <math>\textbf{S}_k = \textbf{H}_k \textbf{P}_{k\mid k-1} \textbf{H}_k^\text{T} + \textbf{R}_k </math>
|-
| ''Optimal'' Kalman gain
| <math>\textbf{K}_k = \textbf{P}_{k\mid k-1}\textbf{H}_k^\text{T}\textbf{S}_k^{-1}</math>
|-
| Updated (''a posteriori'') state estimate
| <math>\hat{\textbf{x}}_{k\mid k} = \hat{\textbf{x}}_{k\mid k-1} + \textbf{K}_k\tilde{\textbf{y}}_k</math>
|-
| Updated (''a posteriori'') estimate covariance
| <math>\textbf{P}_{k|k} = (I - \textbf{K}_k \textbf{H}_k) \textbf{P}_{k|k-1}</math>
|}
 
The formula for the updated estimate and covariance above is only valid for the optimal Kalman gain. Usage of other gain values require a more complex formula found in the ''[[Kalman filter#Derivations|derivations]]'' section.
 
=== Invariants ===
 
If the model is accurate, and the values for <math>\hat{\textbf{x}}_{0\mid 0}</math> and <math>\textbf{P}_{0\mid 0}</math> accurately reflect the distribution of the initial state values, then the following invariants are preserved: (all estimates have a mean error of zero)
*<math>\textrm{E}[\textbf{x}_k - \hat{\textbf{x}}_{k\mid k}] = \textrm{E}[\textbf{x}_k - \hat{\textbf{x}}_{k\mid k-1}] = 0</math>
*<math>\textrm{E}[\tilde{\textbf{y}}_k] = 0</math>
where <math>\textrm{E}[\xi]</math> is the [[expected value]] of <math>\xi</math>, and covariance matrices accurately reflect the covariance of estimates
*<math>\textbf{P}_{k\mid k} = \textrm{cov}(\textbf{x}_k - \hat{\textbf{x}}_{k\mid k})</math>
*<math>\textbf{P}_{k\mid k-1} = \textrm{cov}(\textbf{x}_k - \hat{\textbf{x}}_{k\mid k-1})</math>
*<math>\textbf{S}_{k} = \textrm{cov}(\tilde{\textbf{y}}_k)</math>
 
=== Estimation of the noise covariances Q<sub>''k''</sub> and R<sub>''k''</sub> ===
 
Practical implementation of the Kalman Filter is often difficult due to the inability in getting a good estimate of the noise covariance matrices '''Q'''<sub>''k''</sub> and '''R'''<sub>''k''</sub>.  Extensive research has been done in this field to estimate these covariances from data.  One of the more promising approaches to do this is  the '''Autocovariance Least-Squares (ALS)''' technique that uses [[autocovariance]]s of routine operating data to estimate the covariances.<ref>[http://jbrwww.che.wisc.edu/theses/rajamani.pdf "Rajamani, ''Murali – PhD Thesis''"] Data-based Techniques to Improve State Estimation in Model Predictive Control, University of Wisconsin-Madison, October 2007</ref><ref>Rajamani, Murali R. and Rawlings, James B., ''Estimation of the disturbance structure from data using semidefinite programming and optimal weighting''.
Automatica, 45:142–148, 2009.</ref>  The [[GNU Octave]] code used to calculate the noise covariance matrices using the '''ALS''' technique is available online under the [[GNU General Public License]] license.<ref>http://jbrwww.che.wisc.edu/software/als/</ref>
 
=== Optimality and performance ===
 
It is known from the theory that the Kalman filter is optimal in case that a) the model perfectly matches the real system, b) the entering noise is white and c) the covariances of the noise are exactly known. Several methods for the noise covariance estimation have been proposed during past decades. One, ALS, was mentioned in the previous paragraph. After the covariances are identified, it is useful to evaluate the performance of the filter, i.e. whether it is possible to improve the state estimation quality. It is well known that, if the Kalman filter works optimally, the innovation sequence (the output prediction error) is a white noise. The whiteness property reflects the state estimation quality. For evaluation of the filter performance it is necessary to inspect the whiteness property of the innovations. Several different methods can be used for this purpose. Three optimality tests with numerical examples are described in <ref>Matisko P. and V. Havlena (2012). Optimality tests and adaptive Kalman filter. Proceedings of 16th IFAC System Identification Symposium, Brussels, Belgium.</ref>
 
== Example application, technical ==
 
Consider a truck on perfectly frictionless, infinitely long straight rails. Initially the truck is stationary at position 0, but it is buffeted this way and that by random acceleration. We measure the position of the truck every ''Δt'' seconds, but these measurements are imprecise; we want to maintain a model of where the truck is and what its [[velocity]] is. We show here how we derive the model from which we create our Kalman filter.
 
Since '''F''', '''H''', '''R''' and '''Q''' are constant, their time indices are dropped.
 
The position and velocity of the truck are described by the linear state space
 
:<math>\textbf{x}_{k} = \begin{bmatrix} x \\ \dot{x} \end{bmatrix} </math>
 
where <math>\dot{x}</math> is the velocity, that is, the derivative of position with respect to time.
 
We assume that between the (''k''−1) and ''k'' timestep the truck undergoes a constant acceleration of ''a''<sub>''k''</sub> that is [[normal distribution|normally distributed]], with mean 0 and standard deviation ''σ''<sub>''a''</sub>. From [[Newton's laws of motion]] we conclude that
 
:<math>\textbf{x}_{k} = \textbf{F} \textbf{x}_{k-1} + \textbf{G}a_{k}</math>
 
(note that there is no <math>\textbf{B}u</math> term since we have no known control inputs) where
 
:<math>\textbf{F} = \begin{bmatrix} 1 & \Delta t \\ 0 & 1 \end{bmatrix}</math>
 
and
 
:<math>\textbf{G} = \begin{bmatrix} \frac{\Delta t^{2}}{2} \\ \Delta t \end{bmatrix} </math>
 
so that
 
:<math>\textbf{x}_{k} = \textbf{F} \textbf{x}_{k-1} +  \textbf{w}_{k}</math>
 
where <math>\textbf{w}_{k} \sim N(0,  \textbf{Q})</math> and
 
:<math>\textbf{Q}=\textbf{G}\textbf{G}^{\text{T}}\sigma_a^2 =\begin{bmatrix} \frac{\Delta t^4}{4} & \frac{\Delta t^3}{2} \\ \frac{\Delta t^3}{2} & \Delta t^2 \end{bmatrix}\sigma_a^2.</math>
 
At each time step, a noisy measurement of the true position of the truck is made. Let us suppose the measurement noise ''v<sub>k</sub>'' is also normally distributed, with mean 0 and standard deviation ''σ''<sub>z</sub>.
 
:<math>\textbf{z}_{k} = \textbf{H x}_{k} + \textbf{v}_{k}</math>
 
where
 
:<math>\textbf{H} = \begin{bmatrix} 1 & 0 \end{bmatrix} </math>
 
and
 
:<math>\textbf{R} = \textrm{E}[\textbf{v}_k \textbf{v}_k^{\text{T}}] = \begin{bmatrix} \sigma_z^2 \end{bmatrix} </math>
 
We know the initial starting state of the truck with perfect precision, so we initialize
 
:<math>\hat{\textbf{x}}_{0\mid 0} = \begin{bmatrix} 0 \\ 0 \end{bmatrix} </math>
 
and to tell the filter that we know the exact position, we give it a zero covariance matrix:
 
:<math>\textbf{P}_{0\mid 0} = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix} </math>
 
If the initial position and velocity are not known perfectly the covariance matrix should be initialized with a suitably large number, say ''L'', on its diagonal.
 
:<math>\textbf{P}_{0\mid 0} = \begin{bmatrix} L & 0 \\ 0 & L \end{bmatrix} </math>
 
The filter will then prefer the information from the first measurements over the information already in the model.
 
== Derivations ==
{{Refimprove section|date=December 2010}}
 
=== Deriving the ''a posteriori'' estimate covariance matrix ===
 
Starting with our invariant on the error covariance '''P'''<sub>''k''&nbsp;|&nbsp;''k''</sub> as above
 
:<math>\textbf{P}_{k\mid k}  = \textrm{cov}(\textbf{x}_{k} - \hat{\textbf{x}}_{k\mid k})</math>
 
substitute in the definition of <math>\hat{\textbf{x}}_{k\mid k}</math>
:<math>\textbf{P}_{k\mid k} = \textrm{cov}(\textbf{x}_{k} - (\hat{\textbf{x}}_{k\mid k-1} + \textbf{K}_k\tilde{\textbf{y}}_{k}))</math>
and substitute  <math>\tilde{\textbf{y}}_k</math>
:<math>\textbf{P}_{k\mid k} = \textrm{cov}(\textbf{x}_{k} - (\hat{\textbf{x}}_{k\mid k-1} + \textbf{K}_k(\textbf{z}_k - \textbf{H}_k\hat{\textbf{x}}_{k\mid k-1})))</math>
and <math>\textbf{z}_{k}</math>
:<math>\textbf{P}_{k\mid k} = \textrm{cov}(\textbf{x}_{k} - (\hat{\textbf{x}}_{k\mid k-1} + \textbf{K}_k(\textbf{H}_k\textbf{x}_k + \textbf{v}_k - \textbf{H}_k\hat{\textbf{x}}_{k\mid k-1})))</math>
and by collecting the error vectors we get
:<math>\textbf{P}_{k|k} = \textrm{cov}((I - \textbf{K}_k \textbf{H}_{k})(\textbf{x}_k - \hat{\textbf{x}}_{k\mid k-1}) - \textbf{K}_k \textbf{v}_k )</math>
Since the measurement error '''v'''<sub>''k''</sub> is uncorrelated with the other terms, this becomes
:<math>\textbf{P}_{k|k} = \textrm{cov}((I - \textbf{K}_k \textbf{H}_{k})(\textbf{x}_k - \hat{\textbf{x}}_{k\mid k-1}))  + \textrm{cov}(\textbf{K}_k \textbf{v}_k )</math>
by the properties of [[covariance matrix|vector covariance]] this becomes
:<math>\textbf{P}_{k\mid k} = (I - \textbf{K}_k \textbf{H}_{k})\textrm{cov}(\textbf{x}_k - \hat{\textbf{x}}_{k\mid k-1})(I - \textbf{K}_k \textbf{H}_{k})^{\text{T}}  + \textbf{K}_k\textrm{cov}(\textbf{v}_k )\textbf{K}_k^{\text{T}}</math>
which, using our invariant on '''P'''<sub>''k''&nbsp;|&nbsp;''k''&minus;1</sub> and the definition of '''R'''<sub>''k''</sub> becomes
:<math>\textbf{P}_{k\mid k} =
(I - \textbf{K}_k \textbf{H}_{k}) \textbf{P}_{k\mid k-1} (I - \textbf{K}_k \textbf{H}_{k})^\text{T} +
\textbf{K}_k \textbf{R}_k \textbf{K}_k^\text{T}
</math>
This formula (sometimes known as the "'''Joseph form'''" of the covariance update equation) is valid for any value of '''K'''<sub>''k''</sub>. It turns out that if '''K'''<sub>''k''</sub> is the optimal Kalman gain, this can be simplified further as shown below.
 
=== Kalman gain derivation ===
 
The Kalman filter is a [[minimum mean-square error]] estimator. The error in the ''a posteriori'' state estimation is
:<math>\textbf{x}_{k} - \hat{\textbf{x}}_{k\mid k}</math>
 
We seek to minimize the expected value of the square of the magnitude of this vector, <math>\textrm{E}[\|\textbf{x}_{k} - \hat{\textbf{x}}_{k|k}\|^2]</math>. This is equivalent to minimizing the [[trace (matrix)|trace]] of the ''a posteriori'' estimate [[covariance matrix]] <math> \textbf{P}_{k|k} </math>. By expanding out the terms in the equation above and collecting, we get:
 
: <math>
\begin{align}
\textbf{P}_{k\mid k} & = \textbf{P}_{k\mid k-1} - \textbf{K}_k \textbf{H}_k \textbf{P}_{k\mid k-1} - \textbf{P}_{k\mid k-1} \textbf{H}_k^\text{T} \textbf{K}_k^\text{T} + \textbf{K}_k (\textbf{H}_k \textbf{P}_{k\mid k-1} \textbf{H}_k^\text{T} + \textbf{R}_k) \textbf{K}_k^\text{T} \\[6pt]
& = \textbf{P}_{k\mid k-1} - \textbf{K}_k \textbf{H}_k \textbf{P}_{k\mid k-1} - \textbf{P}_{k\mid k-1} \textbf{H}_k^\text{T} \textbf{K}_k^\text{T} + \textbf{K}_k \textbf{S}_k\textbf{K}_k^\text{T}
\end{align}
</math>
 
The trace is minimized when its [[Matrix calculus|matrix derivative]] with respect to the gain matrix is zero. Using the [[Matrix calculus#Identities|gradient matrix rules]] and the symmetry of the matrices involved we find that
:<math>\frac{\partial \; \mathrm{tr}(\textbf{P}_{k\mid k})}{\partial \;\textbf{K}_k} = -2 (\textbf{H}_k \textbf{P}_{k\mid k-1})^\text{T} + 2 \textbf{K}_k \textbf{S}_k  = 0.</math>
 
Solving this for '''K'''<sub>''k''</sub> yields the Kalman gain:
 
:<math>\textbf{K}_k \textbf{S}_k = (\textbf{H}_k \textbf{P}_{k\mid k-1})^\text{T} = \textbf{P}_{k\mid k-1} \textbf{H}_k^\text{T}</math>
 
:<math> \textbf{K}_{k} = \textbf{P}_{k\mid k-1} \textbf{H}_k^\text{T} \textbf{S}_k^{-1}</math>
 
This gain, which is known as the ''optimal Kalman gain'', is the one that yields [[Minimum mean-square error|MMSE]] estimates when used.
 
=== Simplification of the ''a posteriori'' error covariance formula ===
 
The formula used to calculate the ''a posteriori'' error covariance can be simplified when the Kalman gain equals the optimal value derived above. Multiplying both sides of our Kalman gain formula on the right by '''S'''<sub>''k''</sub>'''K'''<sub>''k''</sub><sup>''T''</sup>, it follows that
:<math>\textbf{K}_k \textbf{S}_k \textbf{K}_k^T = \textbf{P}_{k\mid k-1} \textbf{H}_k^T \textbf{K}_k^T</math>
Referring back to our expanded formula for the ''a posteriori'' error covariance,
:<math> \textbf{P}_{k\mid k} = \textbf{P}_{k\mid k-1} - \textbf{K}_k \textbf{H}_k \textbf{P}_{k\mid k-1}  - \textbf{P}_{k\mid k-1} \textbf{H}_k^T \textbf{K}_k^T + \textbf{K}_k \textbf{S}_k \textbf{K}_k^T</math>
we find the last two terms cancel out, giving
:<math> \textbf{P}_{k\mid k} = \textbf{P}_{k\mid k-1} - \textbf{K}_k \textbf{H}_k \textbf{P}_{k\mid k-1} = (I - \textbf{K}_{k} \textbf{H}_{k}) \textbf{P}_{k\mid k-1}.</math>
 
This formula is computationally cheaper and thus nearly always used in practice, but is only correct for the optimal gain. If arithmetic precision is unusually low causing problems with [[numerical stability]], or if a non-optimal Kalman gain is deliberately used, this simplification cannot be applied; the ''a posteriori'' error covariance formula as derived above must be used.
 
== Sensitivity analysis ==
{{Refimprove section|date=December 2010}}
 
The Kalman filtering equations provide an estimate of the state <math>\hat{\textbf{x}}_{k\mid k}</math> and its error covariance <math>\textbf{P}_{k\mid k}</math> recursively. The estimate and its quality depend on the system parameters and the noise statistics fed as inputs to the estimator. This section analyzes the effect of uncertainties in the statistical inputs to the filter.<ref name=anderson>{{Cite book|last= Anderson|first= Brian D. O.|last2=Moore|first2=John B.|year=1979 |title=Optimal Filtering |publisher=[[Prentice Hall]]|place=New York|pages=129–133|isbn= 0-13-638122-7}}</ref> In the absence of reliable statistics or the true values of noise covariance matrices <math>\textbf{Q}_{k}</math> and <math>\textbf{R}_{k}</math>, the expression
 
:<math>\textbf{P}_{k\mid k} = (\textbf{I} - \textbf{K}_k\textbf{H}_k)\textbf{P}_{k\mid k-1}(\textbf{I} - \textbf{K}_k\textbf{H}_k)^T + \textbf{K}_k\textbf{R}_k\textbf{K}_k^T </math>
 
no longer provides the actual error covariance. In other words, <math>\textbf{P}_{k\mid k} \neq E[(\textbf{x}_k - \hat{\textbf{x}}_{k\mid k})(\textbf{x}_k - \hat{\textbf{x}}_{k\mid k})^T]</math>.  In most real time applications the covariance matrices that are used in designing the Kalman filter are different from the actual noise covariances matrices.{{citation needed|date=December 2010}} This sensitivity analysis describes the behavior of the estimation error covariance when the noise covariances as well as the system matrices <math>\textbf{F}_{k}</math> and <math>\textbf{H}_{k}</math> that are fed as inputs to the filter are incorrect. Thus, the sensitivity analysis describes the robustness (or sensitivity) of the estimator to misspecified statistical and parametric inputs to the estimator.
 
This discussion is limited to the error sensitivity analysis for the case of statistical uncertainties. Here the actual noise covariances are denoted by <math>\textbf{Q}^{a}_k</math> and <math>\textbf{R}^{a}_k</math> respectively, whereas the design values used in the estimator are <math>\textbf{Q}_k</math> and <math>\textbf{R}_k</math> respectively. The actual error covariance is denoted by <math>\textbf{P}_{k\mid k}^a</math> and <math>\textbf{P}_{k\mid k}</math> as computed by the Kalman filter is referred to as the Riccati variable. When <math>\textbf{Q}_k \equiv \textbf{Q}^{a}_k</math> and <math>\textbf{R}_k \equiv \textbf{R}^{a}_k</math>, this means that <math>\textbf{P}_{k\mid k} = \textbf{P}_{k\mid k}^a</math>. While computing the actual error covariance using <math>\textbf{P}_{k\mid k}^a = E[(\textbf{x}_k - \hat{\textbf{x}}_{k\mid k})(\textbf{x}_k - \hat{\textbf{x}}_{k\mid k})^T] </math>, substituting for <math>\widehat{\textbf{x}}_{k\mid k}</math> and using the fact that <math>E[\textbf{w}_k\textbf{w}_k^T] = \textbf{Q}_{k}^a</math> and <math>E[\textbf{v}_k\textbf{v}_k^T] = \textbf{R}_{k}^a</math>, results in the following recursive equations for <math>\textbf{P}_{k\mid k}^a</math> :
 
:<math>\textbf{P}_{k\mid k-1}^a = \textbf{F}_k\textbf{P}_{k-1\mid k-1}^a\textbf{F}_k^T + \textbf{Q}_k^a </math>
 
and
 
:<math>\textbf{P}_{k\mid k}^a = (\textbf{I} - \textbf{K}_k\textbf{H}_k)\textbf{P}_{k\mid k-1}^a(\textbf{I} - \textbf{K}_k\textbf{H}_k)^T + \textbf{K}_k\textbf{R}_k^a\textbf{K}_k^T </math>
 
While computing <math>\textbf{P}_{k\mid k}</math>, by design the filter implicitly assumes that <math>E[\textbf{w}_k\textbf{w}_k^T] = \textbf{Q}_{k}</math> and <math>E[\textbf{v}_k\textbf{v}_k^T] = \textbf{R}_{k}</math>. Note that the recursive expressions for <math>\textbf{P}_{k\mid k}^a</math> and <math>\textbf{P}_{k\mid k}</math> are identical except for the presence of <math>\textbf{Q}_{k}^a</math> and <math>\textbf{R}_{k}^a</math> in place of the design values <math>\textbf{Q}_{k}</math> and <math>\textbf{R}_{k}</math> respectively.
 
== Square root form ==
One problem with the Kalman filter is its [[numerical stability]].  If the process noise covariance '''Q'''<sub>''k''</sub> is small, round-off error often causes a small positive eigenvalue to be computed as a negative number.  This renders the numerical representation of the state covariance matrix '''P''' [[Positive-definite_matrix#Negative-definite.2C_semidefinite_and_indefinite_matrices|indefinite]], while its true form is [[Positive-definite matrix|positive-definite]].
 
Positive definite matrices have the property that they have a [[triangular matrix]] [[Square root of a matrix|square root]] '''P'''&nbsp;=&nbsp;'''S'''·'''S'''<sup>T</sup>.  This can be computed efficiently using the [[Cholesky factorization]] algorithm, but more importantly, if the covariance is kept in this form, it can never have a negative diagonal or become asymmetric. An equivalent form, which avoids many of the [[square root]] operations required by the matrix square root yet preserves the desirable numerical properties, is the U-D decomposition form, '''P'''&nbsp;=&nbsp;'''U'''·'''D'''·'''U'''<sup>T</sup>, where '''U''' is a [[unit triangular matrix]] (with unit diagonal), and '''D''' is a diagonal matrix.
 
Between the two, the U-D factorization uses the same amount of storage, and somewhat less computation, and is the most commonly used square root form.  (Early literature on the relative efficiency is somewhat misleading, as it assumed that square roots were much more time-consuming than divisions,<ref name=thornton/>{{rp|69}} while on 21-st century computers they are only slightly more expensive.)
 
Efficient algorithms for the Kalman prediction and update steps in the square root form were developed by G. J. Bierman and C. L. Thornton.<ref name=thornton>{{Cite journal |title=Triangular Covariance Factorizations for Kalman Filtering |url=http://ntrs.nasa.gov/archive/nasa/casi.ntrs.nasa.gov/19770005172_1977005172.pdf |others=(PhD thesis) |first=Catherine L. |last=Thornton |date=15 October 1976|id=NASA Technical Memorandum 33-798 |publisher=[[NASA]] |postscript=<!--None-->}}</ref><ref name = "bierman"/>
 
The [[LDL decomposition|'''L'''·'''D'''·'''L'''<sup>T</sup> decomposition]] of the innovation covariance matrix '''S'''<sub>k</sub> is the basis for another type of numerically efficient and robust square root filter.<ref name=barshalom>{{Cite book|last=Bar-Shalom|first= Yaakov|last2=Li|first2=X. Rong|last3=Kirubarajan|first3=Thiagalingam |year=2001 |title=Estimation with Applications to Tracking and Navigation |publisher=[[John Wiley & Sons]]|place=New York|isbn =978-0-471-41655-5  |pages=308–317|month=July}}</ref> The algorithm starts with the LU decomposition as implemented in the Linear Algebra PACKage ([[LAPACK]]). These results are further factored into the '''L'''·'''D'''·'''L'''<sup>T</sup> structure with methods given by Golub and Van Loan (algorithm 4.1.2) for a symmetric nonsingular matrix.<ref name=golub>{{Cite book|last=Golub |first=Gene H. |first2=Charles F. |last2=Van Loan |year=1996|title=Matrix Computations|publisher=[[Johns Hopkins University]]|edition=Third|page=139|isbn =978-0-8018-5414-9 |place =Baltimore, Maryland|series=Johns Hopkins Studies in the Mathematical Sciences}}</ref> Any singular covariance matrix is [[Pivot element|pivoted]] so that the first diagonal partition is [[Invertible matrix|nonsingular]] and [[Condition number|well-conditioned]]. The pivoting algorithm must retain any portion of the innovation covariance matrix directly corresponding to observed state-variables '''H'''<sub>k</sub>·'''x'''<sub>k|k-1</sub> that are associated with auxiliary observations in
'''y'''<sub>k</sub>. The '''L'''·'''D'''·'''L'''<sup>T</sup> square-root filter requires [[orthogonalization]] of the observation vector.<ref name = "bierman"/><ref name = "barshalom"/> This may be done with the inverse square-root of the covariance matrix for the auxiliary variables using Method 2 in Higham (2002, p.&nbsp;263).<ref name=higham>{{Cite book|first=Nicholas J. |last=Higham|year=2002|title=Accuracy and Stability of Numerical Algorithms|edition=Second|isbn =978-0-89871-521-7|pages=680|publisher=[[Society for Industrial and Applied Mathematics]]|place =Philadelphia, PA}}</ref>
 
== Relationship to recursive Bayesian estimation ==
 
The Kalman filter can be considered to be one of the most simple [[dynamic Bayesian network]]s. The Kalman filter calculates estimates of the true values of states recursively over time using incoming measurements and a mathematical process model. Similarly, [[recursive Bayesian estimation]] calculates [[density estimation|estimates]] of an unknown [[probability density function]] (PDF) recursively over time using incoming measurements and a mathematical process model.<ref>[[C. Johan Masreliez]], R D Martin (1977); [http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=1101538 ''Robust Bayesian estimation for the linear model and robustifying the Kalman filter''], IEEE Trans. Automatic Control</ref>
 
In recursive Bayesian estimation, the true state is assumed to be an unobserved [[Markov process]], and the measurements are the observed states of a hidden Markov model (HMM).
 
[[Image:HMM Kalman Filter Derivation.svg|center|Hidden Markov model]]
 
Because of the Markov assumption, the true state is conditionally independent of all earlier states given the immediately previous state.
 
:<math>p(\textbf{x}_k\mid \textbf{x}_0,\dots,\textbf{x}_{k-1}) = p(\textbf{x}_k\mid \textbf{x}_{k-1})</math>
 
Similarly the measurement at the ''k''-th timestep is dependent only upon the current state and is conditionally independent of all other states given the current state.
 
:<math>p(\textbf{z}_k\mid\textbf{x}_0,\dots,\textbf{x}_{k}) = p(\textbf{z}_k\mid \textbf{x}_{k} )</math>
 
Using these assumptions the probability distribution over all states of the hidden Markov model can be written simply as:
 
:<math>p(\textbf{x}_0,\dots,\textbf{x}_k\mid \textbf{z}_1,\dots,\textbf{z}_k) = p(\textbf{x}_0)\prod_{i=1}^k p(\textbf{z}_i\mid \textbf{x}_i)p(\textbf{x}_i\mid \textbf{x}_{i-1})</math>
 
However, when the Kalman filter is used to estimate the state '''x''', the probability distribution of interest is that associated with the current states conditioned on the measurements up to the current timestep. This is achieved by marginalizing out the previous states and dividing by the probability of the measurement set.
 
This leads to the ''predict'' and ''update'' steps of the Kalman filter written probabilistically. The probability distribution associated with the predicted state is the sum (integral) of the products of the probability distribution associated with the transition from the (''k''&nbsp;&minus;&nbsp;1)-th timestep to the ''k''-th and the probability distribution associated with the previous state, over all possible <math>x_{k-1}</math>.
 
:<math> p(\textbf{x}_k\mid \textbf{Z}_{k-1}) = \int p(\textbf{x}_k \mid  \textbf{x}_{k-1}) p(\textbf{x}_{k-1} \mid  \textbf{Z}_{k-1} )  \, d\textbf{x}_{k-1} </math>
 
The measurement set up to time ''t'' is
:<math> \textbf{Z}_{t} = \left \{ \textbf{z}_{1},\dots,\textbf{z}_{t} \right \} </math>
 
The probability distribution of the update is proportional to the product of the measurement likelihood and the predicted state.
:<math> p(\textbf{x}_k\mid \textbf{Z}_{k}) = \frac{p(\textbf{z}_k\mid \textbf{x}_k) p(\textbf{x}_k\mid \textbf{Z}_{k-1})}{p(\textbf{z}_k\mid \textbf{Z}_{k-1})} </math>
 
The denominator
:<math>p(\textbf{z}_k\mid \textbf{Z}_{k-1}) = \int p(\textbf{z}_k\mid \textbf{x}_k) p(\textbf{x}_k\mid \textbf{Z}_{k-1}) d\textbf{x}_k</math>
is a normalization term.
 
The remaining probability density functions are
 
:<math> p(\textbf{x}_k \mid  \textbf{x}_{k-1}) = \mathcal{N}(\textbf{F}_k\textbf{x}_{k-1}, \textbf{Q}_k)</math>
 
:<math> p(\textbf{z}_k\mid \textbf{x}_k) = \mathcal{N}(\textbf{H}_{k}\textbf{x}_k, \textbf{R}_k) </math>
 
:<math> p(\textbf{x}_{k-1}\mid \textbf{Z}_{k-1}) = \mathcal{N}(\hat{\textbf{x}}_{k-1},\textbf{P}_{k-1} )</math>
 
Note that the PDF at the previous timestep is inductively assumed to be the estimated state and covariance. This is justified because, as an optimal estimator, the Kalman filter makes best use of the measurements, therefore the PDF for <math>\mathbf{x}_k</math>  given the measurements <math>\mathbf{Z}_k</math> is the Kalman filter estimate.
 
== Information filter ==
 
In the information filter, or inverse covariance filter, the estimated covariance and estimated state are replaced by the [[Fisher information matrix|information matrix]] and [[Fisher information|information]] vector respectively. These are defined as:
 
:<math>\textbf{Y}_{k\mid k} =  \textbf{P}_{k\mid k}^{-1} </math>
:<math>\hat{\textbf{y}}_{k\mid k} =  \textbf{P}_{k\mid k}^{-1}\hat{\textbf{x}}_{k\mid k} </math>
 
Similarly the predicted covariance and state have equivalent information forms, defined as:
 
:<math>\textbf{Y}_{k\mid k-1} =  \textbf{P}_{k\mid k-1}^{-1} </math>
:<math>\hat{\textbf{y}}_{k\mid k-1} =  \textbf{P}_{k\mid k-1}^{-1}\hat{\textbf{x}}_{k\mid k-1} </math>
 
as have the measurement covariance and measurement vector, which are defined as:
 
:<math>\textbf{I}_{k} = \textbf{H}_{k}^{\text{T}} \textbf{R}_{k}^{-1} \textbf{H}_{k} </math>
:<math>\textbf{i}_{k} = \textbf{H}_{k}^{\text{T}} \textbf{R}_{k}^{-1} \textbf{z}_{k} </math>
 
The information update now becomes a trivial sum.
 
:<math>\textbf{Y}_{k\mid k} = \textbf{Y}_{k\mid k-1} + \textbf{I}_{k}</math>
:<math>\hat{\textbf{y}}_{k\mid k} = \hat{\textbf{y}}_{k\mid k-1} + \textbf{i}_{k}</math>
 
The main advantage of the information filter is that ''N'' measurements can be filtered at each timestep simply by summing their information matrices and vectors.
 
:<math>\textbf{Y}_{k\mid k} = \textbf{Y}_{k\mid k-1} + \sum_{j=1}^N \textbf{I}_{k,j}</math>
:<math>\hat{\textbf{y}}_{k\mid k} = \hat{\textbf{y}}_{k\mid k-1} + \sum_{j=1}^N \textbf{i}_{k,j}</math>
 
To predict the information filter the information matrix and vector can be converted back to their state space equivalents, or alternatively the information space prediction can be used.
 
:<math>\textbf{M}_{k} =
  [\textbf{F}_{k}^{-1}]^{\text{T}} \textbf{Y}_{k-1\mid k-1} \textbf{F}_{k}^{-1} </math>
 
:<math>\textbf{C}_{k} =
  \textbf{M}_{k} [\textbf{M}_{k}+\textbf{Q}_{k}^{-1}]^{-1}</math>
:<math>\textbf{L}_{k} =
  I - \textbf{C}_{k} </math>
:<math>\textbf{Y}_{k\mid k-1} =
  \textbf{L}_{k} \textbf{M}_{k} \textbf{L}_{k}^{\text{T}} +
  \textbf{C}_{k} \textbf{Q}_{k}^{-1} \textbf{C}_{k}^{\text{T}}</math>
 
:<math>\hat{\textbf{y}}_{k\mid k-1} =
  \textbf{L}_{k} [\textbf{F}_{k}^{-1}]^{\text{T}}\hat{\textbf{y}}_{k-1\mid k-1} </math>
 
Note that if ''F'' and ''Q'' are time invariant these values can be cached. Note also that ''F'' and ''Q'' need to be invertible.
 
== Fixed-lag smoother ==
{{Refimprove section|date=December 2010}}
 
The optimal fixed-lag smoother provides the optimal estimate of <math>\hat{\textbf{x}}_{k-N \mid  k}</math> for a given fixed-lag <math>N</math> using the measurements from <math>\textbf{z}_{1}</math> to <math>\textbf{z}_{k}</math>. It can be derived using the previous theory via an augmented state, and the main equation of the filter is the following:
 
:<math>
\begin{bmatrix}
\hat{\textbf{x}}_{t\mid t} \\
\hat{\textbf{x}}_{t-1\mid t} \\
\vdots \\
\hat{\textbf{x}}_{t-N+1\mid t} \\
\end{bmatrix}
=
\begin{bmatrix}
I \\
0 \\
\vdots \\
0 \\
\end{bmatrix}
\hat{\textbf{x}}_{t\mid t-1}
+
\begin{bmatrix}
0 & \ldots & 0 \\
I & 0 & \vdots \\
\vdots & \ddots & \vdots \\
0 & \ldots & I \\
\end{bmatrix}
\begin{bmatrix}
\hat{\textbf{x}}_{t-1\mid t-1} \\
\hat{\textbf{x}}_{t-2\mid t-1} \\
\vdots \\
\hat{\textbf{x}}_{t-N+1\mid t-1} \\
\end{bmatrix}
+
\begin{bmatrix}
K^{(0)} \\
K^{(1)} \\
\vdots \\
K^{(N-1)} \\
\end{bmatrix}
y_{t\mid |t-1}
</math>
 
where:
 
* <math> \hat{\textbf{x}}_{t\mid t-1} </math> is estimated via a standard Kalman filter;
* <math> y_{t\mid t-1} = z(t) - H\hat{\textbf{x}}_{t\mid t-1} </math> is the innovation produced considering the estimate of the standard Kalman filter;
* the various <math> \hat{\textbf{x}}_{t-i\mid t} </math> with <math> i = 0,\ldots,N </math> are new variables, i.e. they do not appear in the standard Kalman filter;
* the gains are computed via the following scheme:
::<math>
K^{(i)} =
P^{(i)} H^{T}
\left[
H P H^{T} + R
\right]^{-1}
</math>
:and
::<math>
P^{(i)} =
P
\left[
\left[
F - K H
\right]^{T}
\right]^{i}
</math>
:where <math> P </math> and <math> K </math> are the prediction error covariance and the gains of the standard Kalman filter (i.e., <math> P_{t\mid t-1} </math>).
 
If the estimation error covariance is defined so that
 
:<math>
P_{i} :=
E
\left[
\left(
\textbf{x}_{t-i} - \hat{\textbf{x}}_{t-i\mid t}
\right)^{*}
\left(
\textbf{x}_{t-i} - \hat{\textbf{x}}_{t-i\mid t}
\right)
\mid
z_{1} \ldots z_{t}
\right],
</math>
 
then we have that the improvement on the estimation of <math> \textbf{x}_{t-i} </math> is given by:
 
:<math>
P-P_{i} =
\sum_{j = 0}^{i}
\left[
P^{(j)} H^{T}
\left[
H P H^{T} + R
\right]^{-1}
H \left( P^{(i)} \right)^{T}
\right]
</math>
 
== Fixed-interval smoothers ==
 
The optimal fixed-interval smoother provides the optimal estimate of <math>\hat{\textbf{x}}_{k \mid  n}</math> (<math>k < n</math>) using the measurements from a fixed interval <math>\textbf{z}_{1}</math> to <math>\textbf{z}_{n}</math>. This is also called "Kalman Smoothing". There are several smoothing algorithms in common use.
 
=== Rauch–Tung–Striebel ===
 
The Rauch–Tung–Striebel (RTS) smoother is an efficient two-pass algorithm for fixed interval smoothing.<ref>{{ cite journal | last = Rauch | first =  H.E. | last2 = Tung | first2 = F. | last3 = Striebel | first3 = C. T. | title = Maximum likelihood estimates of linear dynamic systems | journal = AIAA J | volume = 3 | issue = 8 | pages = 1445–1450 | date=August 1965 | url = http://pdf.aiaa.org/getfile.cfm?urlX=7%3CWIG7D%2FQKU%3E6B5%3AKF2Z%5CD%3A%2B82%2A%40%24%5E%3F%40%20%0A&urla=%25%2ARL%2F%220L%20%0A&urlb=%21%2A%20%20%20%0A&urlc=%21%2A0%20%20%0A&urld=%21%2A0%20%20%0A&urle=%27%2BB%2C%27%22%20%22KT0%20%20%0A | doi = 10.2514/3.3166 }}</ref>
 
The forward pass is the same as the regular Kalman filter algorithm. These ''filtered'' state estimates <math>\hat{\textbf{x}}_{k\mid k}</math> and covariances <math>\textbf{P}_{k\mid k}</math> are saved for use in the backwards pass.
 
In the backwards pass, we compute the ''smoothed'' state estimates <math>\hat{\textbf{x}}_{k\mid n}</math> and covariances <math>\textbf{P}_{k\mid n}</math>. We start at the last time step and proceed backwards in time using the following recursive equations:
:<math>\hat{\textbf{x}}_{k\mid n} = \hat{\textbf{x}}_{k\mid k} + \textbf{C}_k ( \hat{\textbf{x}}_{k+1\mid n} - \hat{\textbf{x}}_{k+1\mid k} ) </math>
:<math>\textbf{P}_{k\mid n} = \textbf{P}_{k\mid k} + \textbf{C}_k ( \textbf{P}_{k+1\mid n} - \textbf{P}_{k+1\mid k} ) \textbf{C}_k^T </math>
where
:<math> \textbf{C}_k = \textbf{P}_{k\mid k} \textbf{F}_k^T \textbf{P}_{k+1\mid k}^{-1} </math>
 
=== Modified Bryson–Frazier smoother ===
 
An alternative to the RTS algorithm is the modified Bryson–Frazier (MBF) fixed interval smoother developed by Bierman.<ref name=bierman>{{ cite journal | last = Bierman | first =  G.J. | title = Factorization Methods for Discrete Sequential Estimation | publisher = Academic Press | year = 1977 | bibcode = 1977fmds.book.....B | journal = Factorization Methods for Discrete Sequential Estimation }}</ref> This also uses a backward pass that processes data saved from the Kalman filter forward pass. The equations for the backward pass involve the recursive
computation of data which are used at each observation time to compute the smoothed state and covariance.
 
The recursive equations are
 
:<math>\tilde{\Lambda}_k =  \textbf{H}_k^T \textbf{S}_k^{-1} \textbf{H}_k + \hat{\textbf{C}}_k^T \hat{\Lambda}_k \hat{\textbf{C}}_k</math>
:<math>\hat{\Lambda}_{k-1} = \textbf{F}_k^T\tilde{\Lambda}_{k}\textbf{F}_k</math>
:<math>\hat{\Lambda}_n = 0</math>
:<math>\tilde{\lambda}_k =  -\textbf{H}_k^T \textbf{S}_k^{-1} \textbf{y}_k + \hat{\textbf{C}}_k^T \hat{\lambda}_k</math>
:<math>\hat{\lambda}_{k-1} = \textbf{F}_k^T\tilde{\lambda}_{k}</math>
:<math>\hat{\lambda}_n = 0</math>
 
where <math>\textbf{S}_k</math> is the residual covariance and <math>\hat{\textbf{C}}_k = \textbf{I} - \textbf{K}_k\textbf{H}_k</math>. The smoothed state and covariance can then be found by substitution in the equations
 
:<math>\textbf{P}_{k\mid n} = \textbf{P}_{k\mid k} - \textbf{P}_{k\mid k}\hat{\Lambda}_k\textbf{P}_{k\mid k}</math>
:<math>\textbf{x}_{k\mid n} = \textbf{x}_{k\mid k} - \textbf{P}_{k\mid k}\hat{\lambda}_k</math>
 
or
 
:<math>\textbf{P}_{k\mid n} = \textbf{P}_{k\mid k-1} - \textbf{P}_{k\mid k-1}\tilde{\Lambda}_k\textbf{P}_{k\mid k-1}</math>
:<math>\textbf{x}_{k\mid n} = \textbf{x}_{k\mid k-1} - \textbf{P}_{k\mid k-1}\tilde{\lambda}_k.</math>
 
An important advantage of the MBF is that it does not require finding the inverse of the covariance matrix.
 
=== Minimum-variance smoother ===
 
The minimum-variance smoother can attain the best-possible error performance, provided that the models are linear, their parameters and the noise statistics are known precisely.<ref>{{ cite journal | last = Einicke | first =  G.A. | title = Optimal and Robust Noncausal Filter Formulations | journal = IEEE Trans. Signal Processing | volume = 54 | issue = 3 | pages = 1069–1077 | date=March 2006 | bibcode = 2006ITSP...54.1069E | doi = 10.1109/TSP.2005.863042 }}</ref> This smoother is a time-varying state-space generalization of the optimal non-causal [[Wiener filter]].
 
The smoother calculations are done in two passes. The forward calculations involve a one-step-ahead predictor and are given by
:<math>\hat{\textbf{x}}_{k+1\mid k} = \textbf{(F}_{k}-\textbf{K}_{k}\textbf{H}_{k})\hat{\textbf{x}}_{k\mid k-1} + \textbf{K}_{k} \textbf{z}_{k}  </math>
:<math>{\alpha}_{k} = -\textbf{S}_k^{-1/2} \textbf{H}_{k}\hat{\textbf{x}}_{k\mid k-1} +
\textbf{S}_k^{-1/2} \textbf{z}_{k} </math>
 
The above system is known as the inverse Wiener-Hopf factor. The backward recursion is the adjoint of the above forward system. The result of the backward pass <math>\beta_{k}</math>  may be calculated by operating the forward equations on the time-reversed <math>\alpha_{k}</math>  and time reversing the result. In the case of output estimation, the smoothed estimate is given by
:<math>\hat{\textbf{y}}_{k\mid N} = \textbf{z}_{k} - \textbf{R}_{k}\beta_{k}  </math>
 
Taking the causal part of this minimum-variance smoother yields
:<math>\hat{\textbf{y}}_{k\mid k} = \textbf{z}_{k} - \textbf{R}_{k} \textbf{S}_k^{-1/2} \alpha_{k}  </math>
 
which is identical to the minimum-variance Kalman filter. The above solutions minimize the variance of the output estimation error. Note that the Rauch–Tung–Striebel smoother derivation assumes that the underlying distributions are Gaussian, whereas the minimum-variance solutions do not. Optimal smoothers for state estimation and input estimation can be constructed similarly.
 
A continuous-time version of the above smoother is described in.<ref>{{ cite journal | last = Einicke | first =  G.A. | title = Asymptotic Optimality of the Minimum-Variance Fixed-Interval Smoother | journal = IEEE Trans. Signal Processing | volume = 55 | issue = 4 | pages = 1543–1547 | date=April 2007 | bibcode = 2007ITSP...55.1543E | doi = 10.1109/TSP.2006.889402 }}</ref><ref>{{Cite journal | last = Einicke | first =  G.A. | last2 = Ralston | first2 = J.C. | last3 = Hargrave | first3 = C.O. | last4 = Reid | first4 = D.C. | last5 = Hainsworth | first5 = D.W. | title = Longwall Mining Automation. An Application of Minimum-Variance Smoothing | journal = IEEE Control Systems Magazine | volume = 28 | issue = 6 | pages = 1543–1547 | date=December 2008 }}</ref>
 
[[Expectation-maximization algorithm]]s may be employed to calculate approximate [[maximum likelihood]] estimates of unknown state-space parameters within minimum-variance filters and smoothers. Often uncertainties remain within problem assumptions. A smoother that accommodates uncertainties  can be designed by adding a positive definite term to the Riccati equation.<ref>{{ cite journal | last = Einicke | first =  G.A. | title = Asymptotic Optimality of the Minimum-Variance Fixed-Interval Smoother | journal = IEEE Trans. Automatic Control | volume = 54 | issue = 12 | pages = 2904–2908 | date=December 2009 | bibcode = 2007ITSP...55.1543E | doi = 10.1109/TSP.2006.889402 }}</ref>
 
In cases where the models are nonlinear, step-wise linearizations may be within the minimum-variance filter and smoother recursions ([[Extended Kalman filter]]ing).
 
== Non-linear filters ==
 
The basic Kalman filter is limited to a linear assumption. More complex systems, however, can be nonlinear. The non-linearity can be associated either with the process model or with the observation model or with both.
 
=== Extended Kalman filter ===
{{Main|Extended Kalman filter}}
 
In the extended Kalman filter (EKF), the state transition and observation models need not be linear functions of the state but may instead be non-linear functions. These functions are of [[differentiable]] type.
 
:<math>\textbf{x}_{k} = f(\textbf{x}_{k-1}, \textbf{u}_{k}) + \textbf{w}_{k}</math>
 
:<math>\textbf{z}_{k} = h(\textbf{x}_{k}) + \textbf{v}_{k}</math>
 
The function ''f'' can be used to compute the predicted state from the previous estimate and similarly the function ''h'' can be used to compute the predicted measurement from the predicted state. However, ''f'' and ''h'' cannot be applied to the covariance directly. Instead a matrix of partial derivatives (the [[Jacobian matrix|Jacobian]]) is computed.
 
At each timestep the Jacobian is evaluated with current predicted states. These matrices can be used in the Kalman filter equations. This process essentially linearizes the non-linear function around the current estimate.
 
=== Unscented Kalman filter ===
 
When the state transition and observation models—that is, the predict and update functions <math>f</math> and <math>h</math>—are highly non-linear, the extended Kalman filter can give particularly poor performance.<ref name="JU97">{{Cite journal
| author = Julier, Simon J.
| coauthors = Uhlmann, Jeffrey K.
| year = 1997
| title = A new extension of the Kalman filter to nonlinear systems
| journal = Int. Symp. Aerospace/Defense Sensing, Simul. and Controls
| volume = 3
| url = http://www.cs.unc.edu/~welch/kalman/media/pdf/Julier1997_SPIE_KF.pdf
| accessdate = 2008-05-03
| bibcode = 1997SPIE.3068..182J
| pages = 182
}}</ref> This is because the covariance is propagated through linearization of the underlying non-linear model. The unscented Kalman filter (UKF)&nbsp;<ref name="JU97"/> uses a deterministic sampling technique known as the [[unscented transform]] to pick a minimal set of sample points (called sigma points) around the mean. These sigma points are then propagated through the non-linear functions, from which the mean and covariance of the estimate are then recovered. The result is a filter which more accurately captures the true mean and covariance. (This can be verified using [[Monte Carlo sampling]] or through a [[Taylor series]] expansion of the posterior statistics.) In addition, this technique removes the requirement to explicitly calculate Jacobians, which for complex functions can be a difficult task in itself (i.e., requiring complicated derivatives if done analytically or being computationally costly if done numerically).
 
;Predict
 
As with the EKF, the UKF prediction can be used independently from the UKF update, in combination with a linear (or indeed EKF) update, or vice versa.
 
The estimated state and covariance are augmented with the mean and covariance of the process noise.
 
:<math> \textbf{x}_{k-1\mid k-1}^{a} = [ \hat{\textbf{x}}_{k-1\mid k-1}^{T} \quad E[\textbf{w}_{k}^{T}] \ ]^{T} </math>
 
:<math> \textbf{P}_{k-1\mid k-1}^{a} = \begin{bmatrix} & \textbf{P}_{k-1\mid k-1} & & 0 & \\ & 0 & &\textbf{Q}_{k} & \end{bmatrix} </math>
 
A set of 2''L''&nbsp;+&nbsp;1 sigma points is derived from the augmented state and covariance where ''L'' is the dimension of the state.
 
: <math>
\begin{align}
\chi_{k-1\mid k-1}^{0} & = \textbf{x}_{k-1\mid k-1}^{a} \\[6pt]
\chi_{k-1\mid k-1}^{i} & =\textbf{x}_{k-1\mid k-1}^{a} + \left ( \sqrt{ (L + \lambda) \textbf{P}_{k-1\mid k-1}^{a} } \right )_{i}, \qquad i = 1,\ldots,L \\[6pt]
\chi_{k-1\mid k-1}^{i} & = \textbf{x}_{k-1\mid k-1}^{a} - \left ( \sqrt{ (L + \lambda) \textbf{P}_{k-1\mid k-1}^{a} } \right )_{i-L}, \qquad i = L+1,\dots{}2L
\end{align}
</math>
 
where
 
: <math>\left ( \sqrt{ (L + \lambda) \textbf{P}_{k-1\mid k-1}^{a} } \right )_{i}</math>
 
is the ''i''th column of the matrix square root of
 
: <math>(L + \lambda) \textbf{P}_{k-1\mid k-1}^{a}</math>
 
using the definition: square root ''A'' of matrix ''B'' satisfies
 
: <math>B \triangleq A A^T. \, </math>
 
The matrix square root should be calculated using numerically efficient and stable methods such as the [[Cholesky decomposition]].
 
The sigma points are propagated through the transition function ''f''.
 
:<math>\chi_{k\mid k-1}^{i} = f(\chi_{k-1\mid k-1}^{i}) \quad i = 0,\dots,2L </math>
 
where <math>f : R^{L} \rightarrow R^{|\textbf{x}|} </math>. The weighted sigma points are recombined to produce the predicted state and covariance.
 
:<math>\hat{\textbf{x}}_{k\mid k-1} = \sum_{i=0}^{2L} W_{s}^{i} \chi_{k\mid k-1}^{i} </math>
 
:<math>\textbf{P}_{k\mid k-1} = \sum_{i=0}^{2L} W_{c}^{i}\ [\chi_{k\mid k-1}^{i} - \hat{\textbf{x}}_{k\mid k-1}] [\chi_{k\mid k-1}^{i} - \hat{\textbf{x}}_{k\mid k-1}]^{T} </math>
 
where the weights for the state and covariance are given by:
 
:<math>W_{s}^{0} = \frac{\lambda}{L+\lambda}</math>
:<math>W_{c}^{0} = \frac{\lambda}{L+\lambda} + (1 - \alpha^2 + \beta)</math>
:<math>W_{s}^{i} = W_{c}^{i} = \frac{1}{2(L+\lambda)}</math>
:<math>\lambda = \alpha^2 (L+\kappa) - L\,\! </math>
 
<math>\alpha</math> and <math>\kappa</math> control the spread of the sigma points.  <math>\beta</math> is related to the distribution of <math>x</math>.
Normal values are <math>\alpha=10^{-3}</math>, <math>\kappa=0</math> and <math>\beta=2</math>. If the true distribution of <math>x</math> is Gaussian, <math>\beta=2</math> is optimal.<ref>Wan, Eric A. and van der Merwe, Rudolph [http://www.lara.unb.br/~gaborges/disciplinas/efe/papers/wan2000.pdf "The Unscented Kalman Filter for Nonlinear Estimation"]</ref>
 
;Update
 
The predicted state and covariance are augmented as before, except now with the mean and covariance of the measurement noise.
 
:<math> \textbf{x}_{k\mid k-1}^{a} = [ \hat{\textbf{x}}_{k\mid k-1}^{T} \quad E[\textbf{v}_{k}^{T}] \ ]^{T} </math>
 
:<math> \textbf{P}_{k\mid k-1}^{a} = \begin{bmatrix} & \textbf{P}_{k\mid k-1} & & 0 & \\ & 0 & &\textbf{R}_{k} & \end{bmatrix} </math>
 
As before, a set of 2''L''&nbsp;+&nbsp;1 sigma points is derived from the augmented state and covariance where ''L'' is the dimension of the state.
 
: <math>
\begin{align}
\chi_{k\mid k-1}^{0} & = \textbf{x}_{k\mid k-1}^{a} \\[6pt]
\chi_{k\mid k-1}^{i} & = \textbf{x}_{k\mid k-1}^{a} + \left ( \sqrt{ (L + \lambda) \textbf{P}_{k\mid k-1}^{a} } \right )_{i}, \qquad i = 1,\dots,L \\[6pt]
\chi_{k\mid k-1}^{i} & = \textbf{x}_{k\mid k-1}^{a} - \left ( \sqrt{ (L + \lambda) \textbf{P}_{k\mid k-1}^{a} } \right )_{i-L}, \qquad i = L+1,\dots,2L
\end{align}
</math>
 
Alternatively if the UKF prediction has been used the sigma points themselves can be augmented along the following lines
 
:<math> \chi_{k\mid k-1} := [ \chi_{k\mid k-1}^T \quad E[\textbf{v}_{k}^{T}] \ ]^{T} \pm \sqrt{ (L + \lambda) \textbf{R}_{k}^{a} }</math>
 
where
 
:<math> \textbf{R}_{k}^{a} = \begin{bmatrix} & 0 & & 0 & \\ & 0 & &\textbf{R}_{k} & \end{bmatrix} </math>
 
The sigma points are projected through the observation function ''h''.
 
:<math>\gamma_{k}^{i} = h(\chi_{k\mid k-1}^{i}) \quad i = 0..2L </math>
 
The weighted sigma points are recombined to produce the predicted measurement and predicted measurement covariance.
 
:<math>\hat{\textbf{z}}_{k} = \sum_{i=0}^{2L} W_{s}^{i} \gamma_{k}^{i} </math>
 
:<math>\textbf{P}_{z_{k}z_{k}} = \sum_{i=0}^{2L} W_{c}^{i}\ [\gamma_{k}^{i} - \hat{\textbf{z}}_{k}] [\gamma_{k}^{i} - \hat{\textbf{z}}_{k}]^{T} </math>
 
The state-measurement cross-covariance matrix,
 
:<math>\textbf{P}_{x_{k}z_{k}} = \sum_{i=0}^{2L} W_{c}^{i}\ [\chi_{k\mid k-1}^{i} - \hat{\textbf{x}}_{k\mid k-1}] [\gamma_{k}^{i} - \hat{\textbf{z}}_{k}]^{T} </math>
 
is used to compute the UKF Kalman gain.
 
:<math>K_{k} = \textbf{P}_{x_{k}z_{k}} \textbf{P}_{z_{k}z_{k}}^{-1}</math>
 
As with the Kalman filter, the updated state is the predicted state plus the innovation weighted by the Kalman gain,
 
:<math>\hat{\textbf{x}}_{k\mid k} = \hat{\textbf{x}}_{k\mid k-1} + K_{k}( \textbf{z}_{k} - \hat{\textbf{z}}_{k} )</math>
 
And the updated covariance is the predicted covariance, minus the predicted measurement covariance, weighted by the Kalman gain.
 
:<math>\textbf{P}_{k\mid k} = \textbf{P}_{k\mid k-1} - K_{k} \textbf{P}_{z_{k}z_{k}} K_{k}^{T} </math>
 
== Kalman–Bucy filter ==
 
The Kalman–Bucy filter (named after Richard Snowden Bucy) is a continuous time version of the Kalman filter.<ref>Bucy, R.S. and Joseph, P.D., ''Filtering for Stochastic Processes with Applications to Guidance,'' John Wiley & Sons, 1968; 2nd Edition, AMS Chelsea Publ., 2005. ISBN 0-8218-3782-6</ref><ref>Jazwinski, Andrew H., ''Stochastic processes and filtering theory,'' Academic Press, New York, 1970. ISBN 0-12-381550-9</ref>
 
It is based on the state space model
 
:<math>\frac{d}{dt}\mathbf{x}(t) = \mathbf{F}(t)\mathbf{x}(t) + \mathbf{B}(t)\mathbf{u}(t) + \mathbf{w}(t)</math>
 
:<math>\mathbf{z}(t) = \mathbf{H}(t) \mathbf{x}(t) + \mathbf{v}(t)</math>
 
where <math>\mathbf{Q}(t)</math> and <math>\mathbf{R}(t)</math> represent the intensities of the two white noise terms <math>\mathbf{w}(t)</math> and <math>\mathbf{v}(t)</math>, respectively.
 
The filter consists of two differential equations, one for the state estimate and one for the covariance:
 
:<math>\frac{d}{dt}\hat{\mathbf{x}}(t) = \mathbf{F}(t)\hat{\mathbf{x}}(t) + \mathbf{B}(t)\mathbf{u}(t) + \mathbf{K}(t) (\mathbf{z}(t)-\mathbf{H}(t)\hat{\mathbf{x}}(t))</math>
 
:<math>\frac{d}{dt}\mathbf{P}(t) = \mathbf{F}(t)\mathbf{P}(t) + \mathbf{P}(t)\mathbf{F}^{T}(t) + \mathbf{Q}(t) - \mathbf{K}(t)\mathbf{R}(t)\mathbf{K}^{T}(t)</math>
 
where the Kalman gain is given by
 
:<math>\mathbf{K}(t)=\mathbf{P}(t)\mathbf{H}^{T}(t)\mathbf{R}^{-1}(t)</math>
 
Note that in this expression for <math>\mathbf{K}(t)</math> the covariance of the observation noise <math>\mathbf{R}(t)</math> represents at the same time the covariance of the prediction error (or ''innovation'') <math>\tilde{\mathbf{y}}(t)=\mathbf{z}(t)-\mathbf{H}(t)\hat{\mathbf{x}}(t)</math>; these covariances are equal only in the case of continuous time.<ref>Kailath, Thomas, "An innovation approach to least-squares estimation Part I: Linear filtering in additive white noise", ''IEEE Transactions on Automatic Control'', 13(6), 646-655, 1968</ref>
 
The distinction between the prediction and update steps of discrete-time Kalman filtering does not exist in continuous time.
 
The second differential equation, for the covariance, is an example of a [[Riccati equation]].
 
== Hybrid Kalman filter ==
 
Most physical systems are represented as continuous-time models while discrete-time measurements are frequently taken for state estimation via a digital processor. Therefore, the system model and measurement model are given by
:<math>
\begin{align}
\dot{\mathbf{x}}(t) &= \mathbf{F}(t)\mathbf{x}(t)+\mathbf{B}(t)\mathbf{u}(t)+\mathbf{w}(t), &\mathbf{w}(t) &\sim N\bigl(\mathbf{0},\mathbf{Q}(t)\bigr) \\
\mathbf{z}_k &= \mathbf{H}_k\mathbf{x}_k+\mathbf{v}_k,  &\mathbf{v}_k &\sim N(\mathbf{0},\mathbf{R}_k)
\end{align}
</math>
where
:<math>\mathbf{x}_k=\mathbf{x}(t_k)</math>.
 
;Initialize
:<math>
\hat{\mathbf{x}}_{0\mid 0}=E\bigl[\mathbf{x}(t_0)\bigr], \mathbf{P}_{0\mid 0}=Var\bigl[\mathbf{x}(t_0)\bigr]
</math>
;Predict
:<math>
\begin{align}
&\dot{\hat{\mathbf{x}}}(t) = \mathbf{F}(t) \hat{\mathbf{x}}(t) + \mathbf{B}(t) \mathbf{u}(t)
\text{, with }
\hat{\mathbf{x}}(t_{k-1}) = \hat{\mathbf{x}}_{k-1\mid k-1} \\
\Rightarrow
&\hat{\mathbf{x}}_{k\mid k-1} = \hat{\mathbf{x}}(t_k)\\
&\dot{\mathbf{P}}(t) = \mathbf{F}(t)\mathbf{P}(t)+\mathbf{P}(t)\mathbf{F}(t)^T+\mathbf{Q}(t)
\text{, with }
\mathbf{P}(t_{k-1}) = \mathbf{P}_{k-1\mid k-1}\\
\Rightarrow
&\mathbf{P}_{k\mid k-1} = \mathbf{P}(t_k)
\end{align}
</math>
The prediction equations are derived from those of continuous-time Kalman filter without update from measurements, i.e., <math> \mathbf{K}(t)=0 </math>. The predicted state and covariance are calculated respectively by solving a set of differential equations with the initial value equal to the estimate at the previous step.
 
;Update
:<math>\mathbf{K}_{k} = \mathbf{P}_{k\mid k-1}\mathbf{H}_{k}^T\bigl(\mathbf{H}_{k}\mathbf{P}_{k\mid k-1}\mathbf{H}_{k}^T+\mathbf{R}_{k}\bigr)^{-1} </math>
:<math>\hat{\mathbf{x}}_{k\mid k} = \hat{\mathbf{x}}_{k\mid k-1} + \mathbf{K}_k(\mathbf{z}_k-\mathbf{H}_k\hat{\mathbf{x}}_{k\mid k-1})</math>
:<math>\mathbf{P}_{k\mid k} = (\mathbf{I} - \mathbf{K}_{k}\mathbf{H}_{k})\mathbf{P}_{k\mid k-1} </math>
The update equations are identical to those of the discrete-time Kalman filter.
 
== Variants for the recovery of sparse signals ==
 
Recently the traditional Kalman filter has been employed for the recovery of sparse, possibly dynamic, signals from
noisy observations. Both works <ref>Carmi, A. and Gurfil, P. and Kanevsky, D. , "Methods for sparse signal recovery using Kalman filtering with embedded pseudo-measurement norms and quasi-norms", ''IEEE Transactions on Signal Processing'', 58(4), 2405–2409, 2010</ref> and <ref>Vaswani, N. , "Kalman Filtered Compressed Sensing", ''15th International Conference on Image Processing'', 2008</ref> utilize notions from the theory of [[compressed sensing]]/sampling, such as the restricted isometry property and related probabilistic recovery arguments, for sequentially estimating the sparse state in intrinsically low-dimensional systems.
 
== Applications ==
 
* [[Attitude and Heading Reference Systems]]
* [[Autopilot]]
* Battery state of charge (SoC) estimation [http://dx.doi.org/10.1016/j.jpowsour.2007.04.011][http://dx.doi.org/10.1016/j.enconman.2007.05.017]
* [[Brain-computer interface]]
* Chaotic signals
* Tracking and Vertex Fitting of [[charged particles]] in [[Particle Detectors]] <ref>Nucl.Instrum.Meth. A262 (1987) 444-450.
Application of Kalman filtering to track and vertex fitting.
R. Fruhwirth (Vienna, OAW).</ref>
* Tracking of objects in [[computer vision]]
* [[Dynamic positioning]]
* [[Economics]], in particular [[macroeconomics]], [[time series]], and [[econometrics]]
* [[Inertial guidance system]]
* [[Orbit Determination]]
* Power system state estimation
* [[Radar tracker]]
* [[Satellite navigation system]]s
* [[Seismology]] [http://adsabs.harvard.edu/abs/2008AGUFM.G43B..01B]
* Sensorless control of AC motor [[variable-frequency drive]]s
* [[Simultaneous localization and mapping]]
* [[Speech enhancement]]
* [[Weather forecasting]]
* [[Navigation system]]
* [[3D modeling]]
* [[Structural health monitoring]]
* [[Human sensorimotor processing]]<ref>Neural Netw. 1996 Nov;9(8):1265–1279.
Forward Models for Physiological Motor Control.
Wolpert DM, Miall RC.</ref>
 
== See also ==
{{too many see alsos|date=November 2012}}
 
* [[Alpha beta filter]]
* [[Minimum mean square error|Bayesian MMSE estimator]]
* [[Covariance intersection]]
* [[Data assimilation]]
* [[Ensemble Kalman filter]]
* [[Extended Kalman filter]]
* [[Fast Kalman filter]]
* [[Filtering problem (stochastic processes)]]
* [[Generalized filtering]]
* [[Invariant extended Kalman filter]]
* [[Kernel adaptive filter]]
* [[Moving horizon estimation]]
* [[Non-linear filter]]
* [[Particle filter]] estimator
* [[Predictor corrector]]
* [[Recursive least squares]]
* [[Schmidt–Kalman filter]]
* [[Separation principle]]
* [[Sliding mode control]]
* [[Stochastic differential equation]]s
* [[Volterra series]]
* [[Wiener filter]]
* [[Zakai equation]]
 
== References ==
 
{{reflist|30em}}
 
== Further reading ==
 
{{refbegin|30em}}
* {{ cite book | author = Einicke, G.A. | year = 2012 | title = Smoothing, Filtering and Prediction: Estimating the Past, Present and Future | publisher = Intech | location = Rijeka, Croatia | isbn = 978-953-307-752-9 | url = http://www.intechopen.com/books/smoothing-filtering-and-prediction-estimating-the-past-present-and-future}}
* {{ cite book | author = Gelb, A. | year = 1974 | title = Applied Optimal Estimation | publisher = MIT Press | isbn = }}
* {{ cite journal | author = Kalman, R.E. | year = 1960 | title = A new approach to linear filtering and prediction problems | journal = Journal of Basic Engineering | volume = 82 | issue = 1 | pages = 35–45 | url = http://www.elo.utfsm.cl/~ipd481/Papers%20varios/kalman1960.pdf | accessdate = 2008-05-03 | doi = 10.1115/1.3662552 }}
* {{ cite journal | author = Kalman, R.E. | coauthors = Bucy, R.S. | year = 1961 | title = New Results in Linear Filtering and Prediction Theory | url = http://www.dtic.mil/srch/doc?collection=t2&id=ADD518892| accessdate = 2008-05-03}}{{dead link|date=November 2013}}
* {{ cite book | author = Harvey, A.C. | year = 1990 | title = Forecasting, Structural Time Series Models and the Kalman Filter | publisher = Cambridge University Press | isbn = }}
* {{ cite journal | author = Roweis, S. | coauthors = Ghahramani, Z. | year = 1999 | title = A Unifying Review of Linear Gaussian Models | journal = Neural Computation | volume = 11 | issue = 2 | pages = 305–345 | doi = 10.1162/089976699300016674 | pmid = 9950734 }}
* {{ cite book | author = Simon, D. | year = 2006 | title = Optimal State Estimation: Kalman, H Infinity, and Nonlinear Approaches | publisher = Wiley-Interscience | url = http://academic.csuohio.edu/simond/estimation/ | isbn = }}
* {{ cite book | author = Stengel, R.F. | year = 1994 | title = Optimal Control and Estimation | publisher = Dover Publications | isbn = 0-486-68200-5 | url = http://www.princeton.edu/~stengel/OptConEst.html }}
* {{ cite journal | author = [[Kevin Warwick|Warwick, K]]. | year = 1987 | title = Optimal observers for ARMA models | journal = International Journal of Control | volume = 46 | issue = 5 | pages = 1493–1503 | url = http://www.informaworld.com/index/779885789.pdf | accessdate = 2008-05-03 | doi = 10.1080/00207178708933989 }}
* {{ cite book | author = Bierman, G.J. | year = 1977 | title = Factorization Methods for Discrete Sequential Estimation | journal = Mathematics in Science and Engineering | volume = 128 | isbn =  978-0-486-44981-4 | publisher = Dover Publications | location = Mineola, N.Y. }}
* {{ cite book | author = Bozic, S.M. | year = 1994 | title = Digital and Kalman filtering | publisher = Butterworth–Heinemann | isbn = }}
* {{ cite book | author = Haykin, S. | year = 2002 | title = Adaptive Filter Theory | publisher = Prentice Hall | isbn = }}
* {{ cite book | author = Liu, W. | coauthors = Principe, J.C. and Haykin, S. | year = 2010 | title = Kernel Adaptive Filtering: A Comprehensive Introduction | publisher = John Wiley | isbn = }}
* {{ cite book | author = Manolakis, D.G. | year = 1999 | title = Statistical and Adaptive signal processing | publisher = Artech House | isbn = }}
* {{ cite journal | author = Welch, Greg | coauthors = Bishop, Gary | year = 1997 | title = SCAAT: Incremental Tracking with Incomplete Information | url = http://www.cs.unc.edu/~welch/media/pdf/scaat.pdf | pages = 333–344 | isbn = 0-89791-896-7 | doi = 10.1145/258734.258876 | publisher = ACM Press/Addison-Wesley Publishing Co | chapter = SCAAT }}
* {{ cite book | first=Andrew H.  |last= Jazwinski | year = 1970 | title = Stochastic Processes and Filtering | publisher = [[Academic Press]] | location=New York | series = Mathematics in Science and Engineering | pages=376 | isbn=0-12-381550-9 }}
* {{ cite book | first=Peter S. |last=Maybeck | year = 1979 | title = Stochastic Models, Estimation, and Control | publisher = [[Academic Press]] | location=New York | isbn = 0-12-480701-1 | volume = 141-1 | series = Mathematics in Science and Engineering | pages=423 }}
* {{ cite book | author = Moriya, N. | year = 2011 | title = Primer to Kalman Filtering: A Physicist Perspective | publisher = [[Nova Science Publishers, Inc]] | location=New York | isbn =  978-1-61668-311-5 }}
* {{ cite journal | author = Dunik, J. | coauthors = Simandl M., Straka O. | year = 2009 | title = Methods for estimating state and measurement noise covariance matrices: Aspects and comparisons | journal = Proceedings of 15th IFAC Symposium on System Identification | place = France | pages = 372–377 }}
* {{ cite book | first=Charles K. |last=Chui |first2=Guanrong |last2=Chen | year = 2009 | title = Kalman Filtering with Real-Time Applications | publisher = [[Springer Science+Business Media|Springer]] | location=New York | isbn = 978-3-540-87848-3 | volume = 17 | series = Springer Series in Information Sciences | edition = 4th | pages=229 }}
* {{ cite journal | author = Spivey, Ben | coauthors = Hedengren, J. D. and Edgar, T. F. | journal = Industrial & Engineering Chemistry Research | volume = 49 | issue = 17 | year = 2010 | title = Constrained Nonlinear Estimation for Industrial Process Fouling | url = http://pubs.acs.org/doi/abs/10.1021/ie9018116 | pages = 7824–7831 | doi = 10.1021/ie9018116 }}
* [[Thomas Kailath]], [[Ali H. Sayed]], and [[Babak Hassibi]], Linear Estimation, Prentice–Hall, NJ, 2000, ISBN 978-0-13-022464-4.
* [[Ali H. Sayed]], Adaptive Filters, Wiley, NJ, 2008, ISBN 978-0-470-25388-5.
{{refend}}
 
== External links ==
* [http://www.cs.unc.edu/~welch/kalman/kalmanPaper.html A New Approach to Linear Filtering and Prediction Problems], by R. E. Kalman, 1960
* [http://www.eng.tau.ac.il/~liptser/lectures1/lect6.pdf ''Kalman–Bucy Filter''], a good derivation of the Kalman–Bucy Filter
* [http://www.youtube.com/watch?v=d0D3VwBh5UQ MIT Video Lecture on the Kalman filter]
* [http://www.cs.unc.edu/~tracker/media/pdf/SIGGRAPH2001_CoursePack_08.pdf An Introduction to the Kalman Filter], SIGGRAPH 2001 Course, Greg Welch and Gary Bishop
* [http://www.cs.unc.edu/~welch/kalman/media/pdf/maybeck_ch1.pdf Kalman filtering chapter] from ''Stochastic Models, Estimation, and Control, vol. 1'', by Peter S. Maybeck
* [http://www.cs.unc.edu/~welch/kalman/ Kalman Filter] webpage, with lots of links
* [http://www.innovatia.com/software/papers/kalman.htm Kalman Filtering]
* [http://www.negenborn.net/kal_loc/ ''Kalman Filters'', thorough introduction to several types, together with applications to ''Robot Localization'']
* [http://www.siam.org/pdf/news/362.pdf Kalman filters used in Weather models], SIAM News, Volume 36, Number 8, October 2003.
* [http://pubs.acs.org/cgi-bin/abstract.cgi/iecred/2005/44/i08/abs/ie034308l.html Critical Evaluation of Extended Kalman Filtering and Moving-Horizon Estimation], Ind. Eng. Chem. Res., 44 (8), 2451–2460, 2005.
* [http://obex.parallax.com/objects/239/ Source code for the propeller microprocessor]: Well documented source code written for the Parallax propeller processor.
* [http://netlib.org/a/esl.tgz Gerald J. Bierman's Estimation Subroutine Library]: Corresponds to the code in the research monograph "Factorization Methods for Discrete Sequential Estimation" originally published by Academic Press in 1977. Republished by Dover.
* [http://www.mathworks.com/matlabcentral/fileexchange/32537 Matlab Toobox implementing parts of Gerald J. Bierman's Estimation Subroutine Library]: UD / UDU' and LD / LDL' factorization with associated time and measurement updates making up the Kalman filter.
* [http://eia.udg.es/~qsalvi/Slam.zip Matlab Toolbox of Kalman Filtering applied to Simultaneous Localization and Mapping]: Vehicle moving in 1D, 2D and 3D
* [http://babel.isa.uma.es/mrpt/index.php/6D-SLAM Derivation of a 6D EKF solution to Simultaneous Localization and Mapping ] (In [http://babel.isa.uma.es/~jlblanco/papers/RangeBearingSLAM6D.pdf old version PDF]). See also the tutorial on [http://babel.isa.uma.es/mrpt/index.php/Kalman_Filters implementing a Kalman Filter] with the [[Mobile Robot Programming Toolkit|MRPT C++ libraries]].
* [http://www.tristanfletcher.co.uk/LDS.pdf The Kalman Filter Explained] A very simple tutorial.
* [http://www.cnel.ufl.edu/~weifeng/publication.htm The Kalman Filter in Reproducing Kernel Hilbert Spaces] A comprehensive introduction.
* [http://www.mathfinance.cn/kalman-filter-finance-revisited/ Matlab code to estimate Cox–Ingersoll–Ross interest rate model with Kalman Filter]: Corresponds to the paper "estimating and testing exponential-affine term structure models by kalman filter" published  by Review of Quantitative Finance and Accounting in 1999.
* [http://apmonitor.com/wiki/index.php/Main/Background Extended Kalman Filters] explained in the context of Simulation, Estimation, Control, and Optimization
* [http://www.data-assimilation.net/Tools/AssimDemo/?method=KF Online demo of the Kalman Filter]. Demonstration of Kalman Filter (and other data assimilation methods) using twin experiments.
* [http://dx.doi.org/10.3390/s110808164 Handling noisy environments: the k-NN delta s, on-line adaptive filter.] in Robust high performance reinforcement learning through weighted ''k''-nearest neighbors, Neurocomputing, 74(8), March 2011, pp.&nbsp;1251–1259.
* [http://finmathblog.blogspot.com/2013/10/hookes-law-and-kalman-filter-little.html Hookes Law and the Kalman Filter] A little "spring theory" emphasizing the connection between statistics and physics.
 
[[Category:Control theory]]
[[Category:Nonlinear filters]]
[[Category:Linear filters]]
[[Category:Signal estimation]]
[[Category:Stochastic differential equations]]
[[Category:Robot control]]
[[Category:Markov models]]
[[Category:Hungarian inventions]]

Revision as of 00:09, 21 December 2013

The Kalman filter keeps track of the estimated state of the system and the variance or uncertainty of the estimate. The estimate is updated using a state transition model and measurements. x̂kk1 denotes the estimate of the system's state at time step k before the k-th measurement yk has been taken into account; Pkk1 is the corresponding uncertainty.

The Kalman filter, also known as linear quadratic estimation (LQE), is an algorithm that uses a series of measurements observed over time, containing noise (random variations) and other inaccuracies, and produces estimates of unknown variables that tend to be more precise than those based on a single measurement alone. More formally, the Kalman filter operates recursively on streams of noisy input data to produce a statistically optimal estimate of the underlying system state. The filter is named for Rudolf (Rudy) E. Kálmán, one of the primary developers of its theory.

The Kalman filter has numerous applications in technology. A common application is for guidance, navigation and control of vehicles, particularly aircraft and spacecraft. Furthermore, the Kalman filter is a widely applied concept in time series analysis used in fields such as signal processing and econometrics.

The algorithm works in a two-step process. In the prediction step, the Kalman filter produces estimates of the current state variables, along with their uncertainties. Once the outcome of the next measurement (necessarily corrupted with some amount of error, including random noise) is observed, these estimates are updated using a weighted average, with more weight being given to estimates with higher certainty. Because of the algorithm's recursive nature, it can run in real time using only the present input measurements and the previously calculated state and its uncertainty matrix; no additional past information is required.

It is a common misconception that the Kalman filter assumes that all error terms and measurements are Gaussian distributed. Kalman's original paper derived the filter using orthogonal projection theory to show that the covariance is minimized, and this result does not require any assumption, e.g., that the errors are Gaussian.[1] He then showed that the filter yields the exact conditional probability estimate in the special case that all errors are Gaussian-distributed.

Extensions and generalizations to the method have also been developed, such as the extended Kalman filter and the unscented Kalman filter which work on nonlinear systems. The underlying model is a Bayesian model similar to a hidden Markov model but where the state space of the latent variables is continuous and where all latent and observed variables have Gaussian distributions.

Naming and historical development

The filter is named after Hungarian émigré Rudolf E. Kálmán, although Thorvald Nicolai Thiele[2][3] and Peter Swerling developed a similar algorithm earlier. Richard S. Bucy of the University of Southern California contributed to the theory, leading to it often being called the Kalman–Bucy filter. Stanley F. Schmidt is generally credited with developing the first implementation of a Kalman filter. It was during a visit by Kalman to the NASA Ames Research Center that he saw the applicability of his ideas to the problem of trajectory estimation for the Apollo program, leading to its incorporation in the Apollo navigation computer. This Kalman filter was first described and partially developed in technical papers by Swerling (1958), Kalman (1960) and Kalman and Bucy (1961).

Kalman filters have been vital in the implementation of the navigation systems of U.S. Navy nuclear ballistic missile submarines, and in the guidance and navigation systems of cruise missiles such as the U.S. Navy's Tomahawk missile and the U.S. Air Force's Air Launched Cruise Missile. It is also used in the guidance and navigation systems of the NASA Space Shuttle and the attitude control and navigation systems of the International Space Station.

This digital filter is sometimes called the Stratonovich–Kalman–Bucy filter because it is a special case of a more general, non-linear filter developed somewhat earlier by the Soviet mathematician Ruslan L. Stratonovich.[4][5][6][7] In fact, some of the special case linear filter's equations appeared in these papers by Stratonovich that were published before summer 1960, when Kalman met with Stratonovich during a conference in Moscow.

Overview of the calculation

The Kalman filter uses a system's dynamics model (e.g., physical laws of motion), known control inputs to that system, and multiple sequential measurements (such as from sensors) to form an estimate of the system's varying quantities (its state) that is better than the estimate obtained by using any one measurement alone. As such, it is a common sensor fusion and data fusion algorithm.

All measurements and calculations based on models are estimates to some degree. Noisy sensor data, approximations in the equations that describe how a system changes, and external factors that are not accounted for introduce some uncertainty about the inferred values for a system's state. The Kalman filter averages a prediction of a system's state with a new measurement using a weighted average. The purpose of the weights is that values with better (i.e., smaller) estimated uncertainty are "trusted" more. The weights are calculated from the covariance, a measure of the estimated uncertainty of the prediction of the system's state. The result of the weighted average is a new state estimate that lies between the predicted and measured state, and has a better estimated uncertainty than either alone. This process is repeated every time step, with the new estimate and its covariance informing the prediction used in the following iteration. This means that the Kalman filter works recursively and requires only the last "best guess", rather than the entire history, of a system's state to calculate a new state.

Because the certainty of the measurements is often difficult to measure precisely, it is common to discuss the filter's behavior in terms of gain. The Kalman gain is a function of the relative certainty of the measurements and current state estimate, and can be "tuned" to achieve particular performance. With a high gain, the filter places more weight on the measurements, and thus follows them more closely. With a low gain, the filter follows the model predictions more closely, smoothing out noise but decreasing the responsiveness. At the extremes, a gain of one causes the filter to ignore the state estimate entirely, while a gain of zero causes the measurements to be ignored.

When performing the actual calculations for the filter (as discussed below), the state estimate and covariances are coded into matrices to handle the multiple dimensions involved in a single set of calculations. This allows for representation of linear relationships between different state variables (such as position, velocity, and acceleration) in any of the transition models or covariances.

Example application

As an example application, consider the problem of determining the precise location of a truck. The truck can be equipped with a GPS unit that provides an estimate of the position within a few meters. The GPS estimate is likely to be noisy; readings 'jump around' rapidly, though always remaining within a few meters of the real position. In addition, since the truck is expected to follow the laws of physics, its position can also be estimated by integrating its velocity over time, determined by keeping track of wheel revolutions and the angle of the steering wheel. This is a technique known as dead reckoning. Typically, dead reckoning will provide a very smooth estimate of the truck's position, but it will drift over time as small errors accumulate.

In this example, the Kalman filter can be thought of as operating in two distinct phases: predict and update. In the prediction phase, the truck's old position will be modified according to the physical laws of motion (the dynamic or "state transition" model) plus any changes produced by the accelerator pedal and steering wheel. Not only will a new position estimate be calculated, but a new covariance will be calculated as well. Perhaps the covariance is proportional to the speed of the truck because we are more uncertain about the accuracy of the dead reckoning estimate at high speeds but very certain about the position when moving slowly. Next, in the update phase, a measurement of the truck's position is taken from the GPS unit. Along with this measurement comes some amount of uncertainty, and its covariance relative to that of the prediction from the previous phase determines how much the new measurement will affect the updated prediction. Ideally, if the dead reckoning estimates tend to drift away from the real position, the GPS measurement should pull the position estimate back towards the real position but not disturb it to the point of becoming rapidly changing and noisy.

Technical description and context

The Kalman filter is an efficient recursive filter that estimates the internal state of a linear dynamic system from a series of noisy measurements. It is used in a wide range of engineering and econometric applications from radar and computer vision to estimation of structural macroeconomic models,[8][9] and is an important topic in control theory and control systems engineering. Together with the linear-quadratic regulator (LQR), the Kalman filter solves the linear-quadratic-Gaussian control problem (LQG). The Kalman filter, the linear-quadratic regulator and the linear-quadratic-Gaussian controller are solutions to what arguably are the most fundamental problems in control theory.

In most applications, the internal state is much larger (more degrees of freedom) than the few "observable" parameters which are measured. However, by combining a series of measurements, the Kalman filter can estimate the entire internal state.

In Dempster–Shafer theory, each state equation or observation is considered a special case of a linear belief function and the Kalman filter is a special case of combining linear belief functions on a join-tree or Markov tree.

A wide variety of Kalman filters have now been developed, from Kalman's original formulation, now called the "simple" Kalman filter, the Kalman–Bucy filter, Schmidt's "extended" filter, the information filter, and a variety of "square-root" filters that were developed by Bierman, Thornton and many others. Perhaps the most commonly used type of very simple Kalman filter is the phase-locked loop, which is now ubiquitous in radios, especially frequency modulation (FM) radios, television sets, satellite communications receivers, outer space communications systems, and nearly any other electronic communications equipment.

Underlying dynamic system model

Template:Expand section

The Kalman filters are based on linear dynamic systems discretized in the time domain. They are modelled on a Markov chain built on linear operators perturbed by errors that may include Gaussian noise. The state of the system is represented as a vector of real numbers. At each discrete time increment, a linear operator is applied to the state to generate the new state, with some noise mixed in, and optionally some information from the controls on the system if they are known. Then, another linear operator mixed with more noise generates the observed outputs from the true ("hidden") state. The Kalman filter may be regarded as analogous to the hidden Markov model, with the key difference that the hidden state variables take values in a continuous space (as opposed to a discrete state space as in the hidden Markov model). Additionally, the hidden Markov model can represent an arbitrary distribution for the next value of the state variables, in contrast to the Gaussian noise model that is used for the Kalman filter. There is a strong duality between the equations of the Kalman Filter and those of the hidden Markov model. A review of this and other models is given in Roweis and Ghahramani (1999)[10] and Hamilton (1994), Chapter 13.[11]

In order to use the Kalman filter to estimate the internal state of a process given only a sequence of noisy observations, one must model the process in accordance with the framework of the Kalman filter. This means specifying the following matrices: Fk, the state-transition model; Hk, the observation model; Qk, the covariance of the process noise; Rk, the covariance of the observation noise; and sometimes Bk, the control-input model, for each time-step, k, as described below.

Model underlying the Kalman filter. Squares represent matrices. Ellipses represent multivariate normal distributions (with the mean and covariance matrix enclosed). Unenclosed values are vectors. In the simple case, the various matrices are constant with time, and thus the subscripts are dropped, but the Kalman filter allows any of them to change each time step.

The Kalman filter model assumes the true state at time k is evolved from the state at (k−1) according to

𝐱k=𝐅k𝐱k1+𝐁k𝐮k1+𝐰k

where

  • Fk is the state transition model which is applied to the previous state xk−1;
  • Bk is the control-input model which is applied to the control vector uk;
  • wk is the process noise which is assumed to be drawn from a zero mean multivariate normal distribution with covariance Qk.
𝐰kN(0,𝐐k)

At time k an observation (or measurement) zk of the true state xk is made according to

𝐳k=𝐇k𝐱k+𝐯k

where Hk is the observation model which maps the true state space into the observed space and vk is the observation noise which is assumed to be zero mean Gaussian white noise with covariance Rk.

𝐯kN(0,𝐑k)

The initial state, and the noise vectors at each step {x0, w1, ..., wk, v1 ... vk} are all assumed to be mutually independent.

Many real dynamical systems do not exactly fit this model. In fact, unmodelled dynamics can seriously degrade the filter performance, even when it was supposed to work with unknown stochastic signals as inputs. The reason for this is that the effect of unmodelled dynamics depends on the input, and, therefore, can bring the estimation algorithm to instability (it diverges). On the other hand, independent white noise signals will not make the algorithm diverge. The problem of separating between measurement noise and unmodelled dynamics is a difficult one and is treated in control theory under the framework of robust control.

Details

Template:Refimprove section

The Kalman filter is a recursive estimator. This means that only the estimated state from the previous time step and the current measurement are needed to compute the estimate for the current state. In contrast to batch estimation techniques, no history of observations and/or estimates is required. In what follows, the notation 𝐱̂nm represents the estimate of 𝐱 at time n given observations up to, and including at time m.

The state of the filter is represented by two variables:

  • 𝐱̂kk, the a posteriori state estimate at time k given observations up to and including at time k;
  • 𝐏kk, the a posteriori error covariance matrix (a measure of the estimated accuracy of the state estimate).

The Kalman filter can be written as a single equation, however it is most often conceptualized as two distinct phases: "Predict" and "Update". The predict phase uses the state estimate from the previous timestep to produce an estimate of the state at the current timestep. This predicted state estimate is also known as the a priori state estimate because, although it is an estimate of the state at the current timestep, it does not include observation information from the current timestep. In the update phase, the current a priori prediction is combined with current observation information to refine the state estimate. This improved estimate is termed the a posteriori state estimate.

Typically, the two phases alternate, with the prediction advancing the state until the next scheduled observation, and the update incorporating the observation. However, this is not necessary; if an observation is unavailable for some reason, the update may be skipped and multiple prediction steps performed. Likewise, if multiple independent observations are available at the same time, multiple update steps may be performed (typically with different observation matrices Hk).

Predict

Predicted (a priori) state estimate 𝐱̂kk1=𝐅k1𝐱̂k1k1+𝐁k1𝐮k1
Predicted (a priori) estimate covariance 𝐏kk1=𝐅k1𝐏k1k1𝐅k1T+𝐐k

Update

Innovation or measurement residual 𝐲~k=𝐳k𝐇k𝐱̂kk1
Innovation (or residual) covariance 𝐒k=𝐇k𝐏kk1𝐇kT+𝐑k
Optimal Kalman gain 𝐊k=𝐏kk1𝐇kT𝐒k1
Updated (a posteriori) state estimate 𝐱̂kk=𝐱̂kk1+𝐊k𝐲~k
Updated (a posteriori) estimate covariance 𝐏k|k=(I𝐊k𝐇k)𝐏k|k1

The formula for the updated estimate and covariance above is only valid for the optimal Kalman gain. Usage of other gain values require a more complex formula found in the derivations section.

Invariants

If the model is accurate, and the values for 𝐱̂00 and 𝐏00 accurately reflect the distribution of the initial state values, then the following invariants are preserved: (all estimates have a mean error of zero)

where E[ξ] is the expected value of ξ, and covariance matrices accurately reflect the covariance of estimates

Estimation of the noise covariances Qk and Rk

Practical implementation of the Kalman Filter is often difficult due to the inability in getting a good estimate of the noise covariance matrices Qk and Rk. Extensive research has been done in this field to estimate these covariances from data. One of the more promising approaches to do this is the Autocovariance Least-Squares (ALS) technique that uses autocovariances of routine operating data to estimate the covariances.[12][13] The GNU Octave code used to calculate the noise covariance matrices using the ALS technique is available online under the GNU General Public License license.[14]

Optimality and performance

It is known from the theory that the Kalman filter is optimal in case that a) the model perfectly matches the real system, b) the entering noise is white and c) the covariances of the noise are exactly known. Several methods for the noise covariance estimation have been proposed during past decades. One, ALS, was mentioned in the previous paragraph. After the covariances are identified, it is useful to evaluate the performance of the filter, i.e. whether it is possible to improve the state estimation quality. It is well known that, if the Kalman filter works optimally, the innovation sequence (the output prediction error) is a white noise. The whiteness property reflects the state estimation quality. For evaluation of the filter performance it is necessary to inspect the whiteness property of the innovations. Several different methods can be used for this purpose. Three optimality tests with numerical examples are described in [15]

Example application, technical

Consider a truck on perfectly frictionless, infinitely long straight rails. Initially the truck is stationary at position 0, but it is buffeted this way and that by random acceleration. We measure the position of the truck every Δt seconds, but these measurements are imprecise; we want to maintain a model of where the truck is and what its velocity is. We show here how we derive the model from which we create our Kalman filter.

Since F, H, R and Q are constant, their time indices are dropped.

The position and velocity of the truck are described by the linear state space

𝐱k=[xx˙]

where x˙ is the velocity, that is, the derivative of position with respect to time.

We assume that between the (k−1) and k timestep the truck undergoes a constant acceleration of ak that is normally distributed, with mean 0 and standard deviation σa. From Newton's laws of motion we conclude that

𝐱k=𝐅𝐱k1+𝐆ak

(note that there is no 𝐁u term since we have no known control inputs) where

𝐅=[1Δt01]

and

𝐆=[Δt22Δt]

so that

𝐱k=𝐅𝐱k1+𝐰k

where 𝐰kN(0,𝐐) and

𝐐=𝐆𝐆Tσa2=[Δt44Δt32Δt32Δt2]σa2.

At each time step, a noisy measurement of the true position of the truck is made. Let us suppose the measurement noise vk is also normally distributed, with mean 0 and standard deviation σz.

𝐳k=𝐇𝐱k+𝐯k

where

𝐇=[10]

and

𝐑=E[𝐯k𝐯kT]=[σz2]

We know the initial starting state of the truck with perfect precision, so we initialize

𝐱̂00=[00]

and to tell the filter that we know the exact position, we give it a zero covariance matrix:

𝐏00=[0000]

If the initial position and velocity are not known perfectly the covariance matrix should be initialized with a suitably large number, say L, on its diagonal.

𝐏00=[L00L]

The filter will then prefer the information from the first measurements over the information already in the model.

Derivations

Template:Refimprove section

Deriving the a posteriori estimate covariance matrix

Starting with our invariant on the error covariance Pk | k as above

𝐏kk=cov(𝐱k𝐱̂kk)

substitute in the definition of 𝐱̂kk

𝐏kk=cov(𝐱k(𝐱̂kk1+𝐊k𝐲~k))

and substitute 𝐲~k

𝐏kk=cov(𝐱k(𝐱̂kk1+𝐊k(𝐳k𝐇k𝐱̂kk1)))

and 𝐳k

𝐏kk=cov(𝐱k(𝐱̂kk1+𝐊k(𝐇k𝐱k+𝐯k𝐇k𝐱̂kk1)))

and by collecting the error vectors we get

𝐏k|k=cov((I𝐊k𝐇k)(𝐱k𝐱̂kk1)𝐊k𝐯k)

Since the measurement error vk is uncorrelated with the other terms, this becomes

𝐏k|k=cov((I𝐊k𝐇k)(𝐱k𝐱̂kk1))+cov(𝐊k𝐯k)

by the properties of vector covariance this becomes

𝐏kk=(I𝐊k𝐇k)cov(𝐱k𝐱̂kk1)(I𝐊k𝐇k)T+𝐊kcov(𝐯k)𝐊kT

which, using our invariant on Pk | k−1 and the definition of Rk becomes

𝐏kk=(I𝐊k𝐇k)𝐏kk1(I𝐊k𝐇k)T+𝐊k𝐑k𝐊kT

This formula (sometimes known as the "Joseph form" of the covariance update equation) is valid for any value of Kk. It turns out that if Kk is the optimal Kalman gain, this can be simplified further as shown below.

Kalman gain derivation

The Kalman filter is a minimum mean-square error estimator. The error in the a posteriori state estimation is

𝐱k𝐱̂kk

We seek to minimize the expected value of the square of the magnitude of this vector, E[𝐱k𝐱̂k|k2]. This is equivalent to minimizing the trace of the a posteriori estimate covariance matrix 𝐏k|k. By expanding out the terms in the equation above and collecting, we get:

𝐏kk=𝐏kk1𝐊k𝐇k𝐏kk1𝐏kk1𝐇kT𝐊kT+𝐊k(𝐇k𝐏kk1𝐇kT+𝐑k)𝐊kT=𝐏kk1𝐊k𝐇k𝐏kk1𝐏kk1𝐇kT𝐊kT+𝐊k𝐒k𝐊kT

The trace is minimized when its matrix derivative with respect to the gain matrix is zero. Using the gradient matrix rules and the symmetry of the matrices involved we find that

tr(𝐏kk)𝐊k=2(𝐇k𝐏kk1)T+2𝐊k𝐒k=0.

Solving this for Kk yields the Kalman gain:

𝐊k𝐒k=(𝐇k𝐏kk1)T=𝐏kk1𝐇kT
𝐊k=𝐏kk1𝐇kT𝐒k1

This gain, which is known as the optimal Kalman gain, is the one that yields MMSE estimates when used.

Simplification of the a posteriori error covariance formula

The formula used to calculate the a posteriori error covariance can be simplified when the Kalman gain equals the optimal value derived above. Multiplying both sides of our Kalman gain formula on the right by SkKkT, it follows that

𝐊k𝐒k𝐊kT=𝐏kk1𝐇kT𝐊kT

Referring back to our expanded formula for the a posteriori error covariance,

𝐏kk=𝐏kk1𝐊k𝐇k𝐏kk1𝐏kk1𝐇kT𝐊kT+𝐊k𝐒k𝐊kT

we find the last two terms cancel out, giving

𝐏kk=𝐏kk1𝐊k𝐇k𝐏kk1=(I𝐊k𝐇k)𝐏kk1.

This formula is computationally cheaper and thus nearly always used in practice, but is only correct for the optimal gain. If arithmetic precision is unusually low causing problems with numerical stability, or if a non-optimal Kalman gain is deliberately used, this simplification cannot be applied; the a posteriori error covariance formula as derived above must be used.

Sensitivity analysis

Template:Refimprove section

The Kalman filtering equations provide an estimate of the state 𝐱̂kk and its error covariance 𝐏kk recursively. The estimate and its quality depend on the system parameters and the noise statistics fed as inputs to the estimator. This section analyzes the effect of uncertainties in the statistical inputs to the filter.[16] In the absence of reliable statistics or the true values of noise covariance matrices 𝐐k and 𝐑k, the expression

𝐏kk=(𝐈𝐊k𝐇k)𝐏kk1(𝐈𝐊k𝐇k)T+𝐊k𝐑k𝐊kT

no longer provides the actual error covariance. In other words, 𝐏kkE[(𝐱k𝐱̂kk)(𝐱k𝐱̂kk)T]. In most real time applications the covariance matrices that are used in designing the Kalman filter are different from the actual noise covariances matrices.Potter or Ceramic Artist Truman Bedell from Rexton, has interests which include ceramics, best property developers in singapore developers in singapore and scrabble. Was especially enthused after visiting Alejandro de Humboldt National Park. This sensitivity analysis describes the behavior of the estimation error covariance when the noise covariances as well as the system matrices 𝐅k and 𝐇k that are fed as inputs to the filter are incorrect. Thus, the sensitivity analysis describes the robustness (or sensitivity) of the estimator to misspecified statistical and parametric inputs to the estimator.

This discussion is limited to the error sensitivity analysis for the case of statistical uncertainties. Here the actual noise covariances are denoted by 𝐐ka and 𝐑ka respectively, whereas the design values used in the estimator are 𝐐k and 𝐑k respectively. The actual error covariance is denoted by 𝐏kka and 𝐏kk as computed by the Kalman filter is referred to as the Riccati variable. When 𝐐k𝐐ka and 𝐑k𝐑ka, this means that 𝐏kk=𝐏kka. While computing the actual error covariance using 𝐏kka=E[(𝐱k𝐱̂kk)(𝐱k𝐱̂kk)T], substituting for 𝐱^kk and using the fact that E[𝐰k𝐰kT]=𝐐ka and E[𝐯k𝐯kT]=𝐑ka, results in the following recursive equations for 𝐏kka :

𝐏kk1a=𝐅k𝐏k1k1a𝐅kT+𝐐ka

and

𝐏kka=(𝐈𝐊k𝐇k)𝐏kk1a(𝐈𝐊k𝐇k)T+𝐊k𝐑ka𝐊kT

While computing 𝐏kk, by design the filter implicitly assumes that E[𝐰k𝐰kT]=𝐐k and E[𝐯k𝐯kT]=𝐑k. Note that the recursive expressions for 𝐏kka and 𝐏kk are identical except for the presence of 𝐐ka and 𝐑ka in place of the design values 𝐐k and 𝐑k respectively.

Square root form

One problem with the Kalman filter is its numerical stability. If the process noise covariance Qk is small, round-off error often causes a small positive eigenvalue to be computed as a negative number. This renders the numerical representation of the state covariance matrix P indefinite, while its true form is positive-definite.

Positive definite matrices have the property that they have a triangular matrix square root P = S·ST. This can be computed efficiently using the Cholesky factorization algorithm, but more importantly, if the covariance is kept in this form, it can never have a negative diagonal or become asymmetric. An equivalent form, which avoids many of the square root operations required by the matrix square root yet preserves the desirable numerical properties, is the U-D decomposition form, P = U·D·UT, where U is a unit triangular matrix (with unit diagonal), and D is a diagonal matrix.

Between the two, the U-D factorization uses the same amount of storage, and somewhat less computation, and is the most commonly used square root form. (Early literature on the relative efficiency is somewhat misleading, as it assumed that square roots were much more time-consuming than divisions,[17]Primarily based on the most recent URA personal property value index (PPPI) flash estimates, we know that the PPPI, which represents the overall real property price development, has dipped in 2013Q4. That is the first dip the market has seen within the final 2 years.

To give you some perspective, the entire number of personal properties in Singapore (together with govt condominiums) is 297,689 in 2013Q3. Primarily based on the projection that there will be 19,302 units accomplished in 2014, the rise in residential models works out to be more than 6%. With a lot New Ec Launch Singapore provide, buyers might be spoilt for alternative and this in flip will lead to their reluctance to pay a premium for potential models. The complete textual content of the Copyright Act (Cap sixty three) and different statutes regarding IPR might be found on the Singapore Statutes Online Website online The Group's income jumped forty.1 p.c to $324.5 million from $231.6 million in FY 2013, lifted by increased development income and sales of growth properties in Singapore and China. Actual Estate Shopping for

One factor we've on this nation is a big group of "economists," and "market analysts." What's interesting about this group of real property market-watchers is that there are two very other ways wherein they predict Boomers will affect housing markets over the subsequent decade. Let's check out those two opposites and see how every can change the best way real property investors strategy their markets. The good news is that actual property buyers are prepared for either state of affairs, and there's profit in being ready. I'm excited and searching ahead to the alternatives both or each of these conditions will supply; thank you Boomers! Mapletree to further broaden past Asia Why fortune will favour the brave in Asia's closing real property frontier

The story of the 23.2 home begins with a stack of Douglas fir beams salvaged from varied demolished warehouses owned by the consumer's household for a number of generations. Design and structure innovator Omer Arbel, configured them to type a triangulated roof, which makes up one of the placing features of the home. The transient from the entrepreneur-proprietor was not solely to design a house that integrates antique wood beams, however one which erases the excellence between inside and exterior. Built on a gentle slope on a large rural acreage surrounded by two masses of previous-development forests, the indoors movement seamlessly to the outdoors and, from the within looking, one enjoys unobstructed views of the existing natural panorama which is preserved

First, there are typically extra rental transactions than gross sales transactions, to permit AV to be decided for each property primarily based on comparable properties. Second, movements in sale costs are more unstable than leases. Hence, utilizing rental transactions to derive the AV helps to maintain property tax more steady for property homeowners. If you're buying or trying to lease a property. It's tiring to call up individual property agent, organize appointments, coordinate timing and to go for particular person property viewing. What most individuals do is to have a property agent representing them who will arrange and coordinate the viewings for all the properties out there based mostly on your necessities & most well-liked timing. Rent Property District 12 Rent Property District thirteen

The Annual Worth of a property is mostly derived based mostly on the estimated annual hire that it may well fetch if it have been rented out. In determining the Annual Worth of a property, IRAS will think about the leases of similar properties within the vicinity, dimension and condition of the property, and different relevant components. The Annual Worth of a property is determined in the identical method regardless of whether the property is let-out, proprietor-occupied or vacant. The Annual Worth of land is determined at 5% of the market price of the land. When a constructing is demolished, the Annual Worth of the land is assessed by this method. Property Tax on Residential Properties Buyer Stamp Responsibility on Buy of Properties – Business and residential properties Rent House District 01

Within the event the Bank's valuation is decrease than the acquisition price, the purchaser has to pay the distinction between the purchase value and the Bank's valuation utilizing money. As such, the money required up-front might be increased so it's at all times essential to know the valuation of the property before making any offer. Appoint Lawyer The Bank will prepare for a proper valuation of the property by way of physical inspection The completion statement will present you the balance of the acquisition price that you must pay after deducting any deposit, pro-rated property tax and utility costs, upkeep prices, and different relevant expenses in addition to any fees payable to the agent and the lawyer. Stamp Responsibility Primarily based on the Purchase Price or Market Value, whichever is larger while on 21-st century computers they are only slightly more expensive.)

Efficient algorithms for the Kalman prediction and update steps in the square root form were developed by G. J. Bierman and C. L. Thornton.[17][18]

The L·D·LT decomposition of the innovation covariance matrix Sk is the basis for another type of numerically efficient and robust square root filter.[19] The algorithm starts with the LU decomposition as implemented in the Linear Algebra PACKage (LAPACK). These results are further factored into the L·D·LT structure with methods given by Golub and Van Loan (algorithm 4.1.2) for a symmetric nonsingular matrix.[20] Any singular covariance matrix is pivoted so that the first diagonal partition is nonsingular and well-conditioned. The pivoting algorithm must retain any portion of the innovation covariance matrix directly corresponding to observed state-variables Hk·xk|k-1 that are associated with auxiliary observations in yk. The L·D·LT square-root filter requires orthogonalization of the observation vector.[18][19] This may be done with the inverse square-root of the covariance matrix for the auxiliary variables using Method 2 in Higham (2002, p. 263).[21]

Relationship to recursive Bayesian estimation

The Kalman filter can be considered to be one of the most simple dynamic Bayesian networks. The Kalman filter calculates estimates of the true values of states recursively over time using incoming measurements and a mathematical process model. Similarly, recursive Bayesian estimation calculates estimates of an unknown probability density function (PDF) recursively over time using incoming measurements and a mathematical process model.[22]

In recursive Bayesian estimation, the true state is assumed to be an unobserved Markov process, and the measurements are the observed states of a hidden Markov model (HMM).

Hidden Markov model
Hidden Markov model

Because of the Markov assumption, the true state is conditionally independent of all earlier states given the immediately previous state.

p(𝐱k𝐱0,,𝐱k1)=p(𝐱k𝐱k1)

Similarly the measurement at the k-th timestep is dependent only upon the current state and is conditionally independent of all other states given the current state.

p(𝐳k𝐱0,,𝐱k)=p(𝐳k𝐱k)

Using these assumptions the probability distribution over all states of the hidden Markov model can be written simply as:

p(𝐱0,,𝐱k𝐳1,,𝐳k)=p(𝐱0)i=1kp(𝐳i𝐱i)p(𝐱i𝐱i1)

However, when the Kalman filter is used to estimate the state x, the probability distribution of interest is that associated with the current states conditioned on the measurements up to the current timestep. This is achieved by marginalizing out the previous states and dividing by the probability of the measurement set.

This leads to the predict and update steps of the Kalman filter written probabilistically. The probability distribution associated with the predicted state is the sum (integral) of the products of the probability distribution associated with the transition from the (k − 1)-th timestep to the k-th and the probability distribution associated with the previous state, over all possible xk1.

p(𝐱k𝐙k1)=p(𝐱k𝐱k1)p(𝐱k1𝐙k1)d𝐱k1

The measurement set up to time t is

𝐙t={𝐳1,,𝐳t}

The probability distribution of the update is proportional to the product of the measurement likelihood and the predicted state.

p(𝐱k𝐙k)=p(𝐳k𝐱k)p(𝐱k𝐙k1)p(𝐳k𝐙k1)

The denominator

p(𝐳k𝐙k1)=p(𝐳k𝐱k)p(𝐱k𝐙k1)d𝐱k

is a normalization term.

The remaining probability density functions are

p(𝐱k𝐱k1)=𝒩(𝐅k𝐱k1,𝐐k)
p(𝐳k𝐱k)=𝒩(𝐇k𝐱k,𝐑k)
p(𝐱k1𝐙k1)=𝒩(𝐱̂k1,𝐏k1)

Note that the PDF at the previous timestep is inductively assumed to be the estimated state and covariance. This is justified because, as an optimal estimator, the Kalman filter makes best use of the measurements, therefore the PDF for 𝐱k given the measurements 𝐙k is the Kalman filter estimate.

Information filter

In the information filter, or inverse covariance filter, the estimated covariance and estimated state are replaced by the information matrix and information vector respectively. These are defined as:

𝐘kk=𝐏kk1
𝐲̂kk=𝐏kk1𝐱̂kk

Similarly the predicted covariance and state have equivalent information forms, defined as:

𝐘kk1=𝐏kk11
𝐲̂kk1=𝐏kk11𝐱̂kk1

as have the measurement covariance and measurement vector, which are defined as:

𝐈k=𝐇kT𝐑k1𝐇k
𝐢k=𝐇kT𝐑k1𝐳k

The information update now becomes a trivial sum.

𝐘kk=𝐘kk1+𝐈k
𝐲̂kk=𝐲̂kk1+𝐢k

The main advantage of the information filter is that N measurements can be filtered at each timestep simply by summing their information matrices and vectors.

𝐘kk=𝐘kk1+j=1N𝐈k,j
𝐲̂kk=𝐲̂kk1+j=1N𝐢k,j

To predict the information filter the information matrix and vector can be converted back to their state space equivalents, or alternatively the information space prediction can be used.

𝐌k=[𝐅k1]T𝐘k1k1𝐅k1
𝐂k=𝐌k[𝐌k+𝐐k1]1
𝐋k=I𝐂k
𝐘kk1=𝐋k𝐌k𝐋kT+𝐂k𝐐k1𝐂kT
𝐲̂kk1=𝐋k[𝐅k1]T𝐲̂k1k1

Note that if F and Q are time invariant these values can be cached. Note also that F and Q need to be invertible.

Fixed-lag smoother

Template:Refimprove section

The optimal fixed-lag smoother provides the optimal estimate of 𝐱̂kNk for a given fixed-lag N using the measurements from 𝐳1 to 𝐳k. It can be derived using the previous theory via an augmented state, and the main equation of the filter is the following:

[𝐱̂tt𝐱̂t1t𝐱̂tN+1t]=[I00]𝐱̂tt1+[00I00I][𝐱̂t1t1𝐱̂t2t1𝐱̂tN+1t1]+[K(0)K(1)K(N1)]yt|t1

where:

K(i)=P(i)HT[HPHT+R]1
and
P(i)=P[[FKH]T]i
where P and K are the prediction error covariance and the gains of the standard Kalman filter (i.e., Ptt1).

If the estimation error covariance is defined so that

Pi:=E[(𝐱ti𝐱̂tit)(𝐱ti𝐱̂tit)z1zt],

then we have that the improvement on the estimation of 𝐱ti is given by:

PPi=j=0i[P(j)HT[HPHT+R]1H(P(i))T]

Fixed-interval smoothers

The optimal fixed-interval smoother provides the optimal estimate of 𝐱̂kn (k<n) using the measurements from a fixed interval 𝐳1 to 𝐳n. This is also called "Kalman Smoothing". There are several smoothing algorithms in common use.

Rauch–Tung–Striebel

The Rauch–Tung–Striebel (RTS) smoother is an efficient two-pass algorithm for fixed interval smoothing.[23]

The forward pass is the same as the regular Kalman filter algorithm. These filtered state estimates 𝐱̂kk and covariances 𝐏kk are saved for use in the backwards pass.

In the backwards pass, we compute the smoothed state estimates 𝐱̂kn and covariances 𝐏kn. We start at the last time step and proceed backwards in time using the following recursive equations:

𝐱̂kn=𝐱̂kk+𝐂k(𝐱̂k+1n𝐱̂k+1k)
𝐏kn=𝐏kk+𝐂k(𝐏k+1n𝐏k+1k)𝐂kT

where

𝐂k=𝐏kk𝐅kT𝐏k+1k1

Modified Bryson–Frazier smoother

An alternative to the RTS algorithm is the modified Bryson–Frazier (MBF) fixed interval smoother developed by Bierman.[18] This also uses a backward pass that processes data saved from the Kalman filter forward pass. The equations for the backward pass involve the recursive computation of data which are used at each observation time to compute the smoothed state and covariance.

The recursive equations are

Λ~k=𝐇kT𝐒k1𝐇k+𝐂̂kTΛ̂k𝐂̂k
Λ̂k1=𝐅kTΛ~k𝐅k
Λ̂n=0
λ~k=𝐇kT𝐒k1𝐲k+𝐂̂kTλ̂k
λ̂k1=𝐅kTλ~k
λ̂n=0

where 𝐒k is the residual covariance and 𝐂̂k=𝐈𝐊k𝐇k. The smoothed state and covariance can then be found by substitution in the equations

𝐏kn=𝐏kk𝐏kkΛ̂k𝐏kk
𝐱kn=𝐱kk𝐏kkλ̂k

or

𝐏kn=𝐏kk1𝐏kk1Λ~k𝐏kk1
𝐱kn=𝐱kk1𝐏kk1λ~k.

An important advantage of the MBF is that it does not require finding the inverse of the covariance matrix.

Minimum-variance smoother

The minimum-variance smoother can attain the best-possible error performance, provided that the models are linear, their parameters and the noise statistics are known precisely.[24] This smoother is a time-varying state-space generalization of the optimal non-causal Wiener filter.

The smoother calculations are done in two passes. The forward calculations involve a one-step-ahead predictor and are given by

𝐱̂k+1k=(𝐅k𝐊k𝐇k)𝐱̂kk1+𝐊k𝐳k
αk=𝐒k1/2𝐇k𝐱̂kk1+𝐒k1/2𝐳k

The above system is known as the inverse Wiener-Hopf factor. The backward recursion is the adjoint of the above forward system. The result of the backward pass βk may be calculated by operating the forward equations on the time-reversed αk and time reversing the result. In the case of output estimation, the smoothed estimate is given by

𝐲̂kN=𝐳k𝐑kβk

Taking the causal part of this minimum-variance smoother yields

𝐲̂kk=𝐳k𝐑k𝐒k1/2αk

which is identical to the minimum-variance Kalman filter. The above solutions minimize the variance of the output estimation error. Note that the Rauch–Tung–Striebel smoother derivation assumes that the underlying distributions are Gaussian, whereas the minimum-variance solutions do not. Optimal smoothers for state estimation and input estimation can be constructed similarly.

A continuous-time version of the above smoother is described in.[25][26]

Expectation-maximization algorithms may be employed to calculate approximate maximum likelihood estimates of unknown state-space parameters within minimum-variance filters and smoothers. Often uncertainties remain within problem assumptions. A smoother that accommodates uncertainties can be designed by adding a positive definite term to the Riccati equation.[27]

In cases where the models are nonlinear, step-wise linearizations may be within the minimum-variance filter and smoother recursions (Extended Kalman filtering).

Non-linear filters

The basic Kalman filter is limited to a linear assumption. More complex systems, however, can be nonlinear. The non-linearity can be associated either with the process model or with the observation model or with both.

Extended Kalman filter

Mining Engineer (Excluding Oil ) Truman from Alma, loves to spend time knotting, largest property developers in singapore developers in singapore and stamp collecting. Recently had a family visit to Urnes Stave Church.

In the extended Kalman filter (EKF), the state transition and observation models need not be linear functions of the state but may instead be non-linear functions. These functions are of differentiable type.

𝐱k=f(𝐱k1,𝐮k)+𝐰k
𝐳k=h(𝐱k)+𝐯k

The function f can be used to compute the predicted state from the previous estimate and similarly the function h can be used to compute the predicted measurement from the predicted state. However, f and h cannot be applied to the covariance directly. Instead a matrix of partial derivatives (the Jacobian) is computed.

At each timestep the Jacobian is evaluated with current predicted states. These matrices can be used in the Kalman filter equations. This process essentially linearizes the non-linear function around the current estimate.

Unscented Kalman filter

When the state transition and observation models—that is, the predict and update functions f and h—are highly non-linear, the extended Kalman filter can give particularly poor performance.[28] This is because the covariance is propagated through linearization of the underlying non-linear model. The unscented Kalman filter (UKF) [28] uses a deterministic sampling technique known as the unscented transform to pick a minimal set of sample points (called sigma points) around the mean. These sigma points are then propagated through the non-linear functions, from which the mean and covariance of the estimate are then recovered. The result is a filter which more accurately captures the true mean and covariance. (This can be verified using Monte Carlo sampling or through a Taylor series expansion of the posterior statistics.) In addition, this technique removes the requirement to explicitly calculate Jacobians, which for complex functions can be a difficult task in itself (i.e., requiring complicated derivatives if done analytically or being computationally costly if done numerically).

Predict

As with the EKF, the UKF prediction can be used independently from the UKF update, in combination with a linear (or indeed EKF) update, or vice versa.

The estimated state and covariance are augmented with the mean and covariance of the process noise.

𝐱k1k1a=[𝐱̂k1k1TE[𝐰kT] ]T
𝐏k1k1a=[𝐏k1k100𝐐k]

A set of 2L + 1 sigma points is derived from the augmented state and covariance where L is the dimension of the state.

χk1k10=𝐱k1k1aχk1k1i=𝐱k1k1a+((L+λ)𝐏k1k1a)i,i=1,,Lχk1k1i=𝐱k1k1a((L+λ)𝐏k1k1a)iL,i=L+1,2L

where

((L+λ)𝐏k1k1a)i

is the ith column of the matrix square root of

(L+λ)𝐏k1k1a

using the definition: square root A of matrix B satisfies

BAAT.

The matrix square root should be calculated using numerically efficient and stable methods such as the Cholesky decomposition.

The sigma points are propagated through the transition function f.

χkk1i=f(χk1k1i)i=0,,2L

where f:RLR|𝐱|. The weighted sigma points are recombined to produce the predicted state and covariance.

𝐱̂kk1=i=02LWsiχkk1i
𝐏kk1=i=02LWci [χkk1i𝐱̂kk1][χkk1i𝐱̂kk1]T

where the weights for the state and covariance are given by:

Ws0=λL+λ
Wc0=λL+λ+(1α2+β)
Wsi=Wci=12(L+λ)
λ=α2(L+κ)L

α and κ control the spread of the sigma points. β is related to the distribution of x. Normal values are α=103, κ=0 and β=2. If the true distribution of x is Gaussian, β=2 is optimal.[29]

Update

The predicted state and covariance are augmented as before, except now with the mean and covariance of the measurement noise.

𝐱kk1a=[𝐱̂kk1TE[𝐯kT] ]T
𝐏kk1a=[𝐏kk100𝐑k]

As before, a set of 2L + 1 sigma points is derived from the augmented state and covariance where L is the dimension of the state.

χkk10=𝐱kk1aχkk1i=𝐱kk1a+((L+λ)𝐏kk1a)i,i=1,,Lχkk1i=𝐱kk1a((L+λ)𝐏kk1a)iL,i=L+1,,2L

Alternatively if the UKF prediction has been used the sigma points themselves can be augmented along the following lines

χkk1:=[χkk1TE[𝐯kT] ]T±(L+λ)𝐑ka

where

𝐑ka=[000𝐑k]

The sigma points are projected through the observation function h.

γki=h(χkk1i)i=0..2L

The weighted sigma points are recombined to produce the predicted measurement and predicted measurement covariance.

𝐳̂k=i=02LWsiγki
𝐏zkzk=i=02LWci [γki𝐳̂k][γki𝐳̂k]T

The state-measurement cross-covariance matrix,

𝐏xkzk=i=02LWci [χkk1i𝐱̂kk1][γki𝐳̂k]T

is used to compute the UKF Kalman gain.

Kk=𝐏xkzk𝐏zkzk1

As with the Kalman filter, the updated state is the predicted state plus the innovation weighted by the Kalman gain,

𝐱̂kk=𝐱̂kk1+Kk(𝐳k𝐳̂k)

And the updated covariance is the predicted covariance, minus the predicted measurement covariance, weighted by the Kalman gain.

𝐏kk=𝐏kk1Kk𝐏zkzkKkT

Kalman–Bucy filter

The Kalman–Bucy filter (named after Richard Snowden Bucy) is a continuous time version of the Kalman filter.[30][31]

It is based on the state space model

ddt𝐱(t)=𝐅(t)𝐱(t)+𝐁(t)𝐮(t)+𝐰(t)
𝐳(t)=𝐇(t)𝐱(t)+𝐯(t)

where 𝐐(t) and 𝐑(t) represent the intensities of the two white noise terms 𝐰(t) and 𝐯(t), respectively.

The filter consists of two differential equations, one for the state estimate and one for the covariance:

ddt𝐱̂(t)=𝐅(t)𝐱̂(t)+𝐁(t)𝐮(t)+𝐊(t)(𝐳(t)𝐇(t)𝐱̂(t))
ddt𝐏(t)=𝐅(t)𝐏(t)+𝐏(t)𝐅T(t)+𝐐(t)𝐊(t)𝐑(t)𝐊T(t)

where the Kalman gain is given by

𝐊(t)=𝐏(t)𝐇T(t)𝐑1(t)

Note that in this expression for 𝐊(t) the covariance of the observation noise 𝐑(t) represents at the same time the covariance of the prediction error (or innovation) 𝐲~(t)=𝐳(t)𝐇(t)𝐱̂(t); these covariances are equal only in the case of continuous time.[32]

The distinction between the prediction and update steps of discrete-time Kalman filtering does not exist in continuous time.

The second differential equation, for the covariance, is an example of a Riccati equation.

Hybrid Kalman filter

Most physical systems are represented as continuous-time models while discrete-time measurements are frequently taken for state estimation via a digital processor. Therefore, the system model and measurement model are given by

𝐱˙(t)=𝐅(t)𝐱(t)+𝐁(t)𝐮(t)+𝐰(t),𝐰(t)N(𝟎,𝐐(t))𝐳k=𝐇k𝐱k+𝐯k,𝐯kN(𝟎,𝐑k)

where

𝐱k=𝐱(tk).
Initialize
𝐱̂00=E[𝐱(t0)],𝐏00=Var[𝐱(t0)]
Predict
𝐱̂˙(t)=𝐅(t)𝐱̂(t)+𝐁(t)𝐮(t), with 𝐱̂(tk1)=𝐱̂k1k1𝐱̂kk1=𝐱̂(tk)𝐏˙(t)=𝐅(t)𝐏(t)+𝐏(t)𝐅(t)T+𝐐(t), with 𝐏(tk1)=𝐏k1k1𝐏kk1=𝐏(tk)

The prediction equations are derived from those of continuous-time Kalman filter without update from measurements, i.e., 𝐊(t)=0. The predicted state and covariance are calculated respectively by solving a set of differential equations with the initial value equal to the estimate at the previous step.

Update
𝐊k=𝐏kk1𝐇kT(𝐇k𝐏kk1𝐇kT+𝐑k)1
𝐱̂kk=𝐱̂kk1+𝐊k(𝐳k𝐇k𝐱̂kk1)
𝐏kk=(𝐈𝐊k𝐇k)𝐏kk1

The update equations are identical to those of the discrete-time Kalman filter.

Variants for the recovery of sparse signals

Recently the traditional Kalman filter has been employed for the recovery of sparse, possibly dynamic, signals from noisy observations. Both works [33] and [34] utilize notions from the theory of compressed sensing/sampling, such as the restricted isometry property and related probabilistic recovery arguments, for sequentially estimating the sparse state in intrinsically low-dimensional systems.

Applications

See also

Template:Too many see alsos

References

43 year old Petroleum Engineer Harry from Deep River, usually spends time with hobbies and interests like renting movies, property developers in singapore new condominium and vehicle racing. Constantly enjoys going to destinations like Camino Real de Tierra Adentro.

Further reading

Template:Refbegin

  • 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.

    My blog: http://www.primaboinca.com/view_profile.php?userid=5889534
  • 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.

    My blog: http://www.primaboinca.com/view_profile.php?userid=5889534
  • One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting

    In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang

    Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules

    Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.

    A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running

    The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more

    There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang
  • One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting

    In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang

    Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules

    Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.

    A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running

    The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more

    There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ SengkangTemplate:Dead link
  • 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.

    My blog: http://www.primaboinca.com/view_profile.php?userid=5889534
  • One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting

    In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang

    Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules

    Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.

    A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running

    The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more

    There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang
  • 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.

    My blog: http://www.primaboinca.com/view_profile.php?userid=5889534
  • 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.

    My blog: http://www.primaboinca.com/view_profile.php?userid=5889534
  • One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting

    In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang

    Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules

    Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.

    A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running

    The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more

    There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang
  • 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.

    My blog: http://www.primaboinca.com/view_profile.php?userid=5889534
  • 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.

    My blog: http://www.primaboinca.com/view_profile.php?userid=5889534
  • 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.

    My blog: http://www.primaboinca.com/view_profile.php?userid=5889534
  • 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.

    My blog: http://www.primaboinca.com/view_profile.php?userid=5889534
  • 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.

    My blog: http://www.primaboinca.com/view_profile.php?userid=5889534
  • One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting

    In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang

    Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules

    Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.

    A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running

    The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more

    There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang
  • 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.

    My blog: http://www.primaboinca.com/view_profile.php?userid=5889534
  • 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.

    My blog: http://www.primaboinca.com/view_profile.php?userid=5889534
  • 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.

    My blog: http://www.primaboinca.com/view_profile.php?userid=5889534
  • One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting

    In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang

    Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules

    Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.

    A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running

    The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more

    There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang
  • 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.

    My blog: http://www.primaboinca.com/view_profile.php?userid=5889534
  • One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting

    In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang

    Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules

    Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.

    A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running

    The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more

    There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang
  • Thomas Kailath, Ali H. Sayed, and Babak Hassibi, Linear Estimation, Prentice–Hall, NJ, 2000, ISBN 978-0-13-022464-4.
  • Ali H. Sayed, Adaptive Filters, Wiley, NJ, 2008, ISBN 978-0-470-25388-5.

Template:Refend

  1. Kalman, R.E. (1960). "A new approach to linear filtering and prediction problems". Journal of Basic Engineering 82 (1): pp. 35–45
  2. Steffen L. Lauritzen. "Time series analysis in 1880. A discussion of contributions made by T.N. Thiele". International Statistical Review 49, 1981, 319–333.
  3. Steffen L. Lauritzen, Thiele: Pioneer in Statistics, Oxford University Press, 2002. ISBN 0-19-850972-3.
  4. Stratonovich, R.L. (1959). Optimum nonlinear systems which bring about a separation of a signal with constant parameters from noise. Radiofizika, 2:6, pp. 892–901.
  5. Stratonovich, R.L. (1959). On the theory of optimal non-linear filtering of random functions. Theory of Probability and its Applications, 4, pp. 223–225.
  6. Stratonovich, R.L. (1960) Application of the Markov processes theory to optimal filtering. Radio Engineering and Electronic Physics, 5:11, pp. 1–19.
  7. Stratonovich, R.L. (1960). Conditional Markov Processes. Theory of Probability and its Applications, 5, pp. 156–178.
  8. One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting

    In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang

    Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules

    Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.

    A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running

    The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more

    There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang
  9. Template:Cite web
  10. Roweis, S. and Ghahramani, Z., A unifying review of linear Gaussian models, Neural Comput. Vol. 11, No. 2, (February 1999), pp. 305–345.
  11. Hamilton, J. (1994), Time Series Analysis, Princeton University Press. Chapter 13, 'The Kalman Filter'.
  12. "Rajamani, Murali – PhD Thesis" Data-based Techniques to Improve State Estimation in Model Predictive Control, University of Wisconsin-Madison, October 2007
  13. Rajamani, Murali R. and Rawlings, James B., Estimation of the disturbance structure from data using semidefinite programming and optimal weighting. Automatica, 45:142–148, 2009.
  14. http://jbrwww.che.wisc.edu/software/als/
  15. Matisko P. and V. Havlena (2012). Optimality tests and adaptive Kalman filter. Proceedings of 16th IFAC System Identification Symposium, Brussels, Belgium.
  16. 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.

    My blog: http://www.primaboinca.com/view_profile.php?userid=5889534
  17. 17.0 17.1 One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting

    In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang

    Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules

    Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.

    A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running

    The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more

    There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang
  18. 18.0 18.1 18.2 One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting

    In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang

    Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules

    Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.

    A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running

    The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more

    There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang
  19. 19.0 19.1 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.

    My blog: http://www.primaboinca.com/view_profile.php?userid=5889534
  20. 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.

    My blog: http://www.primaboinca.com/view_profile.php?userid=5889534
  21. 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.

    My blog: http://www.primaboinca.com/view_profile.php?userid=5889534
  22. C. Johan Masreliez, R D Martin (1977); Robust Bayesian estimation for the linear model and robustifying the Kalman filter, IEEE Trans. Automatic Control
  23. One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting

    In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang

    Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules

    Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.

    A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running

    The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more

    There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang
  24. One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting

    In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang

    Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules

    Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.

    A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running

    The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more

    There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang
  25. One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting

    In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang

    Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules

    Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.

    A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running

    The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more

    There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang
  26. One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting

    In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang

    Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules

    Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.

    A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running

    The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more

    There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang
  27. One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting

    In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang

    Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules

    Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.

    A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running

    The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more

    There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang
  28. 28.0 28.1 One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting

    In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang

    Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules

    Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.

    A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running

    The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more

    There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang
  29. Wan, Eric A. and van der Merwe, Rudolph "The Unscented Kalman Filter for Nonlinear Estimation"
  30. Bucy, R.S. and Joseph, P.D., Filtering for Stochastic Processes with Applications to Guidance, John Wiley & Sons, 1968; 2nd Edition, AMS Chelsea Publ., 2005. ISBN 0-8218-3782-6
  31. Jazwinski, Andrew H., Stochastic processes and filtering theory, Academic Press, New York, 1970. ISBN 0-12-381550-9
  32. Kailath, Thomas, "An innovation approach to least-squares estimation Part I: Linear filtering in additive white noise", IEEE Transactions on Automatic Control, 13(6), 646-655, 1968
  33. Carmi, A. and Gurfil, P. and Kanevsky, D. , "Methods for sparse signal recovery using Kalman filtering with embedded pseudo-measurement norms and quasi-norms", IEEE Transactions on Signal Processing, 58(4), 2405–2409, 2010
  34. Vaswani, N. , "Kalman Filtered Compressed Sensing", 15th International Conference on Image Processing, 2008
  35. Nucl.Instrum.Meth. A262 (1987) 444-450. Application of Kalman filtering to track and vertex fitting. R. Fruhwirth (Vienna, OAW).
  36. Neural Netw. 1996 Nov;9(8):1265–1279. Forward Models for Physiological Motor Control. Wolpert DM, Miall RC.