Skip to content

Commit

Permalink
[skip-ci] Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fradav committed Nov 16, 2023
1 parent c91f8c2 commit 7e55743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ $$Yvar^m = \frac{\sum_{i=1}^{N}{(\hat{y}^{m}_{i}-\bar{y})^2}}{\sum_{i=1}^{N}{(y_

where $\hat{y}^{m}$ is the output $Y$ scored by the pls for the $m$th component. So, only the $n_{comp}$ first axis are kept, and :

$$n_{comp} = \underset{Yvar^m \leq{} 0.90*Yvar^M, }{\operatorname{argmax}}$$
$$n_{comp} = \underset{Yvar^m \leq{} 0.90*Yvar^M, }{\mathop{\text{argmax}}}$$

Note that if you specify 0 as `--plsmaxvar`, an “elbow” heuristic is activiated where the following condition is tested for every computed axis :

Expand Down
2 changes: 1 addition & 1 deletion README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ $$Yvar^m = \frac{\sum_{i=1}^{N}{(\hat{y}^{m}_{i}-\bar{y})^2}}{\sum_{i=1}^{N}{(y_
where $\hat{y}^{m}$ is the output $Y$ scored by the pls for the $m$th component.
So, only the $n_{comp}$ first axis are kept, and :

$$n_{comp} = \underset{Yvar^m \leq{} 0.90*Yvar^M, }{\operatorname{argmax}}$$
$$n_{comp} = \underset{Yvar^m \leq{} 0.90*Yvar^M, }{\mathop{\text{argmax}}}$$

Note that if you specify 0 as `--plsmaxvar`, an "elbow" heuristic is activiated where the following condition is tested for every computed axis :

Expand Down

0 comments on commit 7e55743

Please sign in to comment.