• No results found

Reasoning Under Uncertainty: Variable Elimination Example

N/A
N/A
Protected

Academic year: 2021

Share "Reasoning Under Uncertainty: Variable Elimination Example"

Copied!
28
0
0

Loading.... (view fulltext now)

Full text

(1)

Reasoning Under Uncertainty: Variable Elimination

Example

CPSC 322 Lecture 29

March 26, 2007

Textbook

§

9.5

(2)

Recap More Variable Elimination Variable Elimination Example

Lecture Overview

1

Recap

2

More Variable Elimination

(3)

Summing out variables

Our second operation: we can

sum out

a variable, say

X

1

with

domain

{

v

1

, . . . , v

k

}

, from factor

f

(

X

1

, . . . , X

j

)

, resulting in a

factor on

X

2

, . . . , X

j

defined by:

(

X

X1

f

)(

X

2

, . . . , X

j

)

=

f

(

X

1

=

v

1

, . . . , X

j

) +

· · ·

+

f

(

X

1

=

v

k

, . . . , X

j

)

(4)

Recap More Variable Elimination Variable Elimination Example

Multiplying factors

Our third operation: factors can be multiplied together.

The

product

of factor

f

1

(

X, Y

)

and

f

2

(

Y , Z

)

, where

Y

are

the variables in common, is the factor

(

f

1

×

f

2

)(

X, Y , Z

)

defined by:

(5)

Probability of a conjunction

Suppose the variables of the belief network are

X

1

, . . . , X

n

.

{

X

1

, . . . , X

n

}

=

{

Q

} ∪ {

Y

1

, . . . , Y

j

} ∪ {

Z

1

, . . . ,

k

}

Q

is the

query variable

{

Y

1

, . . . , Y

j

}

is the set of

observed variables

{

Z

1

, . . . ,

k

}

is the rest of the variables, that are neither queried

nor observed

What we

want to compute

:

P

(

Q, Y

1

=

v

1

, . . . , Y

j

=

v

j

)

We can compute

P

(

Q, Y

1

=

v

1

, . . . , Y

j

=

v

j

)

by summing out

each variable

Z

1

, . . . , Z

k

We sum out these variables one at a time

the order in which we do this is called our

elimination ordering.

P

(

Q, Y

1

=

v

1

, . . . , Y

j

=

v

j

)

=

X

Z

k

· · ·

X

Z1

P

(

X

1

, . . . , X

n

)

Y1

=

v1,...,Y

j

=

v

j

.

(6)

Recap More Variable Elimination Variable Elimination Example

Probability of a conjunction

What we

know

: the factors

P

(

X

i

|

pX

i

)

.

Using the chain rule and the definition of a belief network, we

can write

P

(

X

1

, . . . , X

n

)

as

Q

n

i=1

P

(

X

i

|

pX

i

)

. Thus:

P

(

Q, Y

1

=

v

1

, . . . , Y

j

=

v

j

)

=

X

Z

k

· · ·

X

Z1

P

(

X

1

, . . . , X

n

)

Y1

=

v1,...,Y

j

=

v

j

.

=

X

Z

k

· · ·

X

Z1

n

Y

i=1

P

(

X

i

|

pX

i

)

Y1

=

v1

,...,Y

j

=

v

j

.

(7)

Computing sums of products

Computation in belief networks thus reduces to computing the

sums of products.

It takes 14 multiplications or additions to evaluate the

expression

ab

+

ac

+

ad

+

aeh

+

af h

+

agh

. How can this

expression be evaluated more efficiently?

factor out the

a

and then the

h

giving

a

(

b

+

c

+

d

+

h

(

e

+

f

+

g

))

this takes only 7 multiplications or additions

How can we compute

P

Z1

Q

n

i=1

P

(

X

i

|

pX

i

)

efficiently?

Factor out those terms that don’t involve

Z

1:

Y

i

|

Z

1

6∈ {

X

i

} ∪

pX

i

(terms that do not involveZi)

P

(

X

i

|

pX

i

)

!

X

Z1

Y

i

|

Z

1

∈ {

X

i

} ∪

pX

i

(terms that involveZi)

P

(

X

i

|

pX

i

)

!

(8)

Recap More Variable Elimination Variable Elimination Example

Lecture Overview

1

Recap

2

More Variable Elimination

(9)

Summing out a variable efficiently

To

sum out a variable

Z

j

from a product

f

1

, . . . , f

k

of factors:

Partition the factors into

those that don’t contain

Z

j

, say

f

1

, . . . , f

i

,

those that contain

Z

j

, say

f

i+1

, . . . , f

k

We know:

X

Z

j

f

1

× · · · ×

f

k

= (

f

1

× · · · ×

f

i

)

X

Z

j

f

i+1

× · · · ×

f

k

.

P

Z

j

f

i+1

× · · · ×

f

k

is a new factor; let’s call it

f

0

.

Now we have:

X

Z

j

f

1

× · · · ×

f

k

=

f

1

× · · · ×

f

i

×

f

0

.

Store

f

0

explicitly, and discard

f

i+1

, . . . , f

k. Now we’ve

summed out

Z

j

.

(10)

Recap More Variable Elimination Variable Elimination Example

Variable elimination algorithm

To compute

P

(

Q

|

Y

1

=

v

1

. . .

Y

j

=

v

j

)

:

Construct a factor

for each conditional probability.

Set the

observed variables

to their observed values.

For each of the other variables

Z

i

∈ {

Z

1

, . . . , Z

k

}

,

sum out

Z

i

Multiply

the remaining factors.

Normalize

by dividing the resulting factor

f

(

Q

)

by

P

(11)

Lecture Overview

1

Recap

2

More Variable Elimination

3

Variable Elimination Example

(12)

Recap More Variable Elimination Variable Elimination Example

Variable elimination example

Compute

P

(

G

|

H

=

h

1

)

. Elimination order:

A, C, E, H, I, B, D, F

P

(

G, H

) =

P

A,B,C,D,E,F,I

P

(

A, B, C, D, E, F, G, H, I

)

P

(

G, H

) =

P

A,B,C,D,E,F,I

P

(

A

)

·

P

(

B

|

A

)

·

P

(

C

)

·

P

(

D

|

B, C

)

·

P

(

E

|

C

)

·

P

(

F

|

D

)

·

P

(

G

|

F, E

)

·

P

(

H

|

G

)

·

P

(

I

|

G

)

A

B

C

D

E

F

G

H

I

f

1(

B

) :=

P

adom(A)

P

(

A

=

a

)

·

P

(

B

|

A

=

a

)

f

2(

B, D, E

) :=

P

c∈dom(C)

P

(

C

=

c

)

·

P

(

D

|

B, C

=

c

)

·

P

(

E

|

C

=

c

)

f

3(

B, D, F, G

) :=

P

edom(E)

f

2(

B, D, E

=

e

)

·

P

(

G

|

F, E

=

e

)

f

4(

G

) :=

P

(

H

=

h

1

|

G

)

f

5(

G

) :=

P

idom(I)

P

(

I

=

i

|

G

)

f

6(

D, F, G

) :=

P

bdom(B)

f

1(

B

=

b

)

·

f

3(

B

=

b, D, F, G

)

f

7(

F, G

) :=

P

ddom(D)

f

6(

D

=

d, F, G

)

·

P

(

F

|

D

=

d

)

f

8(

G

) :=

P

fdom(F)

f

7

(

F

=

f, G

)

(13)

Recap More Variable Elimination Variable Elimination Example

Variable elimination example

Compute

P

(

G

|

H

=

h

1

)

. Elimination order:

A, C, E, H, I, B, D, F

P

(

G, H

) =

P

A,B,C,D,E,F,I

P

(

A

)

·

P

(

B

|

A

)

·

P

(

C

)

·

P

(

D

|

B, C

)

·

P

(

E

|

C

)

·

P

(

F

|

D

)

·

P

(

G

|

F, E

)

·

P

(

H

|

G

)

·

P

(

I

|

G

)

Eliminate

A

:

P

(

G, H

) =

P

B,C,D,E,F,I

f1

(

B

)

·

P

(

C

)

·

P

(

D

|

B, C

)

·

P

(

E

|

C

)

·

P

(

F

|

D

)

·

P

(

G

|

F, E

)

·

P

(

H

|

G

)

·

P

(

I

|

G

)

A

B

C

D

E

F

G

H

I

f1

(

B

) :=

P

a∈dom(A)

P

(

A

=

a

)

·

P

(

B

|

A

=

a

)

f

2(

B, D, E

) :=

P

cdom(C)

P

(

C

=

c

)

·

P

(

D

|

B, C

=

c

)

·

P

(

E

|

C

=

c

)

f

3(

B, D, F, G

) :=

P

e∈dom(E)

f

2(

B, D, E

=

e

)

·

P

(

G

|

F, E

=

e

)

f

4(

G

) :=

P

