Class Bias<T extends ObservedMeasurement<T>>

    • Constructor Detail

      • Bias

        public Bias​(String[] name,
                    double[] bias,
                    double[] scale,
                    double[] min,
                    double[] max)
        Simple constructor.
        Parameters:
        name - name of the bias
        bias - reference value of the bias
        scale - scale of the bias, for normalization
        min - minimum value of the bias
        max - maximum value of the bias