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

math:colmeans,colsums: Add new functions to pal #164

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mateunho
Copy link
Contributor

Colmeans:
calculates mean value
for each column of input matrix
and puts them in output vector

Colsums:
calculates sum
for each column of input matrix
and puts them in output vector

Colmeans:
    calculates mean value
    for each column of input matrix
    and puts them in output vector

Colsums:
    calculates sum
    for each column of input matrix
    and puts them in output vector
@aolofsson
Copy link
Member

Are these functions essential?

@mateunho
Copy link
Contributor Author

Not essential per se, but usefull in data analysis/statistical modelling.

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

Successfully merging this pull request may close these issues.

None yet

2 participants