Skip to content

RFC: add support for computing the variance of complex array #1007

Description

@ntessore

The standard should support taking the variance of a complex-valued array, which is statistically well-defined and unambiguous (var(z) = var(z.real) + var(z.imag)). As far as I'm aware, all array backends already support this.

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

    RFCRequest for comments. Feature requests and proposed changes.topic: Complex Data TypesComplex number data types.topic: StatisticsStatistics.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions