Could you show me what is the formula Matlab has used to calculate the Formatpoints - WorstAndBestScores?
1 view (last 30 days)
Show older comments
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 Comments
Answers (1)
Steven Lord
on 6 May 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 Comments
See Also
Categories
Find more on Linear and Nonlinear Regression in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!