determineCurrentThetaSegment {TestDesign} | R Documentation |
(Internal) Determine the current theta segment
Description
determineCurrentThetaSegment
is an internal function for
determining the current theta segment.
Usage
determineCurrentThetaSegment(
current_theta,
position,
exposure_control,
simulation_constants
)
Arguments
current_theta |
a list containing data on the current theta estimate. |
position |
the position within the current administration (i.e., test progress) |
exposure_control |
the |
simulation_constants |
a named list containing simulation constants. |
Value
determineCurrentThetaSegment
returns a segment index.
[Package TestDesign version 1.7.0 Index]