- #1
hkBattousai
- 64
- 0
I have a density function:
f(t) = L * e-L(t-t0) * u(t-t0)
where u(t) is the unit step function.
And I have a column vector X, which is randomly chosen samples from f(t):
X = [x1 x2 ... xn]T
How can I estimate the unknown values t0 and L from this X vector?
f(t) = L * e-L(t-t0) * u(t-t0)
where u(t) is the unit step function.
And I have a column vector X, which is randomly chosen samples from f(t):
X = [x1 x2 ... xn]T
How can I estimate the unknown values t0 and L from this X vector?