Expand description
Calibrator is a library for working with measurement systems.
Structs§
- The results of a polynomial fit.
- Samples floating-point numbers according to the normal distribution
N(0, 1)(a.k.a. a standard normal, or Gaussian). This is equivalent toNormal::new(0.0, 1.0)but faster.
Enums§
Traits§
- The
Calibratetrait transforms self, which is a system without calibration data attached, into it’s calibrated form - Types (distributions) that can be used to create a random instance of
T. - Floating point numbers
- In a stochastic model the relationship between the stimulus and response is not deterministic.
- A general stochastic measurement model.
Type Aliases§
- one-dimensional array
- two-dimensional array
- An
UncalibratedStochasticmeasurement system is one which ingests and returns float-like stimulus and response.