-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: functional principal component analysis #45
Conversation
@m-muecke What's the status here? |
I was waiting for the cran submission for tf. Since that's done now, it can be finished in the next weeks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
already looking great! Some things need to be addressed
Maybe we can also mention in the docs how do apply it to regular data, i.e. first use the interpolation pipeop :) |
Closes: #40
Currently only implemented for
tfr
type sincetf
package is missing implementation for irregular grids, see issue here: tidyfun/tf#80