How to draw the most suitable non-linear curve in C #

after searching the grid many times, I return to Stack overflow.can someone tell me where I will get the code to draw the best-sized non-linear curves in C # or wpf and combine the linear curve curves and non-linear curves. Thanks you

+3
source share
4 answers

You can place an nth-order polynomial through an n + 1 point using Polynomial interpolation .

, , , .

0
0

, .

" ". . ? " ", ? - ?

The answer can be as varied as the fast Fourier series and exponential smoothing.

0
source

All Articles