Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Finding the error on scaled parameters
조회 수: 1 (최근 30일)
이전 댓글 표시
Essentially I have been trying to fit some data to a model, you can follow my progress else where on MATLAB answers if you are interested. As I have decided to give up on doing the fit properly (as it seems impossible), I have resorted to scaling two of my parameters (this allows the regression to converge and I am fairly happy with the result).
Unfortunately the scaling means that I have no Idea how to export the errors on the parameters from the covariance matrix and I wondered if anyone could help.
the scaling I performed was log10(a)
wher a is one of my parameters, for the function i changed the too
10.^a
I have tried to produce a simplified version of my problem but was unable to, sorry...
feel free to ask me questions as I realise my request is quite vague
Thanks
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!