Skip to content

Instantly share code, notes, and snippets.

View diracdyson's full-sized avatar
🎯
Focusing

Brandonlee Santos diracdyson

🎯
Focusing
  • NY
  • 12:52 (UTC -04:00)
View GitHub Profile
@diracdyson
diracdyson / lowess.py
Created May 3, 2023 10:54 — forked from agramfort/lowess.py
LOWESS : Locally weighted regression
"""
This module implements the Lowess function for nonparametric regression.
Functions:
lowess Fit a smooth nonparametric regression curve to a scatterplot.
For more information, see
William S. Cleveland: "Robust locally weighted regression and smoothing
scatterplots", Journal of the American Statistical Association, December 1979,
pragma solidity ^0.5.0;
interface ILendingPool {
function flashLoan ( address _receiver, address _reserve, uint256 _amount, bytes calldata _params ) external;
}