Xivgear Types Documentation
    Preparing search index...
    • Multiply a value with variance by a scalar with no variance, rolling the random variable independently each time.

      i.e. sum i=1..k (X_i) rather than kX

      Parameters

      • value: ValueWithDev

        The value with variance.

      • scalar: number

        The value with no variance.

      Returns { expected: number; stdDev: number }