-
Notifications
You must be signed in to change notification settings - Fork 80
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
Plotting the result #139
Comments
There is no syntactic sugar for it though. But it's a good idea if it's univariate data. |
So is it worth an issue? it could lead to a fancy function to do that. For instance, when talking about concentration versus time, a function like harmonic analysis or dual cosine that describes the circadian oscillation could fit the curve, and it is nice to plot it after the estimation. |
Yeah, I'm keeping the issue open to remember :) |
Feel free to post some functions here that you think does what you what. I think the approach would ultimately be a plot recipe of some sort (makie or plots, whichever wins the battle) |
Sure, I'll do that by the weekend, even we can add ggplot2.jl, I'm developing some functions in it. |
Hi @pkofod , sorry for being late on this. I'll try to elaborate more in the moment. I was not able to figure out how to plot the fitting. I did the residuals using this
can we use the jacobian for this purpose? I want to see the predicted. Thanks! |
For the predicted, just evaluate the model function in the data points with your parameters. |
for example |
Thanks for providing this nice example. trying to figure out things. My question is could we take the model function from inside the main function. For example: want to take the model outside the Fourier function to predict it. and compare all type according to harmonic listed.
|
For reference I really like how https://github.com/Spinmob/spinmob/wiki/4.-Fitting plots its results. Not the best formatting but I appreciate the quantity of information |
Hello,
a quick question; after the estimation of parameters, is there a way to plot the curve fit estimation on the data set to visually inspect the model?
Thanks!
Mutaz
The text was updated successfully, but these errors were encountered: