Algorithm 4 Identifying an estimate of acceptable uncertainty |
Require: Data , number of Monte Carlo samples L, maximum acceptable uncertainty , threshold for minimum number of sequential estimates with acceptable deviation .
-
1:
-
2:
for do
-
3:
Obtain an estimate by solving the optimization problem (22) using the data and Algorithm 1.
-
4:
Obtain from (66).
-
5:
Compute the covariance matrix according to (57).
-
6:
Compute and according to the Monte Carlo method (62)–(65).
-
7:
Compute as in (67).
-
8:
if
AND then
-
9:
return
.
-
10:
end if
-
11:
end for
|