Computational Model Library

Digital divide and opinion formation (1.1.0)

The original bounded confidence model of Deffuant et al.(2000) assumes synchronous one-to-one communication such as face-to-face communication. Mutual exchange of opinions is normal in such a situation. However, online communication usually involves asynchronous one-to-many communication and opinions flow in one direction. For example, if we write our opinion in our blog or in a web bulletin board, it takes time for the opinion to be read by others, and the fact that they read our written words does not change our opinion while it can change theirs. However, readers sometimes send feedback to the writer via comments or replies, but there is no such process in the simulation. It was assumed that repeated interactions compensate for such feedback. Moreover, our opinion may have an influence on multiple individuals on the Internet because a blog or a web bulletin board does not usually attract a single person, but many persons. Thus, we rewrote the opinion updating rule as

x = x

x’ = x’ + c * (x - x’)

if |x - x’| < d

(c: convergent parameter, d: uncertainty interval)

where x is an opinion that is written on the Internet, and x’ is an opinion of an agent who reads the opinion.

From this point, for convenience, an agent who can communicate with others in both the online and offline environment is called a connected agent, while an agent who stays only offline is called a disconnected agent. For connected agents, it is assumed that they not only have physical resources, but also motivation and skills to use the Internet.

Our simulation process is as follows. First, a random agent is selected among all the agents. If the agent is not connected, he or she have to communicate offline inevitably, and the agent will interact with another agent according to the original opinion updating rule. Otherwise, the agent should be connected and able to act in two different modes: online and offline modes. If the agent choose to communicate his or her opinion offline, nothing is different from the disconnected agent, and he or she will interact with another agent according to the new equation. On the other hand, if the agent choose to communicate his or her opinion online, he or she will interact with a number of other connected agents, and each of their opinions should be updated with the new equation. The number of communicatees was determined based on his or her connectivity. This process was repeated until it reached 100,000 iterations.

netlogo-simulation.png

Release Notes

Associated Publications

Digital divide and opinion formation 1.1.0

The original bounded confidence model of Deffuant et al.(2000) assumes synchronous one-to-one communication such as face-to-face communication. Mutual exchange of opinions is normal in such a situation. However, online communication usually involves asynchronous one-to-many communication and opinions flow in one direction. For example, if we write our opinion in our blog or in a web bulletin board, it takes time for the opinion to be read by others, and the fact that they read our written words does not change our opinion while it can change theirs. However, readers sometimes send feedback to the writer via comments or replies, but there is no such process in the simulation. It was assumed that repeated interactions compensate for such feedback. Moreover, our opinion may have an influence on multiple individuals on the Internet because a blog or a web bulletin board does not usually attract a single person, but many persons. Thus, we rewrote the opinion updating rule as

x = x

x’ = x’ + c * (x - x’)

if |x - x’| < d

(c: convergent parameter, d: uncertainty interval)

where x is an opinion that is written on the Internet, and x’ is an opinion of an agent who reads the opinion.

From this point, for convenience, an agent who can communicate with others in both the online and offline environment is called a connected agent, while an agent who stays only offline is called a disconnected agent. For connected agents, it is assumed that they not only have physical resources, but also motivation and skills to use the Internet.

Our simulation process is as follows. First, a random agent is selected among all the agents. If the agent is not connected, he or she have to communicate offline inevitably, and the agent will interact with another agent according to the original opinion updating rule. Otherwise, the agent should be connected and able to act in two different modes: online and offline modes. If the agent choose to communicate his or her opinion offline, nothing is different from the disconnected agent, and he or she will interact with another agent according to the new equation. On the other hand, if the agent choose to communicate his or her opinion online, he or she will interact with a number of other connected agents, and each of their opinions should be updated with the new equation. The number of communicatees was determined based on his or her connectivity. This process was repeated until it reached 100,000 iterations.

Version Submitter First published Last modified Status
1.1.0 Lim Dongwon Mon May 20 11:17:43 2013 Mon Feb 19 06:36:06 2018 Published
1.0.0 Lim Dongwon Fri Nov 2 02:44:17 2012 Tue Feb 20 12:58:50 2018 Published

Discussion

This website uses cookies and Google Analytics to help us track user engagement and improve our site. If you'd like to know more information about what data we collect and why, please see our data privacy policy. If you continue to use this site, you consent to our use of cookies.
Accept