Skip to content

Commit

Permalink
doc: updated documentation of WhittakerSmooth
Browse files Browse the repository at this point in the history
  • Loading branch information
MothNik committed May 20, 2024
1 parent bb28499 commit c224915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/smooth.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ It is an automated smoothing algorithm that uses a penalized least squares appro

| Argument | Description | Type | Default |
| --- | --- | --- | --- |
| ```lam``` | smoothing factor. | ```float``` | ```1e2``` |
| ```lam``` | smoothing factor. | ```float or tuple[float, float, str] or WhittakerSmoothLambda``` | ```1e2``` |
| ```differences``` | The number of differences to use. | ```int``` | ```1``` |

### __Usage examples__:
Expand Down

0 comments on commit c224915

Please sign in to comment.