Randomly assign a grade based on an exact uniform distribution and size (excel/VBA)

vadim21

New Member
Joined
May 31, 2018
Messages
1
I have a 3x3 migration matrix and I would like, based on the transition rates, to randomly choose which items to move from a state to another and keep the same distribution, for instance if i have this array:


Pupil Grade Grade N+1
1 A A
2 A A
3 B A
4 B B
5 A B
6 A C
7 A A
8 C C
9 A A
10 A A
11 A A
12 C C
13 A A
14 A A
15 A A
16 C C
17 A A
18 A A
19 C C
20 A A


and this transition matrix:


FROM/TO
A B C
A 0.8 0.1 0.1
B 0.5 0.5 0
C 0 0 1


My question is: is it possible to randomly distribute the grades n+1 such as to keep the same transition rates and number of migrations but assign them to different pupils? Like this (notice certain pupils now transitioned differently although the transition frequencies overall is the same):


Pupil Grade Grade N+1
1 A B
2 A A
3 B B
4 B A
5 A A
6 A A
7 A C
8 C C
9 A A
10 A A
11 A A
12 C C
13 A A
14 A A
15 A A
16 C C
17 A A
18 A A
19 C C
20 A A

Thanks a lot for your answer!

Vadim.
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)

Forum statistics

Threads
1,225,750
Messages
6,186,805
Members
453,373
Latest member
Ereha

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top