Re: [Numpy-discussion] Best fit linear piecewise function?

2021-06-02 Thread Vincent Schut
Multivariate Adaptive Regression Splines might fit the bill? Implemented 
for python as py-earth: https://github.com/scikit-learn-contrib/py-earth.


On 6/2/21 2:22 AM, Chris Barker wrote:
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

chris.bar...@noaa.gov 

___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


--



Vincent Schut

Remote Sensing Software Engineer

+31 302272679 ~ Maliebaan 22 | 3581CP | Utrecht | Netherlands

Linkedin ~ 
satelligence.com 


___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] NumPy Development Meeting Wednesday - Triage Focus (Soon today!)

2021-06-02 Thread Sebastian Berg
Hi all,

Our bi-weekly triage-focused NumPy development meeting is Wednesday,
June 2nd at 11 am Pacific Time (18:00 UTC).
Everyone is invited to join in and edit the work-in-progress meeting
topics and notes:
https://hackmd.io/68i_JvOYQfy9ERiHgXMPvg

I encourage everyone to notify us of issues or PRs that you feel should
be prioritized, discussed, or reviewed.

Best regards

Sebastian


PS: Sorry for the late reminder!

___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] Best fit linear piecewise function?

2021-06-02 Thread Chris Barker
On Wed, Jun 2, 2021 at 1:50 AM Vincent Schut  wrote:

> Multivariate Adaptive Regression Splines might fit the bill? Implemented
> for python as py-earth: https://github.com/scikit-learn-contrib/py-earth.
>

That looks massively more complex than I was thinking for my use case. And
it seems to be a fit, rather than exactly matching a subset of points. but
as I think about it, for my use case, it might actually work well.

I'll give it a try -- thanks!

-CHB




>
> On 6/2/21 2:22 AM, Chris Barker wrote:
>
> 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
>
> chris.bar...@noaa.gov
>
> ___
> NumPy-Discussion mailing 
> listNumPy-Discussion@python.orghttps://mail.python.org/mailman/listinfo/numpy-discussion
>
>
> --
>
> Vincent Schut
>
> Remote Sensing Software Engineer
>
> +31 302272679 ~ Maliebaan 22 | 3581CP | Utrecht | Netherlands
> Linkedin  ~
> satelligence.com 
> 
> ___
> NumPy-Discussion mailing list
> NumPy-Discussion@python.org
> 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

chris.bar...@noaa.gov
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion