We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
set_benchmarking()
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
The text was updated successfully, but these errors were encountered:
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).
Sorry, something went wrong.
No branches or pull requests
What does the
bias
parameter in theset_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
The text was updated successfully, but these errors were encountered: