-
Notifications
You must be signed in to change notification settings - Fork 194
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
Should we add functions like mae
, sse
, mse
, rmse
here?
#947
Comments
Some of these seem to be implemented in |
Yes if we add these it will be in StatsBase for consistency with existing functions. I have transferred the issue. But note that some of the functions you mention actually already exist with another name. Do you still think some are missing? |
@nalimilan I think one useful thing to add would be the degree of freedom corrected versions. For instance the |
Also I think it might be useful to add aliases |
I guess we could add a Concerning aliases, I'm hesitant to add these as it makes the API more complex and I don't think we do that usually. Feel free to make a PR to mention the alternative names in the docstrings though, that should make it easier to find the functions. |
You're right. My suggestions were mostly just aliases. From my experience people in statistics mostly use |
Definition: https://www.sfu.ca/sasdoc/sashtml/ets/chap30/sect19.htm
I know these functions are very easy to be implemented with
mean
,abs2
,sqrt
, etc. But it would be really nice to have them predefined in Julia.The text was updated successfully, but these errors were encountered: