minimize the following function:
$$\sum^n_{v=1}\left(S_{1v} - t \frac{(1-p_v)\sin r_v }{1-p_v\cos r_v }\right)^2 + \left(S_{2v} - t \frac{(1-p_v)\sin (6r_v) }{1-p_v\cos (6r_v) }\right)^2$$
subject to inequality constraints:
$$\begin{bmatrix}-t \\ p_v -1 \\ -p_v \\ r_v - \pi/12 \\ -r_v\end{bmatrix} \le 0$$
where $S_1, S_2, p, r$ are vectors with $n$ elements, $t$ is a scalar, and $v=1,..., n$
$S_1$ and $S_2$ are the observations. $t$, $r$ and $p$ are the unknowns. I have very good initial values for $r$ and $p$. My question is: how to estimate $t$, $r$ and $p$?
$'s for future searchability, and give the question a less ambiguous title. Second, are your $r(v)$ actually supposed to be vector components $r_v$? – Tobias Kienzler Sep 13 '13 at 13:18