Non-negative least square method is giving fixed values
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Arnab Paul
el 27 de Mayo de 2024
Respondida: Nipun
el 11 de Jun. de 2024
I am trying the NNLS with my dataset to solve the a problem. The values are for each column remain same and no changes at all in each column. what is the possible exlanation for this?
I have adde the .mat adn .m file with the question. I could use SVD but the the values need to be positive as hey are concentration.
Any help will be appreciated.
6 comentarios
Respuesta aceptada
Nipun
el 11 de Jun. de 2024
Hi Arnab,
I understand that you are experience an issue with NNLS (Non-Negative Least Squares) where the values for each column remain unchanged. This issue might be due to several factors, such as:
- Insufficient variability in the data.
- Constraints not properly applied.
- Issues with the initial guess or convergence criteria.
For more details on NNLS, you can refer to the following MathWorks documentation link: https://www.mathworks.com/help/matlab/ref/lsqnonneg.html
Hope this helps.
Regards,
Nipun
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Logical en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!