Hi! I am a graduate student. Since I am not a mathematics major, there are many things I don't know about this area, and thank you very much for any help and advice.
My project, in simple terms, is to solve an underdefinite equation that is itself linear. It's simple xR=b, where R is the corresponding matrix, simulated in Geant4, x is the amount of neutron injection we expect to get, and b is the count we expect from the detector.Since the detector has fewer spherical layer than the energy cluster we divide,That said, this is a very standard underdetermined problem.Unfortunately, however, there are various errors in the measurement process, whether it is in the counting, analog-to-digital conversion process, or reading process.This makes it difficult for us to solve this underdetermined equation.
How should I handle these errors and use them to measure the confidence level of the neutron spectrum I finally solved.
In addition, in addition to the least squares method, including methods such as annealing algorithms for selecting solutions later, I also want to use Bayesian methods and machine learning to solve this problem and compare their differences. Can these two methods be partially implemented in MATLAB?
Thanks for the help and advice, it was a great honor!