-
Notifications
You must be signed in to change notification settings - Fork 58
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
Getting confidence interval in scikit fda Python #622
Comments
What do you mean? Confidence intervals for which functionality? |
I apologize for being vague. I am trying to fit a FOSR model using sckit-fda package and comparing the results with the fosr package of R. In R when using the fosr package we get the std err of the coefficients and this can be used to calcuate the confidence intervals. I was able to fit the FOSR model in scikit-fda and the coefficients for both the R fosr and sckiti-fda fosr are the same. Is there a way to figure out the std err of the coefficients for scikit-fda fosr? I am attaching the screenshot of the fosr for R model. I am looking for se.func in scikit-fda in python. The documentation link for R is - https://rdrr.io/cran/refund/man/fosr.html Thanks in advance! |
I see. Unfortunately we have not yet implemented the computation of confidence intervals, residuals nor error estimates for functional regression. I will leave this issue open for future reference when we attempt to implement this. |
Thank you! |
Motivation
Can you please help me figure out how to calculate the scikit fda confiidence intervals?
Thanks in advance
Desired functionality
Can you please help me figure out how to calculate the scikit fda confiidence intervals?
Thanks in advance
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: