Description Usage Arguments Value Examples
Calculate: e^(-alpha * (-log(p(m|u)) - cost))
1 | rsa.informativity(m_u, alpha = 1, cost = 0)
|
m_u, |
literal semantics of meaning given utterance |
alpha, |
decision noise parameter (speaker's deviation from optimal action selection) |
cost, |
cost of utterance u |
Informativity of utterance u given meaning m and cost
1 2 3 | rsa.informativity(m_u = 0.5, alpha = 1, cost = 0) == 0.5
rsa.informativity(m_u = 0, alpha = 1, cost = 0) == 0.0
rsa.informativity(m_u = 0.5, alpha = 1, cost = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.