Expression Language Reference
    Preparing search index...
    • Returns values along a linear trend.

      Category: Statistical

      Parameters

      • known_ys: any

        The set of y-values you already know in the relationship y = mx + b

      • known_xs: any

        An optional set of x-values that you may already know in the relationship y = mx + b

      • new_xs: any

        Optional. New x-values for which you want TREND to return corresponding y-values.

      Returns any[] | Error