-
Notifications
You must be signed in to change notification settings - Fork 237
Questions about the number of parameters for the Earth-specific positional bias #64
Description
Thank you for your excellent research.
I have two questions about the number of parameters for the Earth-specific positional bias.
- formula
In the preprint, the formula is given as
However, I believe the correct formula should be
Could you please confirm if this is an error or if there is a specific reason for the given formula?
- magnification factor
In the first block,
-
$(N_\mathrm{pl}, N_\mathrm{lat}, N_\mathrm{lon}) = (8, 186, 360)$ (186 includes padding). -
$(W_\mathrm{pl}, W_\mathrm{lat}, W_\mathrm{lon}) = (2, 6, 12)$ . - Therefore,
$(M_\mathrm{pl}, M_\mathrm{lat}, M_\mathrm{lon}) = (4, 31, 30)$ .
According to these values, the number of parameters for the former would be:
And for the latter:
This results in a ratio of:
However, the paper mentions a magnification factor of "
Could you please clarify this discrepancy?
