advisor_pick_probability: Return the probability that the picked advisor is picked over...

Description Usage Arguments Value

Description

Return the probability that the picked advisor is picked over the unpicked advisor for given trust values. Assumes an adviseR::sigmoid picking behaviour with slope 3 applied to weighted picked vs unpicked trusts.

Usage

1
advisor_pick_probability(picked, unpicked, trust_vector, weight)

Arguments

picked

the index in trust_vector of the picked advisor

unpicked

the index in trust_vector of the unpicked advisor

trust_vector

vector of subjective trust in advisors

weight

sigmoid slope governing steepness and direction of relationship between trust difference and pick probability

Value

probability picked advisor is picked over unpicked advisor


oxacclab/adviseR documentation built on Oct. 7, 2021, 8:05 p.m.