Skip to content
This repository was archived by the owner on May 17, 2021. It is now read-only.
This repository was archived by the owner on May 17, 2021. It is now read-only.

Want velocity_polyfit to return uncertainties on polynomial fit parameters #25

Description

@aringlis

Currently, velocity_polyfit within eitwaveplot.py performs a polynomial fit to the wavefront position data in a given column using numpy.polyfit.

numpy.polyfit returns the best-fit polynomial parameters. Additionally, if full=True is set, it will return the residuals, rank of the Vandermonde Matrix, and the singular values of the Vandermonde Matrix. Want to use this information to determine the uncertainties on the polynomial fit parameters.

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