In version v1.1
, we added the new feature sign
which will allow the program to determine the default direction in the given independent variable.
In general, we can now pass our judgment whether the relation between x
and y
is +
(positive) or -
(negative), or just passing auto
to let the program decide by the Pearson correlation.
There are three arguments that can be passed into init_sign
argument:
auto
: Program will calculate the Pearson correlation between thex
andy
and decide the direction.+
: Manually given this sign means that the user assumes greater thex
is, higher mean ofy
.-
: Opposite of giving+
.