-
Notifications
You must be signed in to change notification settings - Fork 37
Add sweep/scale/zScore #290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Renamed and resolved conflicts. I respectfully disagree on
One thing that I would be sympathetic with would be to make |
How |
I may have misinterpreted what you said. Can I get a confirmation of what you are saying here:
I assumed that you were questioning the need for having Are you instead talking the need for the following functions:
but still keeping
What I was referring to in my comment about about the following UT
It does not make use of the first set of functions, but does make use of the second. |
What is the difference between zscore and one argument scale ? |
@9il You mean with just slice?
Some This is sort of what I was getting at with respect to the point on orthogonality. I probably should probably remove the default |
Adds
scale
andzScore
functions.scale
is implemented usingsweep
, andcenter
is re-worked to usesweep
).sweep
may also have uses on its own.