i have this error, why?

6 次查看(过去 30 天)
Undefined function or method 'score' for input arguments of type 'double' please can you help me?
e=res_tst(1,:)-zitr;
t=score(e);
  4 个评论
imen baklouti
imen baklouti 2017-11-15
编辑:imen baklouti 2017-11-15
thanks for the answer but how can i get the function file? Can you please send it to me! Thanks
Walter Roberson
Walter Roberson 2017-11-15
The only Mathworks-provided score() function is an operation specific to creditscorecard objects created by the Finance Toolbox.
The table that KSSV mentions is only for the second input; the first input needs to be a creditscorecard object.
We cannot send you the code for the method; if you do not have the finance toolbox then it is useless to you, and it would violate our license agreements to send it.
Might I suggest that possibly you are looking for zscore() instead of score()? zscore is part of the Statistics and Machine Learning toolbox.

请先登录,再进行评论。

采纳的回答

imen baklouti
imen baklouti 2017-11-15
编辑:imen baklouti 2017-11-15
and what about Huber’s score function? hub(e)
  1 个评论
Walter Roberson
Walter Roberson 2017-11-15
I am not familiar with Huber's score function. Is it related to the 'huber' option of https://www.mathworks.com/help/stats/robustfit.html ?

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Price and Analyze Financial Instruments 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by