Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "stats/lowess/docs/types/index.d"

Index

Interfaces

Functions

Functions

Export assignment lowess

  • Locally-weighted polynomial regression via the LOWESS algorithm.

    References

    • Cleveland, William S. 1979. "Robust Locally and Smoothing Weighted Regression Scatterplots." Journal of the American Statistical Association 74 (368): 829–36. doi:10.1080/01621459.1979.10481038.
    • Cleveland, William S. 1981. "Lowess: A program for smoothing scatterplots by robust locally weighted regression." American Statistician 35 (1): 54–55. doi:10.2307/2683591.
    throws

    arguments x and y must have the same length

    Parameters

    • x: NumericArray

      ordered x-axis values (abscissa values)

    • y: NumericArray

      corresponding y-axis values (ordinate values)

    • Optional options: Options

      function options

    Returns Output

    ordered x-values and fitted values