How to extract Principal Components as numpy arrays? #637
Answered
by
vnmabus
kcnguyen3191
asked this question in
Q&A
-
Hi All, I have been trying to see if I can extract the time series of the principal components as numpy arrays of time series. I know Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
vnmabus
Oct 23, 2024
Replies: 1 comment 1 reply
-
You can find the array containing the values of the function in the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
vnmabus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can find the array containing the values of the function in the
data_matrix
attribute of anFDataGrid
, as explained here. Maybe that is what you want?