Releases: erdogant/pca
Releases · erdogant/pca
v1.9.0
- set default std=3 wich is more common for outlier detection
- Multiple test corrections for the hotelling t2 test
multipletests
is set in the predict function and not during initialization anymore.y_proba
is the corrected Pvalue.Praw
is the uncorrected Pvalue in the output dataframe
v1.8.6
- Font color inherits the arrow color (default).
- Font colors can be adjusted in the plots.
- Sizes of the scatter can be adjusted with parameter
s
. - Colors of the scatter ben be adjusted with parameter
c
. fig
can be given as an input parameter to make iterative changes to the plot.
Examples can be found here.