Skip to content

Commit

Permalink
Merge pull request #50 from jdtuck/jdtuck-patch-2
Browse files Browse the repository at this point in the history
Update fPCA.py
  • Loading branch information
jdtuck committed May 20, 2024
2 parents 3bc131e + a43f72c commit 51f5fa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fdasrsf/fPCA.py
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,7 @@ def __init__(self, fdawarp):

def calc_fpca(
self,
no=3,
var_exp=0.99,
stds=np.arange(-1.0, 2.0),
id=None,
Expand All @@ -748,6 +749,7 @@ def calc_fpca(
This function calculates joint functional principal component analysis
on aligned data
:param no: number of components to extract (default = 3)
:param var_exp: compute no based on value percent variance explained
(default: 0.99)
:param id: point to use for f(0) (default = midpoint)
Expand Down

0 comments on commit 51f5fa6

Please sign in to comment.