Skip to content

Stat formula error in README #80

@PaulBautin

Description

@PaulBautin

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, :) ]

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions