lstein.lstein.LSteinPanel.project_xy_y

LSteinPanel.project_xy_y(x: ndarray, y: ndarray) Tuple[ndarray, ndarray, Dict][source]

returns x and y after projection into the panel

  • method implementing a way to project x and y into the panel

  • operates in y-space when projecting the series

  • advantages
    • less distorsion in x-direction

  • downsides
    • can lead to unpredictable offsets in y-direction

Parameters
  • x
    • np.ndarray

    • x-values of the series to be projected into the panel

  • y
    • np.ndarray

    • y-values of the series to be projected into the panel

Raises

Returns
  • x_proj
    • np.ndarray

    • x after projection

  • y_proj
    • np.ndarray

    • y after projection