(

H

=

h

1

|

G

)

f

5(

G

) :=

P

idom(I)

P

(

I

=

i

|

G

)

f

6(

D, F, G

) :=

P

bdom(B)

f

1(

B

=

b

)

·

f

3(

B

=

b, D, F, G

)

f

7(

F, G

) :=

P

d∈dom(D)

f

6(

D

=

d, F, G

)

·

P

(

F

|

D

=

d

)

f

8(

G

) :=

P

f∈dom(F)

f

7

(

F

=

f, G

)

(14)

Recap More Variable Elimination Variable Elimination Example

Variable elimination example

Compute

P

(

G

|

H

=

h

1

)

. Elimination order:

A,

C, E, H, I, B, D, F

P

(

G, H

) =

P

B,C,D,E,F,I

f

1

(

B

)

·

P

(

C

)

·

P

(

D

|

B, C

)

·

P

(

E

|

C

)

·

P

(

F

|

D

)

·

P

(

G

|

F, E

)

·

P

(

H

|

G

)

·

P

(

I

|

G

)

Eliminate

C

:

P

(

G, H

) =

P

B,D,E,F,I

f

1(

B

)

·

f2

(

B, D, E

)

·

P

(

F

|

D

)

·

P

(

G

|

F, E

)

·

P

(

H

|

G

)

·

P

(

I

|

G

)

A

B

C

D

E

F

G

H

I

f

1(

B

) :=

P

a∈dom(A)

P

(

A

=

a

)

·

P

(

B

|

A

=

a

)

f2

(

B, D, E

) :=

P

cdom(C)

P

(

C

=

c

)

·

P

(

D

|

B, C

=

c

)

·

P

(

E

|

C

=

c

)

f

3(

B, D, F, G

) :=

P

edom(E)

f

2(

B, D, E

=

e

)

·

P

(

G

|

F, E

=

e

)

f

4(

G

) :=

P

(

H

=

h

1

|

G

)

f

5(

G

) :=

P

i∈dom(I)

P

(

I

=

i

|

G

)

f

6(

D, F, G

) :=

P

bdom(B)

f

1(

B

=

b

)

·

f

3(

B

=

b, D, F, G

)

f

7(

F, G

) :=

P

ddom(D)

f

6(

D

=

d, F, G

)

·

P

(

F

|

D

=

d

)

f

8(

G

) :=

P

fdom(F)

f

7

(

F

=

f, G

)

(15)

Recap More Variable Elimination Variable Elimination Example

Variable elimination example

Compute

P

(

G

|

H

=

h

1

)

. Elimination order:

A, C,

E, H, I, B, D, F

P

(

G, H

) =

P

B,D,E,F,I

f

1(

B

)

·

f2

(

B, D, E

)

·

P

(

F

|

D

)

·

P

(

G

|

F, E

)

·

P

(

H

|

G

)

·

P

(

I

|

G

)

Eliminate

E

:

P

(

G, H

) =

P

B,D,F,I

f

1(

B

)

·

f3

(

B, D, F, G

)

·

P

(

F

|

D

)

·

P

(

H

|

G

)

·

P

(

I

|

G

)

A

B

C

D

E

F

G

H

I

f

1(

B

) :=

P

a∈dom(A)

P

(

A

=

a

)

·

P

(

B

|

A

=

a

)

f

2(

B, D, E

) :=

P

cdom(C)

P

(

C

=

c

)

·

P

(

D

|

B, C

=

c

)

·

P

(

E

|

C

=

c

)

f3

(

B, D, F, G

) :=

P

edom(E)

f2

(

B, D, E

=

e

)

·

P

(

G

|

F, E

=

e

)

f

5(

G

) :=

P

i∈dom(I)

P

(

I

=

i

|

G

)

f

6(

D, F, G

) :=

P

bdom(B)

f

1(

B

=

b

)

·

f

3(

B

=

b, D, F, G

)

f

7(

F, G

) :=

P

ddom(D)

f

6(

D

=

d, F, G

)

·

P

(

F

|

D

=

d

)

f

8(

G

) :=

P

fdom(F)

f

7

(

F

=

f, G

)

(16)

Recap More Variable Elimination Variable Elimination Example

Variable elimination example

Compute

P

(

G

|

H

=

h

1

)

. Elimination order:

A, C, E,

H, I, B, D, F

P

(

G, H

) =

P

B,D,F,I

f

1(

B

)

·

f

3(

B, D, F, G

)

·

P

(

F

|

D

)

·

P

(

H

|

G

)

·

P

(

I

|

G

)

Observe

H

=

h1

:

P

(

G, H

=

h

1) =

P

B,D,F,I

f

1(

B

)

·

f

3(

B, D, F, G

)

·

P

(

F

|

D

)

·

f4

(

G

)

·

P

(

I

|

G

)

A

B

C

D

E

F

G

H

I

f

1(

B

) :=

P

adom(A)

P

(

A

=

a

)

·

P

(

B

|

A

=

a

)

f

2(

B, D, E

) :=

P

cdom(C)

P

(

C

=

c

)

·

P

(

D

|

B, C

=

c

)

·

P

(

E

|

C

=

c

)

f

3(

B, D, F, G

) :=

P

e∈dom(E)

f

2(

B, D, E

=

e

)

·

P

(

G

|

F, E

=

e

)

f4

(

G

) :=

P

(

H

=

h1

|

G

)

f

5(

G

) :=

P

idom(I)

P

(

I

=

i

|

G

)

f

6(

D, F, G

) :=

P

bdom(B)

f

1(

B

=

b

)

·

f

3(

B

=

b, D, F, G

)

f

7(

F, G

) :=

P

ddom(D)

f

6(

D

=

d, F, G

)

·

P

(

F

|

D

=

d

)

f

8(

G

) :=

P

f∈dom(F)

f

7

(

F

=

f, G

)

(17)

Recap More Variable Elimination Variable Elimination Example

Variable elimination example

Compute

P

(

G

|

H

=

h

1

)

. Elimination order:

A, C, E, H,

I

, B, D, F

P

(

G, H

=

h

1) =

P

B,D,F,I

f

1(

B

)

·

f

3(

B, D, F, G

)

·

P

(

F

|

D

)

·

f

4(

G

)

·

P

(

I

|

G

)

Eliminate

I

:

P

(

G, H

=

h

1) =

P

B,D,F

f

1(

B

)

·

f

3(

B, D, F, G

)

·

P

(

F

|

D

)

·

f

4

(

G

)

·

f5

(

G

)

A

B

C

D

E

F

G

H

I

f

1(

B

) :=

P

adom(A)

P

(

A

=

a

)

·

P

(

B

|

A

=

a

)

f

2(

B, D, E

) :=

P

cdom(C)

P

(

C

=

c

)

·

P

(

D

|

B, C

=

c

)

·

P

(

E

|

C

=

c

)

f

3(

B, D, F, G

) :=

P

e∈dom(E)

f

2(

B, D, E

=

e

)

·

P

(

G

|

F, E

=

e

)

f

4(

G

) :=

P

(

H

=

h

1

|

G

)

f5

(

G

) :=

P

idom(I)

P

(

I

=

i

|

G

)

f

6(

D, F, G

) :=

P

bdom(B)

f

1(

B

=

b

)

·

f

3(

B

=

b, D, F, G

)

f

7(

F, G

) :=

P

ddom(D)

f

6(

D

=

d, F, G

)

·

P

(

F

|

D

=

d

)

f

8(

G

) :=

P

f∈dom(F)

f

7

(

F

=

f, G

)

(18)

Recap More Variable Elimination Variable Elimination Example

Variable elimination example

Compute

P

(

G

|

H

=

h

1

)

. Elimination order:

A, C, E, H, I,

B, D, F

P

(

G, H

=

h

1) =

P

B,D,F

f1

(

B

)

·

f3

(

B, D, F, G

)

·

P

(

F

|

D

)

·

f

4

(

G

)

·

f

5(

G

)

Eliminate

B

:

P

(

G, H

=

h

1) =

P

D,F

f6

(

D, F, G

)

·

P

(

F

|

D

)

·

f

4(

G

)

·

f

5(

G

)

A

B

C

D

E

F

G

H

I

f

1(

B

) :=

P

adom(A)

P

(

A

=

a

)

·

P

(

B

|

A

=

a

)

f

2(

B, D, E

) :=

P

cdom(C)

P

(

C

=

c

)

·

P

(

D

|

B, C

=

c

)

·

P

(

E

|

C

=

c

)

f

3(

B, D, F, G

) :=

P

e∈dom(E)

f

2(

B, D, E

=

e

)

·

P

(

G

|

F, E

=

e

)

f

4(

G

) :=

P

(

H

=

h

1

|

G

)

f

5(

G

) :=

P

idom(I)

P

(

I

=

i

|

G

)

f6

(

D, F, G

) :=

P

bdom(B)

f1

(

B

=

b

)

