On Thu, Jun 3, 2021 at 4:13 AM Mark Bakker <[email protected]> wrote:

> My students are using this and seem to like it:
>
> https://jekel.me/piecewise_linear_fit_py/about.html
>

thanks -- that looks perfect!

-CHB



>
>
>> Date: Tue, 1 Jun 2021 17:22:52 -0700
>> From: Chris Barker <[email protected]>
>> To: Discussion of Numerical Python <[email protected]>
>> Subject: [Numpy-discussion] Best fit linear piecewise function?
>> Message-ID:
>>         <CALGmxELHB3MUT=
>> [email protected]>
>> Content-Type: text/plain; charset="utf-8"
>>
>> Do any of you know of code for finding an optimum linear piecewise fit to
>> a
>> set of points?
>>
>> Somethin like what is described in this article:
>>
>> https://www.hindawi.com/journals/mpe/2015/876862/
>>
>> At a glance, that looked just hard enough to code up that I'm hoping
>> someone has already done it :-)
>>
>> -CHB
>>
>>
>> --
>>
>> Christopher Barker, Ph.D.
>> Oceanographer
>>
>> Emergency Response Division
>> NOAA/NOS/OR&R            (206) 526-6959   voice
>> 7600 Sand Point Way NE   (206) 526-6329   fax
>> Seattle, WA  98115       (206) 526-6317   main reception
>>
>> [email protected]
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL: <
>> https://mail.python.org/pipermail/numpy-discussion/attachments/20210601/fa6567d6/attachment-0001.html
>> >
>>
>>
>> _______________________________________________
> NumPy-Discussion mailing list
> [email protected]
> https://mail.python.org/mailman/listinfo/numpy-discussion
>


-- 

Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

[email protected]
_______________________________________________
NumPy-Discussion mailing list
[email protected]
https://mail.python.org/mailman/listinfo/numpy-discussion

Reply via email to