Boulder-Cryogenic-Quantum-Testbed / scresonators

Data analysis code for cryogenic resonator measurement
MIT License
28 stars 24 forks source link

Optimal least squares weighting #205

Open nmaterise opened 3 months ago

nmaterise commented 3 months ago

It was brought to my attention that we are fitting the circle with union weights on the least squares fit. There is a better way to do this with the weights going as 1/r, r being the distance from the resonant point. This would weigh points closer to the resonant point more heavily than the off-resonant point.