Skip to content

Estimates for vector quantities with Nan values  #191

Description

@jbrezmorf

NaN in single component drops the whole sample even if other components are OK. This is too restrictive in many cases.
Avarages could be computed in Numpy ommiting the NaNs nanmean, that is compute mean for individual components of the vector quantity.

Consider introducing a function that is true if the sample has any Nan, then ti could be used with select mechanism to drop samples containing any Nan.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions