Skip to content

Allow *Parrays to be created without explicit Standardizer instance #11

@JohnGoertz

Description

@JohnGoertz

Sometimes it's simpler to ignore the "standardizer" functionality of *Parrays and treat the variable(s) as zero-mean and unit-variance.

Current pattern:

gmb.uparray('y', μ=y_out.mean(axis=1), σ2=y_out.var(axis=1), stdzr=stdzr)

Desired pattern:

gmb.uparray('y', μ=y_out.mean(axis=1), σ2=y_out.var(axis=1))  # Internally creates a default Standardizer() instance

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions