New Reply

sampling from transition equation (state space model)

 
Share Thread Thread Tools
Nov13-10, 02:42 AM   #1
 

sampling from transition equation (state space model)


Hi.

Consider the following state space equation
[tex]x_k = f(x_{k-1},v_k)[/tex]
where f(.) is a nonlinear function and v_k is a white Gaussian noise (independent of state).

I want to generate samples according to [tex] p(x_k | x_{k-1} = x_{k-1}^i) [/tex] for a particular [tex]x_{k-1}^i[/tex]. I've seen people generate samples [tex] v_k^j [/tex] from [tex] p(v) [/tex] (which is a Gaussian) and consider [tex] x_k^{(i,j)} = f(x_{k-1}^i,v_k^j) [/tex] as samples generated according to [tex] p(x_k | x_{k-1} = x_{k-1}^i) [/tex].
I can understand the intuition behind this approach, but can you suggest any mathematical proof?

Thanks,
K.
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Ants and carnivorous plants conspire for mutualistic feeding
>> Forecast for Titan: Wild weather could be ahead
>> Researchers stitch defects into the world's thinnest semiconductor
New Reply

Tags
non linear, sampling, state space
Thread Tools


Similar Threads for: sampling from transition equation (state space model)
Thread Forum Replies
convert transfer function model to state space model Engineering, Comp Sci, & Technology Homework 0
Help constructing state-space model of a system Engineering, Comp Sci, & Technology Homework 1
Kalman, state-space model Engineering, Comp Sci, & Technology Homework 1
State Space Model HW Engineering, Comp Sci, & Technology Homework 0
Genral state space model - runge kutte Differential Equations 6