Closed AuroreAA closed 1 year ago
It seems minimal programming effort, so from a programming perspective I don't see much of a reason not to do it. But I'm not sure if it's useful in practice. Perhaps @klauschN can give an answer on the usefulness?
In the moment I do not see really the usefulness - but I agree, it does no harm neither and seems not to difficult to add. Maybe it might be safer to add it now...
After discussing with Andreas, we are not sure if it makes sense to add it because it will complexify quite a lot of the functions and it won't be clear for the user how to use it. Would you mind if I never scale the generalized kurtosis values in ICSClust
?
Yes, it is also fine for me to drop scaling there.
I wonder if I should add the
scale
argument to the functions:normal_crit.ICS
,med_crit.ICS
,var_crit.ICS
anddiscriminatory_crit.ICS
. In fact, I am using thegen_kurtosis
method formed_crit.ICS
andvar_crit.ICS
and the question is: should I add thescale
argument even though it should not changed the results. Then for theselect_plot
function should I provide thescale
argument and compute it again in this case?