Social Network Analysis with Applications
eBook - ePub

Social Network Analysis with Applications

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Social Network Analysis with Applications

About this book

A comprehensive introduction to social network analysis that hones in on basic centrality measures, social links, subgroup analysis, data sources, and more

Written by military, industry, and business professionals, this book introduces readers to social network analysis, the new and emerging topic that has recently become of significant use for industry, management, law enforcement, and military practitioners for identifying both vulnerabilities and opportunities in collaborative networked organizations.

Focusing on models and methods for the analysis of organizational risk, Social Network Analysis with Applications provides easily accessible, yet comprehensive coverage of network basics, centrality measures, social link theory, subgroup analysis, relational algebra, data sources, and more. Examples of mathematical calculations and formulas for social network measures are also included.

Along with practice problems and exercises, this easily accessible book covers:

  • The basic concepts of networks, nodes, links, adjacency matrices, and graphs
  • Mathematical calculations and exercises for centrality, the basic measures of degree, betweenness, closeness, and eigenvector centralities
  • Graph-level measures, with a special focus on both the visual and numerical analysis of networks
  • Matrix algebra, outlining basic concepts such as matrix addition, subtraction, multiplication, and transpose and inverse calculations in linear algebra that are useful for developing networks from relational data
  • Meta-networks and relational algebra, social links, diffusion through networks, subgroup analysis, and more

An excellent resource for practitioners in industry, management, law enforcement, and military intelligence who wish to learn and apply social network analysis to their respective fields, Social Network Analysis with Applications is also an ideal text for upper-level undergraduate and graduate level courses and workshops on the subject.

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, weโ€™ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere โ€” even offline. Perfect for commutes or when youโ€™re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Social Network Analysis with Applications by Ian McCulloh,Helen Armstrong,Anthony Johnson in PDF and/or ePUB format, as well as other popular books in Technology & Engineering & Electrical Engineering & Telecommunications. We have over one million books available in our catalogue for you to explore.

Chapter 1: What is a Network?

Injustice anywhere is a threat to justice everywhere. We are caught in an inescapable network of mutuality tied in a single garment of destiny. Whatever affects one directly affects all indirectly.
Martin Luther King Jr., Letter from a Birmingham jail, April 16,1963
LearningObjectives
1. Understand social network terminology.
2. Construct an adjacency matrix.
3. Construct a network from given data.
c01uf001
In the movie, Good Will Hunting, the main character, Will Hunting, played by Matt Damon, is a janitor at a university. As he is mopping floors, he notices a problem posted on a board as a challenge to math students. The solution to the first two parts of the problem uses network analysis.

First Two Parts of the Good Will Hunting Problem

Let G be Figure 1.1 on the right.
  • Find the adjacency matrix A of the graph G.
  • Find the matrix giving the number of three-step walks for the graph G.
Figure 1.1 Graph G.
c01f001

1.1 Basic Network Concepts

A network is a collection of points linked through some type of association. These points can represent any object or subject (e.g., people, places, and resources) and the links can represent any relationship between them (e.g., route, distance, family membership, and reporting structure). The network is graphically illustrated using lines, arcs, and symbols so the viewer can visualize and analyze the structure of the network more easily. A simple network of four points can be seen in Figure 1.1. In this network the points are people and the links are relationships between the people.
A graph is the visual representation of a set of points, frequently called vertices or nodes that are connected by line segments called edges or links. Social networks are graphs that contain a finite set or sets of actors which we call agents and the relation or relations defined between them. A social network would then be comprised of nodes representing people with the corresponding links representing the relationship between the people.
It is important to understand how to navigate through a network graph. The information gained can help us understand how information flow through a network can be used to analyze the placement of nodes within the network and gauge their significance. We will look at how to do this analysis in the next few chapters, but first we need to understand network graph navigation terminology. Figure 1.1 has four vertices or nodes. Each node is a person. Moving from one node to another along a single edge or link that joins them is a step. A walk is a series of steps from one node to another. The number of steps is the length of the walk. For instance, there is a walk of three steps from node 1 to node 3 using the steps 1 to 4, 4 to 2, and 2 to 3. A trail is a walk in which all the links are distinct, although some nodes may be included more than once. The length of a trail is the number of links it contains. For example, the length of the trail between nodes 3 and 4 is 2, where 3 to 2 is the first link, and 2 to 4 is the second link. A path is a walk in which all nodes and links are distinct. Note that every path is a trail and every trail is a walk. In application to social networks, we often focus on paths rather than trails or walks. An important property of a pair of nodes is whether or not there is a path between them. If there is a path between nodes
images
and
images
(say nodes 1 and node 4 in Figure 1.1), then the nodes are said to be reachable. A walk that begins and ends with the same node is called a closed walk. A cycle is a closed walk of at least three nodes. For example, the closed walk 1 to 4, 4 to 2, and 2 to 1 is a cycle as it contains three nodes and begins and ends with node 1. Cycles are important in the study of balance and clusterability in signed graphs (a topic we explore later in the book).

1.2 Adjacency Matrices, Graphs, and Notation

We have seen that social networks can be graphically depicted as graphs. Social networks can also be represented mathematically by matrices. For example, Figure 1.2 is a friendship graph representing friendship between a group of people. We can record how the people in the graph are related in a mathematical object known as an adjacency matrix. The adjacency matrix in this case is a square (meaning same number of rows as columns) agent by agent matrix. Table 1.1 is the adjacency matrix for Figure 1.2. Mathematically, any network can be represented by an adjacency matrix, denoted by A, which, in the simplest case, is a
images
symmetric matrix, where
images
is the number of vertices or nodes in the network. The adjacency matrix is comprised of elements
equation
We often represent the entire matrix...

Table of contents

  1. Cover
  2. Title Page
  3. Copyright
  4. series
  5. List of Figures
  6. List of Tables
  7. Foreword
  8. Preface
  9. Acknowledgments
  10. Introduction
  11. Chapter 1: What is a Network?
  12. Chapter 2: Centrality Measures
  13. Chapter 3: Graph Level Measures
  14. Chapter 4: Social Links
  15. Chapter 5: Subgroup Analysis
  16. Chapter 6: Diffusion and Influence
  17. Chapter 7: Meta-Networks and Relational Algebra
  18. Chapter 8: Sources of Data
  19. Chapter 9: Organizational Risk
  20. Appendix A: Matrix Algebra Primer
  21. Appendix B: Tables of Data and Networks
  22. Appendix C: Five Points of a Graph
  23. Index