Could you show me what is the formula Matlab has used to calculate the Formatpoints - WorstAndBestScores?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Steven Lord
2025-5-6
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Linear and Nonlinear Regression 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!