GeneralizedGammaFixedPowerStatistic.this

  1. this(T power, T[] sample)
  2. this(T power, T[] sample, T[] weights)
    struct GeneralizedGammaFixedPowerStatistic(T)
    this
    (,
    in T[] sample
    ,
    in T[] weights
    )
    if (
    isFloatingPoint!T
    )

Meta