Skip to content

Commit 0ea1472

Browse files
aleexariasvnmabus
andcommitted
Update examples/plot_fpca.py
Co-authored-by: Carlos Ramos Carreño <carlosramosca@hotmail.com>
1 parent f01a1d5 commit 0ea1472

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/plot_fpca.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
#
2828
# FPCA is a dimensionality reduction method for functional data that aims to
2929
# reduce the complexity of studying observations by finding a finite number of
30-
# principal components, which are the directions that capture the main modes
31-
# of variation across the function (the most important directions in which the
32-
# curves vary). FPCA can be though of as a basis expansion, but what
30+
# principal components. These components are the directions that capture the
31+
# main modes of variation across the function (the directions in which the
32+
# curves vary the most). FPCA can be though of as a basis expansion, but what
3333
# distinguishes FPCA is that among all basis expansions that use K components
34-
# for a fixed K, the FPC expansion explains most of the variation in X.
34+
# for a fixed K, the FPCA expansion explains most of the variation in X.
3535
#
3636
# For more information abour FPCA and its objectives, see
3737
# :footcite:ts:`wang+chiou+muller_2016_fpca`.

0 commit comments

Comments
 (0)