Skip to content
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

Open
MRanka29 opened this issue Jul 11, 2024 · 4 comments
Open

Getting confidence interval in scikit fda Python #622

MRanka29 opened this issue Jul 11, 2024 · 4 comments

Comments

@MRanka29
Copy link

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

@vnmabus
Copy link
Member

vnmabus commented Jul 11, 2024

What do you mean? Confidence intervals for which functionality?

@MRanka29
Copy link
Author

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.

image

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!

@vnmabus
Copy link
Member

vnmabus commented Jul 11, 2024

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.

@MRanka29
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants