Riktig overgangsmatrise
Posted: 07/02-2006 20:12
Jeg lurer på om overgangsmatrisen jeg har laget er riktig, oppgaveteksten sier følgende: " A Country is divided into three demographic regions.
It is found that each year 5% of the residents of region 1 move to region 2, and 5% move to region 3.
Of the residents of region 2, 15% move to region 1 and 10% move to region 3.
And the residents of region 3, 10% move to region 1 and 5% move to region 2.
P =
It is found that each year 5% of the residents of region 1 move to region 2, and 5% move to region 3.
Of the residents of region 2, 15% move to region 1 and 10% move to region 3.
And the residents of region 3, 10% move to region 1 and 5% move to region 2.
P =
Code: Select all
(r1) 0,90 0,15 0,10
(r2) 0,05 0,75 0,05
(r3) 0,05 0,10 0,85