-
Notifications
You must be signed in to change notification settings - Fork 5
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
Implement AIC and BIC #290
Comments
The information criteria are used to compare results of different fit models.
The most tricky part will be to calculate the number of free parameter because this depended of the type of the variable.
|
Ok agreed. The question is now where this is best implemented. That depends on how you as a user would like to use it. Could you sketch some code snippet of what you would prefer the workflow to look like? |
Like the code is currently written I think the best would be that the optimizer writes this into the fit result. Something like this would be great:
|
I start to doubt now whether it makes sense to add these measures. Reason is that AIC and BIC are just one of many criteria for selecting fit results and it is not the responsibility of TensorWaves to provide a selection of specific statistical techniques. What could be provided is a way to count the number of degrees of freedom including the complex plane. That is more specific to optimization itself. |
At least Tensorwaves should collect everything necessary in one place. |
No description provided.
The text was updated successfully, but these errors were encountered: