How to get standard error for the coefficients in scikit-fda linear regression? #611
MRanka29
started this conversation in
Functional Data Analysis discussion
Replies: 1 comment
-
As far as I remember, we have not implemented that functionality. May I ask what do you want exactly, and why do you need these standard error estimates? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
I am trying to fit function on scalar regression in python using scikit-fda package. The equivalent package in R is fosr. In fosr I get the standard error for the coefficients. Can anyone help me understand how I can get the standard error for the coefficients in python as well? Thanks in Advance
Beta Was this translation helpful? Give feedback.
All reactions