·

f3

(

B

=

b, D, F, G

)

f

7(

F, G

) :=

P

d∈dom(D)

f

6(

D

=

d, F, G

)

·

P

(

F

|

D

=

d

)

f

8(

G

) :=

P

f∈dom(F)

f

7

(

F

=

f, G

)

(19)

Recap More Variable Elimination Variable Elimination Example

Variable elimination example

Compute

P

(

G

|

H

=

h

1

)

. Elimination order:

A, C, E, H, I, B,

D, F

P

(

G, H

=

h

1) =

P

D,F

f6

(

D, F, G

)

·

P

(

F

|

D

)

·

f

4(

G

)

·

f

5(

G

)

Eliminate

D

:

P

(

G, H

=

h

1) =

P

F

f7

(

F, G

)

·

f

4(

G

)

·

f

5(

G

)

A

B

C

D

E

F

G

H

I

f

1(

B

) :=

P

a∈dom(A)

P

(

A

=

a

)

·

P

(

B

|

A

=

a

)

f

2(

B, D, E

) :=

P

cdom(C)

P

(

C

=

c

)

·

P

(

D

|

B, C

=

c

)

·

P

(

E

|

C

=

c

)

f

3(

B, D, F, G

) :=

P

e∈dom(E)

f

2(

B, D, E

=

e

)

·

P

(

G

|

F, E

=

e

)

f

4(

G

) :=

P

(

H

=

h

1

|

G

)

f

5(

G

) :=

P

idom(I)

P

(

I

=

i

|

G

)

f

6(

D, F, G

) :=

P

bdom(B)

f

1(

B

=

b

)

·

f

3(

B

=

b, D, F, G

)

f7

(

F, G

) :=

P

d∈dom(D)

f6

(

D

=

d, F, G

)

·

P

(

F

|

D

=

d

)

f

8(

G

) :=

P

f∈dom(F)

f

7

(

F

=

f, G

)

(20)

Recap More Variable Elimination Variable Elimination Example

Variable elimination example

Compute

P

(

G

|

H

=

h

1

)

. Elimination order:

A, C, E, H, I, B, D,

F

P

(

G, H

=

h

1) =

P

F

f7

(

F, G

)

·

f

4(

G

)

·

f

5

(

G

)

Eliminate

F

:

P

(

G, H

=

h

1) =

f8

(

G

)

·

f

4(

G

)

·

f

5

(

G

)

A

B

C

D

E

F

G

H

I

f

1(

B

) :=

P

adom(A)

P

(

A

=

a

)

·

P

(

B

|

A

=

a

)

f

2(

B, D, E

) :=

P

cdom(C)

P

(

C

=

c

)

·

P

(

D

|

B, C

=

c

)

·

P

(

E

|

C

=

c

)

f

3(

B, D, F, G

) :=

P

edom(E)

f

2(

B, D, E

=

e

)

·

P

(

G

|

F, E

=

e

)

f

4(

G

) :=

P

(

H

=

h

1

|

G

)

f

5(

G

) :=

P

idom(I)

P

(

I

=

i

|

G

)

f

6(

D, F, G

) :=

P

b∈dom(B)

f

1(

B

=

b

)

·

f

3(

B

=

b, D, F, G

)

f

7(

F, G

) :=

P

ddom(D)

f

6(

D

=

d, F, G

)

·

P

(

F

|

D

=

d

)

f8

(

G

) :=

P

fdom(F)

f7

(

F

=

f, G

)

(21)

Variable elimination example

Compute

P

(

G

|

H

=

h

1

)

. Elimination order:

A, C, E, H, I, B, D, F

P

(

G, H

=

h

1) =

f

8(

G

)

·

f

4

(

G

)

·

f

5(

G

)

Normalize

:

P

(

G

|

H

=

h

1) = P P(G,H=h1) g∈dom(G)P(G,H=h1)

A

B

C

D

E

F

G

H

I

f

1(

B

) :=

P

adom(A)

P

(

A

=

a

)

·

P

(

B

|

A

=

a

)

f

2(

B, D, E

) :=

P

cdom(C)

P

(

C

=

c

)

·

P

(

D

|

B, C

=

c

)

·

P

(

E

|

C

=

c

)

f

3(

B, D, F, G

) :=

P

edom(E)

f

2(

B, D, E

=

e

)

·

P

(

G

|

F, E

=

e

)

f

4(

G

) :=

P

(

H

=

h

1

|

G

)

f

5(

G

) :=

P

idom(I)

P

