mahynski / pychemauth

Chemometric analysis methods implemented in python
Other
9 stars 1 forks source link

moved simca gamma default from 0.01 to None #16

Closed mahynski closed 2 months ago

mahynski commented 2 months ago

Changed default gamma value in SIMCA to reduce confusion when plotting the results. When the outlier threshold (determined by gamma) is smaller than the the acceptance cutoff (determined by alpha) due to optimization of alpha it can be confusing, so by removing gamma it forces the user to know what they are doing more explicitly.