Could you show me what is the formula Matlab has used to calculate the Formatpoints - WorstAndBestScores?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Could you show me what is the formula Matlab has used to calculate the points "46.3963" and "48.7273", given the following example?
openExample('finance/ScalePointsUsingWorstandBestScoresExample')
sc = formatpoints(sc,'WorstAndBestScores',[300 850]);
[PointsInfo,MinScore,MaxScore] = displaypoints(sc)
Predictors Bin Unscale Points
'CustAge' '[-Inf,33)' -0.1589 46.3963
'CustAge' '[33,37)' -0.1404 48.7273
Thanks in advance.
Rgs,
Raphael
0 comentarios
Respuestas (1)
Steven Lord
el 6 de Mayo de 2025
I recommend reading through the Algorithms section on the documentation page. If it doesn't provide enough information, I would review the books cited in the References section on that same page.
0 comentarios
Ver también
Categorías
Más información sobre Linear and Nonlinear Regression 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!