(

I

=

i

|

G

)

f

6(

D, F, G

) :=

P

b∈dom(B)

f

1(

B

=

b

)

·

f

3(

B

=

b, D, F, G

)

f

7(

F, G

) :=

P

ddom(D)

f

6(

D

=

d, F, G

)

·

P

(

F

|

D

=

d

)

f

8(

G

) :=

P

fdom(F)

f

7

(

F

=

f, G

)

(22)

Recap More Variable Elimination Variable Elimination Example

What good was Conditional Independence?

That’s great. . . but it looks incredibly

painful

for large graphs.

And. . . why did we bother learning

conditional independence

?

Does it help us at all?

yes—we use the

chain rule decomposition

right at the

beginning

Can we use our knowledge of conditional independence to

make this calculation even simpler?

yes—there are some variables that we don’t have to sum out

intuitively, they’re the ones that are “pre-summed-out” in our

tables

(23)

Recap More Variable Elimination Variable Elimination Example

What good was Conditional Independence?

That’s great. . . but it looks incredibly

painful

for large graphs.

And. . . why did we bother learning

conditional independence

?

Does it help us at all?

yes—we use the

chain rule decomposition

right at the

beginning

make this calculation even simpler?

yes—there are some variables that we don’t have to sum out

intuitively, they’re the ones that are “pre-summed-out” in our

tables

example: summing out

I

on the previous slide

(24)

Recap More Variable Elimination Variable Elimination Example

What good was Conditional Independence?

That’s great. . . but it looks incredibly

painful

for large graphs.

And. . . why did we bother learning

conditional independence

?

Does it help us at all?

yes—we use the

chain rule decomposition

right at the

beginning

Can we use our knowledge of conditional independence to

make this calculation even simpler?

yes—there are some variables that we don’t have to sum out

intuitively, they’re the ones that are “pre-summed-out” in our

tables

(25)

What good was Conditional Independence?

That’s great. . . but it looks incredibly

painful

for large graphs.

And. . . why did we bother learning

conditional independence

?

Does it help us at all?

yes—we use the

chain rule decomposition

right at the

beginning

Can we use our knowledge of conditional independence to

make this calculation even simpler?

yes—there are some variables that we don’t have to sum out

intuitively, they’re the ones that are “pre-summed-out” in our

tables

example: summing out

I

on the previous slide

(26)

Recap More Variable Elimination Variable Elimination Example

One Last Trick

One last trick to simplify calculations: we can repeatedly eliminate

all

leaf nodes that are neither observed nor queried

, until we reach

a fixed point.

smoke

alarm

fire

Can we justify that on a

three-node graph—Fire, Alarm, and

Smoke—when we ask for:

P

(

F ire

)

?

(27)

Recap More Variable Elimination Variable Elimination Example

One Last Trick

One last trick to simplify calculations: we can repeatedly eliminate

all

leaf nodes that are neither observed nor queried

, until we reach

a fixed point.

smoke

alarm

fire

Can we justify that on a

three-node graph—Fire, Alarm, and

Smoke—when we ask for:

P

(

F ire

)

?

(28)

Recap More Variable Elimination Variable Elimination Example

One Last Trick

One last trick to simplify calculations: we can repeatedly eliminate

all

leaf nodes that are neither observed nor queried

, until we reach

a fixed point.

smoke

alarm

fire

Can we justify that on a

three-node graph—Fire, Alarm, and

Smoke—when we ask for:

P

(

F ire

)

?

References

Related documents

Regression analyses revealed that control of LBDs (Leaf Blotch Diseases, including septoria tritici blotch, stagonospora nodorum blotch and tan spot) explained 74% of the

Studies of inputs to these peri-LCdendritic zones indicate several additional possible strong inputs to LCneurons, including the periaqueductal gray, medial preoptic nucleus,

Data Link Network Access IP Network Access Network Access IP Network Access Data Link Data Link IP protocol Router Router Host Host IP Overview. n IP is the highest layer protocol

Crisis: period of economic-financial crisis; Cross_Listing: dummy variable that takes the value 1 for companies that trade shares on the US market via American Depositary

In particular, through narrative analysis of the student no 10 ’ s reflections, we can see how learning provides a bridge between the negative and positive emotions that

The stay of patients in isolation receiving high dose 131 I therapy is mainly determined by activity administered, while size of thyroid remnant and extent of disease

Come to Bethlehem and see Christ whose birth the angels sing; Come, adore on bended knee, Christ the Lord, the newborn King.. Gloria, in