An open API service indexing awesome lists of open source software.

https://github.com/classpythonaddike/smoothfunction


https://github.com/classpythonaddike/smoothfunction

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Function Smoother

- Function smoother for college assignment.
- Uses weighted moving average.
- License: GNU

## Running The Code:

```bash
$ make run # Build and run the project.
$ make build # Build the project.
$ make graph # View the graphs of the normal, noisy, and smoothed function.
```

## Graphs:

Normal Function:

![Normal Function](./normal.png)

Noisy Function:

![Noisy Function](./noisy.png)

Smoothed Function:

![Smoothed Function](./smooth.png)