Could you show me what is the formula Matlab has used to calculate the Formatpoints - WorstAndBestScores?

1 view (last 30 days)
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

Answers (1)

Steven Lord
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.

Categories

Find more on Linear and Nonlinear Regression in Help Center and File Exchange

Tags

Products


Release

R2024b

Community Treasure Hunt

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

Start Hunting!