-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Example: Parameter Identification from Non-Contiguous Measurements #246
New Example: Parameter Identification from Non-Contiguous Measurements #246
Conversation
removed instance constraints. They were not used, but I forgot to remove the code. |
I took the liberty to edit the example with the main thing being changing it to have different initial conditions for each measurement. I also removed the bias, as the identification will fail for large bias unless you add such a term in the model. |
You can see my edits here: 0961906 |
If you are fine with my edits, I will merge it. |
You can do a "git pull origin parameter_identification" on that branch to bring my changes to your computer and then you can run it to see the result. |
It looks MUCH nicer!! Of course I am fine with these changes! For example, tow days ago. you critiziced my convoluted way of reducing frames in an animation. |
I wondered, that it worked with the bias. I gues it did because my 'biases' were centered around 0. the main thing being changing it to have different initial conditions for each measurement. |
You could explore that if it interests you. When I was playing with the example I noticed that the identification would fail often if the bias was large relative to the measurements. There are biases in real experiment data, but I think you would need to identify the bias, i.e. include it as a parameter in the model, for things to work consistently. |
You simulate the same motion four times and changed the noise applied to the measurements. I'm simulating four times and change both the initial conditions and the noise. It is more typical, in my experience, that real measurements have arbitrary initial states. Only if you have a very controlled experiment is that not the case and I do most experiments with humans who cannot start in the same state. |
I will play around with it, I have lots of time! NB: Do you think, this is impossible in principle? |
I don't know, I'd have to see how you are constructing the problem. |
I will send you the program I wrote.
Thanks! |
I made some changes to parameter identification simulation. I deleted the old PR as it contained unwanted files, which I did not know how to remove.