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

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Linear and Nonlinear Regression 的更多信息

标签

产品


版本

R2024b

Community Treasure Hunt

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

Start Hunting!

Translated by