Borrar filtros
Borrar filtros

Optimization of two linear models with constraint

1 visualización (últimos 30 días)
Mario Trevino
Mario Trevino el 6 de Oct. de 2012
I have a dataset which is a 'v-shaped' pattern of dots: y_observed and want to adjust two linear regressions with a turning point TP so that a cost function minimices the errors for the to models, y_calc1=m1*x(1:TP)+b1, y_calc2=m2*x(TP:end)+b2 AND y_calc1(TP)=y_calc2(TP).
Can somebody help me with this? its a simple 'fmincon' problem

Respuesta aceptada

Matt J
Matt J el 6 de Oct. de 2012
This should be applicable.
What you describe is a first order spline with a single free knot.

Más respuestas (0)

Categorías

Más información sobre Quadratic Programming and Cone Programming en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by