joshday / OnlineStats.jl

⚡ Single-pass algorithms for statistics
https://joshday.github.io/OnlineStats.jl/latest/
MIT License
831 stars 62 forks source link

OnlineStats.variation function mentioned in docs but no longer available #243

Closed schlichtanders closed 2 years ago

schlichtanders commented 2 years ago

online PCA mentions OnlineStats.variation however that does not exist any longer.

What is the current alternative?

schlichtanders commented 2 years ago

Looking into the source of CCIPCA there is relativevariances which seams to be the new name, correct?

joshday commented 2 years ago

@robertfeldt just to confirm, variation was renamed to relativevariances?

robertfeldt commented 2 years ago

Yes, that is correct. I don't remember our reasoning for the rename but, yes, we did it. ;)

So the documentation should be changed but nothing else.

joshday commented 2 years ago

Cool cool, I'll make the change!