Main Content
matlab.perftest.FrequentistTimeExperiment Class
Namespace: matlab.perftest
Superclasses: matlab.perftest.TimeExperiment
TimeExperiment
that collects variable
number of measurements
Description
A FrequentistTimeExperiment
is a subclass of the TimeExperiment
class that collects a variable number of measurements. The testing framework collects a
variable number of measurements to reach a specified relative margin of error within a
specified confidence level.
To create a FrequentistTimeExperiment
instance,
use the matlab.perftest.TimeExperiment.limitingSamplingError
static method.
Properties
Copy Semantics
Handle. To learn how handle classes affect copy operations, see Copying Objects.