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

Stat formula error in README #80

Open
PaulBautin opened this issue Sep 24, 2020 · 0 comments · May be fixed by #98
Open

Stat formula error in README #80

PaulBautin opened this issue Sep 24, 2020 · 0 comments · May be fixed by #98
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@PaulBautin
Copy link
Collaborator

Formula in code:
df_sub['rescale_estimated'] = df_sub['mean'].div(df_sub['csa_without_rescale'])

Formula in README:
MEAN[CSA(sI, rX, :) / CSA(sI, 1, :)]

Should be:
MEAN[ CSA(sI, rX, :) ] / MEAN[ CSA(sI, 1, :) ]

@PaulBautin PaulBautin added this to the release 1.1 milestone Sep 25, 2020
@PaulBautin PaulBautin added the documentation Improvements or additions to documentation label Sep 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant