Network modules Flashcards

1
Q

complex systems

A

open systems consisting of many sub-systems that interact nonlinearly

emergent behaviour as result of complex interactions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

examples of complex systems

A

flocks of birds -> organized behaviour (emergent behaviour)

brain -> neuronal connections -> higher cognitive functions, emotions, consciousness (emergent computations at neural level)

polarization -> humans converging to show the same behaviour

ant nests, laser, weather, spiral waves, chemical patterns, swarms, traffic etc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

cascading transitions

A

radicalization of individuals embedded in social transitions (conspiracy theories)
also in eco-systems -> when one thing collapses others also follow

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

chaos theory

A

seemingly random behavior in deterministic nonlinear system

small changes in initial conditions lead to large changes in the future (butterfly effect)

tiny perturbation in the system can explode and make system unpredictable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Verhulst equation - predicting growth of rabbit population on an island

A

r * xt * (K- xt) / K

r - population growth parameter

x - number of rabits in particular point of time

K - maximal capacity of an island

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are characteristics of K in Verhaulst equation?

A

it illustrates maximal capacity of the system

at first, it doesn’t affect the equation (so the growth is initially exponential)

however, the higher x, the higher impact of K decreasing the growth speed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

xt

A

population (state variable) at time step t

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

r

A

growth rate parameter -> how aggrssively population grows

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

fix point

A

stable state (can be perturbed a bit by adding rabbits, but still comes back to normal)

in the graph -> to what value the function converge?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

unstable fix point

A

in principle can be achieved, but any perturbation can throw it off balance

example: 0 rabbits

adding 2 rabbits to the system changes everything

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

how to simulate population growth in Python?

A

1) define model (x,r,k)
-> r * x * (k-x)/k

2) define r, k, x values

3) for loop to calculate population growth over np.empty x array

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

how changing values of r affects the system?

A

smaller values of r -> exponential function

medium values of r -> at first function exponential, then it stabilizes

the higher r values, the more perturbations in the system

system starts overshoting and undershoting at first between 2 points, then between larger number of points

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How does increasing r relates to bifurcation model?

A

With the increasing r, there seems to be more perturbations in the system. It relates to the bifurcation diagram, as change in only one parameter -> r, causes major consequences for the system behaviour. With increasing r, previously stable system becomes more and more unstable, and oscillations increase from 2 points to higher number of points

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What happens at very high r value?

A

perturbations become highly unpredictable, function starts to resemble deterministic chaos (random behaviour in the system which looks like noise)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is bifurcation?

A

in dynamical system, bifurcation happens when small change in parameter value causes sudden change to system’s behaviour

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

characteristic feature of bifurcation diagrams

A

period-doubling cascade -> when system’s behavior changes from oscillating between one point, to two, then four, then eight etc. leading up to chaos

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

butterfly effect in the model

A

even if your model is valid, butterfly in the system can lead to unpredictable consequences

this is what happens in weather predictions!

18
Q

chaos or noise in the brain?

A

EEG, hearbeat -> trying to predict chaos

importantly, chaotic brain is healthy brain

more regular EEG patterns -> unhealthy brain

19
Q

catastrophes in the systme

A

Behavior of complex systems is determined by number and type of stable and unstable equilibrium points (attractor landscape)

These landscapes are invariant (only quantitative changes) within certain ranges of control parameter values

At bifurcation points the landscapes change qualitatively (type and or number of attractors change)

  • tipping points! → you change one specific thing → and then everything changes
20
Q

what is cusp catastrophe?

A
  • card → 2 stable states → folded to the right and left (technically the card could be straigth, but it always tips to one side) → you need to over-press the card
  • force → causes the tipping to other side
  • there is also delay in jumping from one state to another
  • when you exerct vertical pressure → card needs to go either direction
21
Q

hysteresis

A

DELAY in phase transition

example:
although temperature for water freezing is 0 deg, due to delay water freezes at 4 deg

22
Q

how hysteresis effect can be illustrated in psychological example?

A

polarizing topic -> such as abortion

people who are not interested are easily influencable… (normal distribution of attitudes)

but people highly involved show hysteresis -> they have very stable opinion -> if changed -> will alter drastically (binomial distribution of attitudes)

23
Q

self-organization of the system

A

sponataneous global order based on local rules

“no single bird in control’’

24
Q

reflective model

A

Spearman model

single latent variable (g) causing other variables

25
Q

what is real life example of reflective model?

A

heart condition (g) causes you to have many different symptoms → if you fix the heart, other symptoms may disappear via effects of g

therefore, symptoms are independent from each other

26
Q

formative model

A

when different occurences cause one thing (n) -> consequence

n is index summarizing state of the system

therefore, if one occurence is altered, it may change n

27
Q

possible explanation of depression with formative model

A

many occurences cause the depression (x1 → bad sleep, x2 → bad mood, x3 → job loss = network of symptoms get activated by some perturbation) → network gets overactivated and you get depression

27
Q

positive manifold

A

when subset of tests is positively correlated due to underlying latent variable (g)

27
Q

interaction matrix

A

reveals what is the effect of one variable on other variabels

27
Q

What are main problems with g?

A

theoretically not satisfactory = what exactly is g?
is it real or statistical?
also sensitive from political standpoint

28
Q

mutualism theory

A

inspired by eco-systems

there is no mysterious hidden variable, but you need to assess causal relationship between all those different variables → emergent effect (positive manifold can be due to inter-relationships or reciprocal relationships)

29
Q

higher order factor model

A

g affecting different factors which in turn affect test scores

30
Q

psychometric network analysis in jasp

A

1) estimator -> select type of network you want to estimate
2) dv -> data of interest
3

31
Q

what does edge of 0 imply in the network?

A

no correlation -> you cannot go from one node to another then

32
Q

What are centrality measures?

A

1) betweeness -> measures how often a variable acts as a bridge along the shortest path between two other variables

2) closeness -> reflects how quickly variable can influence others in network

3) strength -> refers to overall connectedness of variable (sum of absolute values of connections node has with others)

4) expected influence -> similar to strength, but incorporates sign of relationship (positive or negative) -> overall influence of variable taking into account directions ! (positive/negative)

33
Q

what does high betweenness imply?

A

variable plays a critical role in connecting other variables

34
Q

what does high closeness reflect?

A

variable is well-connected and can reach other nodes quickly

35
Q

what does high strength imply?

A

variable is heavily interconnected

36
Q

what is important to remember in network analysis?

A

you are dealing with correlations only!
they cannot tell you anything about causality

37
Q

About what informs centrality plot?

A

tells you sth about the importance of each of the nodes - how central they are in terms of in-degree and betweeness