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

bias parameter in set_benchmarking() #11

Closed
AQLT opened this issue Oct 8, 2023 · 1 comment
Closed

bias parameter in set_benchmarking() #11

AQLT opened this issue Oct 8, 2023 · 1 comment

Comments

@AQLT
Copy link
Contributor

AQLT commented Oct 8, 2023

What does the bias parameter in the set_benchmarking() function correspond to?
It seems that it can takes four values: UNSPECIFIED, NONE, ADDITIVE and MULTIPLICATIVE
https://github.com/rjdemetra/rjd3toolkit/blob/e1d0ab2e46c8379438bdc28eb85037328a17a3b2/inst/proto/sa.proto#L45-L50

@palatej
Copy link
Contributor

palatej commented Apr 19, 2024

BENCH_BIAS_UNSPECIFIED is used for unspecified option (only necessary for protocol buffer)
BENCH_BIAS_NONE means no bias correction
For the other options, see the Java code (https://github.com/jdemetra/jdplus-main/blob/develop/jdplus-main-base/jdplus-sa-base-parent/jdplus-sa-base-core/src/main/java/jdplus/sa/base/core/CholetteProcessor.java).

@palatej palatej closed this as completed Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants