Click here to Skip to main content
15,887,776 members
Articles / Programming Languages / C#

Step by Step Dynamic Programing on Optimal Segment Regression Problem

Rate me:
Please Sign up or sign in to vote.
5.00/5 (4 votes)
10 Oct 2020CPOL4 min read 7.2K   71   1  
Optimal piecewise regression via DP
This tip guides us through the detailed steps on how to do optimal piecewise regression via dynamic programming.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
I have been developing low latency high throughput services and platforms in financial trading industry and financial/market risk systems since 2004, mostly in C++ and python, some in C#.net and Java.

Comments and Discussions