Skip to content
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

Add rms (root-mean-square) function #761

Closed
acxz opened this issue Feb 11, 2022 · 3 comments
Closed

Add rms (root-mean-square) function #761

acxz opened this issue Feb 11, 2022 · 3 comments

Comments

@acxz
Copy link

acxz commented Feb 11, 2022

I think it would be a good idea to have a rms function in stats.

If this is a feature that would be welcome, I'd love to try my hand at contributing this.

@rikhuijzer
Copy link
Contributor

There are a whole lot of measures already available in pure Julia via MLJBase.jl. Docs are at https://alan-turing-institute.github.io/MLJ.jl/v0.3/measures/ and source at https://github.com/JuliaAI/MLJBase.jl/tree/dev/src/measures:

julia> using MLJBase

julia> rms(1:3, 2:4)
1.0

@nalimilan
Copy link
Member

Isn't rmsd what you're looking for? https://juliastats.org/StatsBase.jl/latest/deviation/#StatsBase.rmsd

@acxz
Copy link
Author

acxz commented Feb 12, 2022

rmsd is exactly what I'm looking for. I tried searching just rms and didn't get any hits from the github search I apologize, shouldve looked deeper into the docs. Thanks @nalimilan !

@acxz acxz closed this as completed Feb 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants