【问题标题】:nls convergence message in RR中的nls收敛消息
【发布时间】:2016-12-10 03:28:11
【问题描述】:

我正在寻找来自nlsR 中的收敛消息的定义。特别是relative convergence (4)both X-convergence and relative convergence (5)有什么区别。

【问题讨论】:

    标签: r message nls convergence


    【解决方案1】:

    如果您查看 nlsnlminboptimx 和其他使用 PORT 算法的源,您会看到它引用了 PORT Fortran 文档以获取这些收敛代码。

    optimx 的文档甚至提供了一个 URL。就像 Fortran 库网页上的 URL 一样,不幸的是,它已损坏。

    这并没有阻止我。我尝试了好的 'ole WayBack Machine (Internet Archive) 上的链接,发现 .pdf 文档在 2007 年被抓取的位置:

    https://web.archive.org/web/20070203144320/http://netlib.bell-labs.com/cm/cs/cstr/153.pdf

    第 4 页上的“优惠退货”代码比 R 中的代码更详细,并且在整个文档中都提供了更多详细信息。我相信这应该可以回答您的问题。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2021-01-14
      • 1970-01-01
      • 2017-11-24
      • 1970-01-01
      • 2016-01-25
      • 2011-11-24
      • 2020-03-15
      相关资源
      最近更新 更多