StevenGolovkine / FDApy

Python Package for Functional Data Analysis
https://fdapy.readthedocs.io/en/latest/
MIT License
41 stars 15 forks source link

Getting confidence interval of coefficients of fosr #17

Open MRanka29 opened 2 months ago

MRanka29 commented 2 months ago

I am trying to fit a FOSR model using FDApy package and comparing the results with the fosr package of R. Is there some similar functionality in the package? I could not see such a functionality in this library. Also 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 how to fit the fosr model and get the std err of the coefficients in FDApy? I am attaching the screenshot of the fosr for R model.

image

The documentation link for R is - https://rdrr.io/cran/refund/man/fosr.html

Thanks in advance!

StevenGolovkine commented 2 weeks ago

Hi @MRanka29 No, for now regression is not implemented.