Skip to content

Fix a parameter in Eddington CLI #75

@saroad2

Description

@saroad2

When fitting data with a fitting function, sometimes we want to fix one of the parameters and see what happens. For example, when we want to fit data, we often use the general parabolic function:
CodeCogsEqn

But, sometimes we want to consider b=0, which means we want to fit:
CodeCogsEqn (1)

Therefore, one should be able to fix a parameter to specific value. Optional syntax:

edddington parabolic --fix 1 0 --csv-data /path/to/csv

aka, fix value in index 1 (indices starting from 0) to be 0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    CLICommand line interface (CLI) related.enhancementNew feature or requestgood first issueGood for newcomers

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions