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

confused about two definitions of Δv_to_be_divided #28

Open
hematthi opened this issue May 19, 2022 · 0 comments
Open

confused about two definitions of Δv_to_be_divided #28

hematthi opened this issue May 19, 2022 · 0 comments
Labels
question Further information is requested

Comments

@hematthi
Copy link
Collaborator

Δv_to_be_divided = (row.lambda_hi-row.lambda_lo)*2/(row.lambda_hi+row.lambda_lo) * c
println("# row: λ= ", row.lambda_lo, " - ", row.lambda_hi, " Δv_to_be_divided= ",Δv_to_be_divided)
Δv_to_be_divided = log(row.lambda_hi/row.lambda_lo) * c

I'm curious why there are two different definitions of Δv_to_be_divided... is the first for interpretability while the second is for dividing up these too-large-chunks into chunks equally sized in log?

@hematthi hematthi added the question Further information is requested label May 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant