Created
March 29, 2019 20:32
-
-
Save AllenDowney/818f6153ef316aee80467c51faee80f8 to your computer and use it in GitHub Desktop.
Thanks for this! For my use case I needed a slightly more sensitive smoothed line so I made a tiny addition to the function to add a variable which passes to the frac
parameter for the original lowess
function, this means you can alter the 'wobbliness' each time you call the function as required.
Makes sense. Glad it was useful!
…On Fri, Jul 26, 2019, at 4:51 AM, Tom Bush wrote:
Thanks for this! For my use case I needed a slightly more sensitive smoothed line so I made a tiny addition to the function to add a variable which passes to the `frac` parameter for the original `lowess` function, this means you can alter the 'wobbliness' each time you call the function as required.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <https://gist.github.com/818f6153ef316aee80467c51faee80f8?email_source=notifications&email_token=AAOLP3KC3TNLURUYYFUTU33QBK3JPA5CNFSM4IHB2BFKYY3PNVWWK3TUL52HS4DFVNDWS43UINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQAFV7G6#gistcomment-2981487>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAOLP3KCN5QUXDIJDIVP3IDQBK3JPANCNFSM4IHB2BFA>.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nice! Loved her article!