Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a parameter in Eddington CLI #75

Open
saroad2 opened this issue Aug 7, 2020 · 0 comments
Open

Fix a parameter in Eddington CLI #75

saroad2 opened this issue Aug 7, 2020 · 0 comments
Labels
CLI Command line interface (CLI) related. enhancement New feature or request good first issue Good for newcomers

Comments

@saroad2
Copy link
Member

saroad2 commented Aug 7, 2020

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.

@saroad2 saroad2 transferred this issue from another repository Sep 8, 2020
@saroad2 saroad2 added the enhancement New feature or request label Sep 8, 2020
@saroad2 saroad2 changed the title Fix a parameter Fix a parameter in Eddington CLI Sep 10, 2020
@saroad2 saroad2 added the CLI Command line interface (CLI) related. label Sep 12, 2020
@saroad2 saroad2 added the good first issue Good for newcomers label Oct 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI Command line interface (CLI) related. enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant