<< Chapter < Page | Chapter >> Page > |
where ϵ is the error in the measurements. Note that if A T is not invertible we can replace with , where is the pseudo inverse of A T , so that .
With our problem now rewritten in a statistically more usable form, we can easily apply a method involving the maximum likelihood estimate, described by Calvetti and Somersalo [link] , pages 35-37. Applying this method to our rewritten problem yields the equation
where
and Γ is the covariance matrix of the random variable e . This method assumes that the error is normally distributed, which is a reasonable assumption (see "Distributions" ). Now with this formulation we can solve our problem using statistical knowledge of the problem.
The covariance matrix, Γ , comes from the distribution of . Then, In our problem where and , is a singular matrix. In fact in any system where where , is singular. This presents a problem when solving the system
We can avoid the issue of invertibility of by instead of solving the problem , we solve the problem where
Our problem then is
where
However we see that even if F is nonsingular is singular, and our problem is not avoided.
Setting up our problem with the equation (see "Rewriting the Problem" ) helps us see an important realization. Because F is diagonal,
Thus assuming ,
This formulation helps us see another important realization. Namely the importance of . Recall that . We have control over the f we choose, so it would be wise to choose an f so that has no zero elements. This happens only if every row of is not orthogonal to f . We would like to choose an f that had as many zero elements as possible, but also is not orthogonal to any of the rows of . We can formulate our search for an optimal f into the optimization problem,
where γ and δ are adjustable parameters to get the best result. Because of the unsmooth nature of this minimization problem, this is best solved using MATLAB's fminsearch function.
In some networks we may have limitations on the f that we choose. For example in our original network
for every f that we choose. In the case that , we can rewrite our optimization problem to
where
and
Using these methods, we found optimal f 's using MATLAB's fminsearch function on simulated data from small simple spring networks. In every network the A matrix was square and invertible. We tested networks having 2, 4, 6, and 8 springs. In each case our initial force vector was a perfectly reasonable guess that gave incomplete solutions for the spring constants. However when we inputted that initial force vector into fminsearch , the output was a force vector that made physical sense and gave accurate solutions for the spring constants.
There are two main areas of further research that directly follow the research presented in this paper. One is applying the maximum likelihood estimate approach to spring systems having a singular A matrix. We saw in "Problems with Maximum Likelihood Estimate Approach" the problems we ran into when we applied the statistical technique to a system with a singular A matrix. But this problem is expected due to the underdetermined nature of the problem (see "An Inverse Problem" ). We dealt with that problem by stacking originally, so further research could be done in using the statistical approach and stacking.
The other area for further research is in optimizing the f vector (see "Finding Optimal Force Vector" ). Further work could be done on tweaking the minimization problem so that the optimal f can be found for larger networks and networks with more restrictions on f . Also, if our system is underdetermined then even an optimal f won't give us a complete solution without stacking. So more research could be done in trying to find a set of optimal f 's that, when stacked, give the most accurate and complete solutions.
We would like to thank Dr. Steven Cox and Dr. Mark Embree for their guidance, as well as Dr. Derek Hansen and Jeffrey Hokanson for their help and support.
This Connexions module describes work conducted as part of Rice University's VIGRE program, supported by National Science Foundationgrant DMS–0739420.
Pfieffer, P. Pfieffer Applied Probability. Connexions.org.
Cox, S. CAAM 335: Course Notes. www.caam.rice.edu.http://www.caam.rice.edu/ cox/main.pdf
Cox, S., Embree, M.,&Hokanson, J. CAAM 335: Lab Manual.
www.caam.rice.edu.http://www.caam.rice.edu/ caam335lab/labman.pdf
Notification Switch
Would you like to follow the 'The art of the pfug' conversation and receive update notifications?