-
(1)
Given plant structures and longitudinal observations for plant , characterize the summary statistics from every plant and observation in the dataset.
-
(2)
Initialize tolerance vector containing elements. Set population indicator .
-
(3)
Set particle indicator .
-
(4)
Sample model indicator from prior .
-
(5)
If , sample from . If , sample from the previous population with weights , and set .
-
(6)
If , go to 4.
-
(7)
Simulate instances of root growth using , recording the state of structure at each of the time points corresponding to an experimental observation.
-
(8)
Compute using equation (2.2) above.
-
(9)
If , go to 4.
-
(10)
Set and add to the population . If , set weights , otherwise
If , set , go to 4.
-
(11)
For every , normalize the weights. If , set , go to 3.
|