Arguments
dp
A decision problem object constructed by calling sequential.dp.
mins
A numeric, atomic vector specifying the lower boundary of the grid
points for each dimension of the state vector.
maxs
A numeric, atomic vector specifying the upper boundary of the grid
points for each dimension of the state vector.
steps
A numeric, atomic vector specifying the step size between grid points for each
dimension of the state vector.
n.sims
A numeric, atomic vector of length equal to dp$n.stages
specifying the number of simulation draws to perform at each stage.
state.start
An optional start value for the state. If provided,
this value effectively determines a fixed prior for the parameter of
the decision problem (before the first stage). The first stage
computations will then only be performed for this particular value. If
the default value NA is used, computations for the first stage will
be performed for all grid points, as for the subsequent stages.